What problem does it solve? Conducting thorough, consistent code reviews is time-consuming, and reviewers often miss issues around security, edge cases, or test coverage. This Skill provides a structured review workflow for both local changes and remote Pull Requests, ensuring every review follows the same quality pillars. ## Core Features & Use Cases - Dual Review Targets: Review local staged/unstaged changes via git diff, or remote Pull Requests by number or URL using the GitHub CLI. - Structured Analysis Pillars: Evaluates correctness, maintainability, readability, efficiency, security, edge cases, and testability. - Standardized Feedback Format: Delivers findings organized as Critical issues, Improvements, and Nitpicks, ending with a clear Approved or Request Changes recommendation. - Use Case: A teammate asks you to review PR #123. The Skill checks out the PR with gh pr checkout, runs the project's preflight suite, analyzes the diff, and produces a structured review with actionable feedback. ## Quick Start Review my current uncommitted changes and give me structured feedback on correctness, security, and test coverage.