review-architecturelisted
Install: claude install-skill Mr-DooSun/fastapi-agent-blueprint
# Architecture Compliance Audit
Target: $ARGUMENTS (domain name or "all")
## Default Flow Position
- Step: **`self-review`** (architecture commitments)
- Routes after: completion gate (`/sync-guidelines` if drift; otherwise `/review-pr`)
- Recursion guard: do not invoke `/review-architecture` recursively, do not invoke `/plan-feature` from inside
## Procedure Overview
1. Resolve the audit target and load the shared rule sources (Phase 0)
2. Audit the target against the 10 architecture checklist categories (Phase 1)
3. Determine `Drift Candidates` and whether `Sync Required` is `true` or `false` (Phase 2)
4. Report using the protocol output contract — `Findings` (open) + `Coverage` (OK/SKIP) + `Verdict: N/A (audit-only scope)` (Phase 3)
Read `docs/ai/shared/skills/review-architecture.md` for detailed steps, and
[`docs/ai/shared/review-protocol.md`](../../../docs/ai/shared/review-protocol.md) for the shared
output contract (this skill applies the `ARCH` dimension in depth).
Also refer to `docs/ai/shared/architecture-review-checklist.md` for the full checklist.
For cross-tool review prompts, use the shared procedure's
`Cross-Tool Review Prompt Template` section; do not duplicate the template here.