audit-architecture
Installation
SKILL.md
audit-architecture
Whole-tree non-deterministic audit. Where /review checks the diff, this checks every file in the repository for slow drift accumulated across many small changes.
When to invoke
- User
/audit-architecture. - Scheduled drift sweep (weekly).
- Before milestones / version bumps.
- After large refactors.
How it runs
- Determine the repository root from the current working directory:
git rev-parse --show-toplevel(or use the cwd if not a git repo). All paths in the prompts are repo-relative — every subagent inherits the cwd. - Spawn eight read-only subagents in parallel in a single message (multiple
Agenttool calls in one block). Each issubagent_type=Explore. Each prompt below is self-contained — copy verbatim. Subagents have no conversation context. - After all eight return, build the aggregated report (format at the bottom).