What problem does it solve? Code reviews often become rubber-stamps or get lost in nitpicks, letting bugs, security holes, and performance issues slip into production. This Skill provides a structured five-axis framework so every self-review or PR review covers the same critical ground consistently. ## Core Features & Use Cases - Five-Axis Evaluation: Systematic checklists covering correctness, readability, architecture, security, and performance, with concrete items like N+1 queries, auth checks, and race conditions. - Severity-Based Reporting: Outputs findings classified as Critical, Important, Suggestion, or Good, so reviewers focus on merge-blocking issues first. - Anti-Pattern Guardrails: Explicitly warns against rubber-stamping, bikeshedding, and scope creep during reviews. - Use Case: After finishing a bug fix on a Flutter/Firestore feature, run this Skill before opening a PR to catch a missing auth check and an unhandled DioException, then produce a severity-ranked review report. ## Quick Start Ask the AI to review the current branch diff using the five-axis code review framework and report findings by severity.