What problem does it solve? Code changes often reach the main branch without consistent scrutiny, letting bugs, security vulnerabilities, and architectural drift accumulate. This Skill enforces a structured, multi-axis review process so every change is evaluated against the same quality gates before merging. ## Core Features & Use Cases - Five-Axis Review: Evaluates every change across correctness, readability, architecture, security, and performance with concrete checklists for each dimension. - 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 Guidance: Defines thresholds for reviewable change sizes and provides stacking, horizontal, and vertical splitting strategies for oversized changes. - Use Case: Before merging a pull request that adds a new API endpoint, run this review to verify tests cover edge cases, inputs are validated at boundaries, no N+1 queries exist, and the change description stands alone in version control history. ## Quick Start Review this pull request across correctness, readability, architecture, security, and performance, and label each finding with its severity.