skills/smithery.ai/arch-verify

arch-verify

Installation
SKILL.md

ArchUnit Verification

Workflow

  1. Identify the architectural rules to enforce (layers, packages, slices, cycles, coding rules).
  2. Choose the test framework (JUnit 4, JUnit 5, or plain unit tests).
  3. Add the matching ArchUnit dependency.
  4. Write ArchUnit rules in test sources and run them in CI.
  5. Use the Maven plugin when you need cross-repo governance.

Dependencies

JUnit 4

Installs
1
First Seen
Apr 8, 2026
arch-verify from smithery.ai