What problem does it solve? Code reviews often miss hidden bugs, unwired functionality, and AI-generated code that looks plausible but fails in production. This Skill enforces an evidence-first review process that validates every claim against actual code before approving changes. ## Core Features & Use Cases - Evidence-Based Review: Requires exact file and line citations for every defect found, eliminating speculative feedback. - AI-Slop Detection: Identifies hallucinated dependencies, fake abstractions, placeholder code, and happy-path-only logic common in LLM-generated code. - Claim Validation: Cross-checks release notes, docs, and comments against actual implementation to catch mismatches. - Use Case: When reviewing a PR that adds a new API endpoint, this Skill verifies the route is wired, the response model matches the SQL query, frontend types align with backend serialization, and no placeholder logic remains. ## Quick Start Review the current diff for correctness bugs, unwired functionality, and unsupported claims, then provide a verdict with file-line evidence.