What problem does it solve? Reviewing code changes consistently is time-consuming, and feedback quality often varies between reviewers. This Skill provides a structured, repeatable review workflow for both local uncommitted changes and remote GitHub Pull Requests, ensuring every review covers correctness, security, and testability. ## 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, analyzes the diff across seven quality pillars, and delivers a structured review with actionable findings. ## Quick Start Review my current local changes and give me structured feedback on correctness and maintainability.