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

  1. 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.
  2. Spawn eight read-only subagents in parallel in a single message (multiple Agent tool calls in one block). Each is subagent_type=Explore. Each prompt below is self-contained — copy verbatim. Subagents have no conversation context.
  3. After all eight return, build the aggregated report (format at the bottom).

Installs
2
Repository
metabase/mb-cli
GitHub Stars
3
First Seen
Jun 19, 2026
audit-architecture — metabase/mb-cli