What problem does it solve? Code reviews often degrade into subjective style debates or perfection gates that block healthy changes. This Skill provides a structured reading script that produces evidence-based review comments with clear severity levels, so reviewers approve changes that improve code health without policing aesthetics. ## Core Features & Use Cases - Ordered Verification Script: Reads goal, contract, and tests before the diff, then verifies behavior, tests, complexity, naming, and documentation in priority order. - Severity Classification: Tags every comment as blocking, suggestion, or nit, each carrying a snippet, impact, and reason. - Explicit Decision Rules: Approves health-improving changes, requires trackable follow-ups for deferred debt, and sends work back only on blocking criteria. - Use Case: When reviewing a pull request in a PoP kanban workflow (task 005), run this script to produce a structured verdict citing violated criteria and evidence instead of opinion. ## Quick Start Review the current diff using the clean-code-review script and report each finding with its severity, evidence, and a final approve or send-back decision.