What problem does it solve? Catching bugs, security vulnerabilities, and performance regressions before code reaches production requires disciplined review, but manual diff inspection is slow and easy to skip. This Skill automates structured code review of staged changes, unstaged work, specific commits, or full PR diffs. ## Core Features & Use Cases - Flexible Review Scope: Reviews staged changes, unstaged changes, a specific commit hash, a single file, or all changes since branching from main. - Five Review Categories: Analyzes security issues, performance concerns, bug risks, code quality, and test coverage gaps with severity ratings from CRITICAL to LOW. - Context-Aware Analysis: Uses CodeGraph exploration plus full file reads to understand surrounding code, not just the diff lines. - Use Case: Before opening a pull request, run a review of your branch diff to catch an N+1 query, a missing auth check, or untested edge cases, then decide which findings to fix. ## Quick Start Ask the agent to review your staged changes or a specific commit, for example by saying: review my staged changes for security and performance issues.