What problem does it solve? Manually reviewing code changes is time-consuming and error-prone, especially when checking staged diffs, pull requests, or long commit ranges against project conventions. This Skill automates structured code review with a consistent checklist covering correctness, security, performance, and best practices. ## Core Features & Use Cases - Multi-Mode Review: Review staged changes, a GitHub pull request by number or URL, or all commits between a git ref and HEAD. - Context Gates: Cross-checks findings against project architecture, rules, and roadmap artifacts for convention and milestone alignment. - Project-Specific Rules: Loads accumulated project-level review rules from skill-context files that override general defaults. - Use Case: Before merging a feature branch, run the review against the base branch to get per-commit feedback, a risk-level summary, and a prioritized list of critical issues and suggestions. ## Quick Start Ask the assistant to review your staged changes or a specific pull request, for example by saying: review my staged changes or review PR 123.