What problem does it solve? Code reviews and audits often produce false positives, miss collection-breaking test failures, or trust stale documentation claims. This Skill provides a disciplined, read-only audit workflow that establishes a runnable test baseline first, verifies every finding against the actual source, and loops independent reviewers until a round comes back clean. ## Core Features & Use Cases - Python Test Baseline: Confirms the suite actually collects and passes (ruff + pytest) before any smell scanning, catching silently dropped test modules. - Structural Recon: Read-only diagnosis of code smells with prioritized HIGH/MED/LOW reports citing file:line and minimal restructures. - Documentation & Residual-API Audits: Verifies wiki/contract docs against vendored source with dual citations, and sweeps for leftover old-version API surface after migrations. - Audit Loop: Dispatches parallel independent read-only subagents in rounds, applying findings and re-verifying until a full round is clean. - Use Case: After a v2-to-v1 API migration, run the residual-version audit to confirm zero old routes remain in code, tests, and scripts, then loop fresh reviewers to catch regressions your own fixes introduced. ## Quick Start Ask the agent to audit this Python codebase read-only: establish the pytest baseline, scan for structural smells, and report prioritized findings with file:line evidence.