final-audit
Installation
SKILL.md
Final Audit
Review all code produced for a feature as a whole, looking for issues that are only visible across the full implementation — not within a single PR.
This audit is not a substitute for per-PR code review. It looks for different things: patterns that were introduced early and replicated incorrectly, inconsistencies between modules, and systemic issues that no single PR reviewer could have caught.
Process
1. Locate the feature
Ask the user for the parent PRD issue. Read it in full, including all child issues and their acceptance criteria.
2. Identify the scope
From the PRD and its issues, build a list of every file that was created or modified as part of this feature. Ask the user to confirm the list is complete and nothing is missing.
3. Explore the implementation
Read all files in scope. For each module, understand: