What problem does it solve? Code reviews often bury critical issues under summaries and overlook weak tests that assert mock calls instead of real behavior. This Skill enforces a findings-first review format with a mandatory eight-check audit of test quality, specification strength, and lane assignment. ## Core Features & Use Cases - Findings-first output: Every review lists findings sorted by severity with file, line, risk, and concrete fix before any summary. - Test quality audit: Eight checks covering wiring-only tests, mock boundary violations, security verification via mock args, unreliable v8 ignore directives, unpaired mock boundaries, lane misassignment, under-specified units, and change-tax over-specification. - Use Case: After implementing a feature with tests, run a review that flags a security test verifying container config only through mock call arguments as High severity, and demands an integration test inspecting the real resource. ## Quick Start Review the current diff and produce a findings-first report including the full test quality audit.