create-architecture-test

Installation
SKILL.md

Create Architecture Test

When To Use

Use this skill when you need to enforce layer boundaries, dependency direction, or code placement rules.

Inputs Needed

  • Rule to enforce, affected namespaces, allowed exceptions, and regression target.

Workflow

  1. Inspect existing architecture tests and the relevant code layers.
  2. Identify the smallest meaningful boundary to protect.
  3. Write the test for app-owned code first.
  4. Add ignore rules only for framework-generated or vendor-owned code when needed.
  5. Keep assertions stable and easy to read.
  6. Add a companion behavior test if the architecture rule protects something user-visible.
Installs
3
GitHub Stars
1
First Seen
Jul 7, 2026
create-architecture-test — alizharb/agent-skills