What problem does it solve? Codebase audits often produce vague advice that dies in the conversation where it was found. This Skill surveys a repository as a senior advisor, vets every finding against the actual code, and writes prioritized, fully self-contained implementation plans that a different model or agent with zero prior context can execute, test, and verify. ## Core Features & Use Cases - Read-only codebase audit: Parallel subagent sweeps across nine categories (correctness, security, performance, test coverage, tech debt, migrations, DX, docs, product direction) with evidence-based findings at adjustable effort levels (quick, standard, deep). - Handoff plan generation: Each selected finding becomes a plan file in plans/ with inlined context, per-step verification commands, scope boundaries, STOP conditions, and machine-checkable done criteria. - Execution follow-through: Variants like execute <plan> dispatch an isolated-worktree executor subagent and review its diff, while reconcile keeps the plan backlog current and --issues publishes plans as GitHub issues. - Use Case: Point it at a legacy service and ask for a security audit; it returns a vetted findings table, then writes plans another agent can implement without ever seeing the audit session. ## Quick Start Ask the agent to audit this repository with the improve skill and write implementation plans for the top findings.