What problem does it solve? Code merged without structured review accumulates defects, security vulnerabilities, and architectural debt. This Skill enforces a consistent multi-axis review process so every change is evaluated against the same quality gates before entering the main branch. ## Core Features & Use Cases - Five-Axis Review: Evaluates every change for correctness, readability, architecture, security, and performance with concrete checklists per axis. - Severity-Labeled Feedback: Categorizes findings as Critical, Required, Nit, Optional, or FYI so authors know exactly what must be addressed before merge. - Change Sizing and Splitting: Provides thresholds (~100/~300/~1000 lines) and splitting strategies (stack, by file group, horizontal, vertical) for oversized changes. - Dependency Discipline: Covers changelog review, one-dependency-per-change upgrades, lockfile diff review, and audit triage. - Use Case: Before merging a pull request, run the review checklist to verify tests, catch an N+1 query, flag a missing auth check, and produce a structured verdict of Approve or Request changes. ## Quick Start Review this pull request across correctness, readability, architecture, security, and performance, and label each finding by severity.