What problem does it solve?
It helps you systematically find and remove accumulated tech-debt across an entire codebase, beyond what diff-only reviews catch, so the result is production-ready and easier to maintain.
Core Features & Use Cases
- Whole-codebase architecture mapping: Detects entry points, boundaries, and data flow so findings are grounded in how the system actually works.
- Severity-ranked consolidated audits: Runs a battery of audit checks (types, duplication, security, contracts, concurrency, data integrity, accessibility, performance, observability, and more) across the repo, then deduplicates and groups results into a single actionable report.
- Gated, safer remediation workflow: Applies only mechanical fixes by default and routes structural/behavior-adjacent changes through explicit approval, with re-verification after.
Use it when you want an end-to-end “deep clean” or a production readiness pass, especially after growth, churn, or unclear ownership that has caused design and quality drift.
Quick Start
Ask your agent: audit the codebase for tech-debt and apply safe mechanical fixes while gating any structural changes.