What problem does it solve? Code merged without structured review accumulates defects, security vulnerabilities, and architectural debt. This Skill provides a repeatable five-axis review process with severity-labeled findings so every change is evaluated consistently before it enters the main branch. ## Core Features & Use Cases - Five-Axis Review: Evaluates correctness, readability, architecture, security, and performance with concrete checklists for each dimension. - Severity-Labeled Feedback: Categorizes findings as Critical, Nit, Optional, or FYI so authors know what must be fixed versus what is a suggestion. - Change Sizing and Splitting Guidance: Defines target change sizes and strategies (stacking, horizontal, vertical) for splitting oversized changes. - Use Case: Before merging a pull request, run the review checklist to verify tests cover the change, no secrets or injection risks exist, and the verification story is documented. ## Quick Start Review this pull request across correctness, readability, architecture, security, and performance, and label each finding by severity.