What problem does it solve? Code changes often get merged with superficial reviews that only check whether tests pass, letting architecture flaws, security vulnerabilities, and readability debt slip into the codebase. This Skill enforces a structured, multi-dimensional review process with severity-labeled findings and explicit quality gates before any merge. ## Core Features & Use Cases - Five-Axis Review: Evaluates every change on correctness, readability, architecture, security, and performance with concrete checklists per axis. - Severity-Labeled Findings: Categorizes review comments as Critical, Nit, Optional, or FYI so authors know exactly what blocks the merge. - Change Sizing and Splitting: Flags oversized changesets and suggests splitting strategies (stack, file group, horizontal, vertical). - Use Case: After an AI agent generates a feature implementation, run this review to catch unvalidated input, missing regression tests, N+1 queries, and dead code before merging the PR. ## Quick Start Review the changes in my current branch across all five quality axes and list findings with severity labels before I merge.