What problem does it solve? Teams often know a codebase has problems but lack a disciplined path from "here's what's wrong" to verified, reviewable fixes. This Skill closes that gap by orchestrating a read-only audit, a value-based triage of findings, and autonomous implementation of the fixes worth making — each landed as a receipted local commit with an honest ledger of what was and was not proven. ## Core Features & Use Cases - Orchestrated audit-to-fix pipeline: Composes deep-dive (read-only audit), triage, prompt-pack (fix planning), and build-loop (per-unit implementation) without reimplementing any of them. - Single human gate: One mandatory approval between the audit and the first write; everything after the go runs autonomously, stopping at local commits — never pushing, merging, tagging, or publishing. - Receipt discipline and regression fence: Every build-phase verification is wrapped in a receipt tool, a frozen core is proven zero-diff, and a pre-change non-regression oracle proves the system was enhanced, not damaged. - Resumable runs: A durable status ledger plus unit-ID commit subjects make multi-hour, multi-million-token runs resumable with the one-word command resume. - Use Case: Point it at a repo before a live test: it audits the code, triages findings against your next goal, gets your one go, then implements the fixes unit by unit — delivering a commit table, verification grades, and a defer list of what was deliberately not fixed. ## Quick Start Ask the agent to audit this repository and fix what it finds, then review the triage verdict and say go to let it implement the fixes as local commits.