What problem does it solve? Code merged without structured review accumulates defects, security vulnerabilities, and architectural debt. This Skill enforces a consistent, multi-dimensional quality gate so every change — whether written by a human or an AI agent — is evaluated against the same standard before merging. ## Core Features & Use Cases - Five-Axis Review: Evaluates every change for correctness, readability, architecture, security, and performance, with severity-labeled findings (Critical, Required, Nit, Optional, FYI). - Structural Remedies & Change Sizing: Proposes concrete refactorings instead of vague complaints, and enforces change-size limits with splitting strategies for oversized PRs. - Security & Performance Checklists: Ships reference checklists for injection, secrets, auth, N+1 queries, and hot-path regressions, plus dependency-upgrade discipline with changelog and lockfile review. - Use Case: Before merging a pull request, run the review to get categorized findings, a verification checklist, and a clear approve/request-changes verdict — including detection of prompt-injection attempts hidden in PR text. ## Quick Start Review this pull request using the code-review-and-quality checklist and report findings by severity.