What problem does it solve?
This Skill prevents incomplete, incorrect, or superficially implemented changes from being accepted by systematically comparing the codebase against an implementation plan and validating the results with tests and build checks.
Core Features & Use Cases
- Evidence-Based Verification: Locates relevant files, functions, signatures, and implementation details to confirm each plan requirement.
- Dynamic Quality Checks: Reads project instructions, runs builds and tests, and records whether the implementation works in practice.
- Anti-Shortcut Detection: Identifies placeholders, deferred work, disabled tests, fake implementations, and other signs of incomplete delivery.
- Audit Reporting: Produces a structured markdown report with step-level status, evidence, test results, quality findings, and actionable recommendations.
- Use Case: Use this Skill after an engineer completes a feature plan to determine whether every requirement is implemented, tested, and ready for approval.
Quick Start
Ask the auditor to validate the selected plan against the current codebase, run the required build and tests, and write the audit report.