What problem does it solve?
It uncovers systemic bugs, security vulnerabilities, and consistency errors that only appear when viewing a feature as a whole rather than in individual PRs, ensuring release readiness and reducing post-release surprises.
Core Features & Use Cases
- Scope discovery: Identify the parent PRD, all child issues, and compile the complete list of files created or modified for the feature.
- Holistic review: Read every file in scope to build a mental model of responsibilities, interfaces, and interactions across modules.
- Cross-cutting audits: Check for consistency issues, security gaps, logic errors, race conditions, duplicated logic, and test quality across the implementation.
- Prioritised reporting: Group findings by severity (Critical / High / Medium / Low), include precise locations and suggested fixes, and save the final report in the user-specified format.
- Use case: Final sign-off review before shipping a feature that spans multiple PRs and repositories to catch integration and systemic problems.
Quick Start
Run a final-audit on PRD #123 and its merged PRs and produce a prioritized audit report with file locations and suggested fixes.