What problem does it solve? Reviewing code changes consistently is hard: reviewers miss edge cases, skip security checks, or give unstructured feedback. This Skill provides a disciplined review workflow for both local working-tree changes and remote GitHub Pull Requests, producing structured, actionable feedback. ## Core Features & Use Cases - Dual Review Targets: Reviews local staged/unstaged changes via git diff, or checks out remote PRs by number or URL using the GitHub CLI. - Seven-Pillar Analysis: Evaluates correctness, maintainability, readability, efficiency, security, edge cases, and test coverage. - Structured Feedback: Delivers findings grouped as Critical, 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, runs the project's preflight suite, analyzes the diff, and returns a prioritized review report. ## Quick Start Ask the agent to review PR #123 or to review your current uncommitted changes.