What problem does it solve? Reviewing code changes consistently is time-consuming, and feedback quality varies across reviewers. This Skill provides a structured, repeatable review workflow for both local uncommitted changes and remote GitHub Pull Requests, covering correctness, security, performance, and test coverage. ## Core Features & Use Cases - Dual Review Targets: Reviews local staged or working-tree changes via git diff, or remote Pull Requests by number or URL using the GitHub CLI. - Structured Feedback: Produces findings categorized as Critical, Improvements, and Nitpicks, ending with a clear Approved or Request Changes recommendation. - Preflight Integration: Runs the project's npm preflight verification suite before reviewing remote PRs to catch automated failures early. - Use Case: A teammate asks you to review PR #123. The Skill checks out the PR with gh, runs preflight checks, analyzes the diff across seven quality pillars, and returns structured, constructive feedback. ## Quick Start Review my current local changes and give me structured feedback on correctness, security, and test coverage.