What problem does it solve? It automates whole-repository audits, producing evidence-backed findings (with file:line references, concrete fixes, and impact/effort estimates) instead of vague impressions of technical debt. ## Core Features & Use Cases - Four audit dimensions: architecture/maintainability, tests/reliability, security, and documentation/DX/CI, each with defined signals and delegate skills. - Quick and deep modes: inline high-confidence scans by default, or fan-out subagent analysis for deeper coverage. - Deduplication ledger: a versioned ledger in docs/audit prevents already-filed or rejected findings from resurfacing in later runs. - Approval-gated backlog filing: ranked findings are presented for approval, and only approved items are filed as /todo drafts. - Use Case: Ask for a deep audit of a legacy service; receive a ranked report of critical security and testing gaps, approve three items, and have them filed as todo drafts with evidence. ## Quick Start Run repo-audit in deep mode on this repository and show me the ranked findings.