What problem does it solve? Verifying that code actually implements what the product spec promised is tedious and error-prone. This Skill performs a rigorous, evidence-based audit of your codebase against Product-Spec.md and design files, so no missing feature, fake test, or security flaw slips through unverified claims. ## Core Features & Use Cases - Two-Stage Review: Stage 1 checks functional completeness, UI guidance authenticity, and design consistency; Stage 2 covers code quality, test authenticity, security scanning, spec drift, and visual comparison. - Evidence-First Reporting: Every conclusion cites file line numbers, compile output, or API responses; issues are prioritized as HIGH, MEDIUM, or LOW. - Security Scanning: Greps for hardcoded secrets, eval, dangerouslySetInnerHTML, string-concatenated SQL, and exposed API keys. - Use Case: After an AI agent finishes building a feature, run this Skill to verify every Spec item is truly implemented before handing fixes back to a dev-builder or bug-fixer agent. ## Quick Start Review my project code against Product-Spec.md and the design brief, then output a structured report with evidence for each conclusion.