What problem does it solve? Code reviews often miss production-critical bugs, skip security escalation, or rubber-stamp changes with generic approval. This Skill enforces a structured, evidence-based review process that cites specific file:line findings and delegates fixes to the right follow-up skills. ## Core Features & Use Cases - Multi-stage review pipeline: Scope detection via git diff, blast radius assessment, logic/pattern/security checks, spec compliance verification, and per-function test gap analysis. - Severity-ranked reporting: Findings classified as CRITICAL/HIGH/MEDIUM/LOW with a verdict (APPROVE, REQUEST CHANGES, NEEDS DISCUSSION) and optional weighted composite quality score. - Framework and UI checks: Detects React, Express, and Python anti-patterns plus AI-generated UI signatures like purple default accents, missing loading states, and WCAG 2.2 accessibility failures. - Use Case: After implementing a feature branch, run a review that flags a missing await in an async save function, detects untested business logic in billing code, and escalates authentication changes to a security scan before merge. ## Quick Start Ask the agent to review the current branch changes against main and produce a severity-ranked code review report.