What problem does it solve? Reviewing code changes before pushing or evaluating open pull requests requires juggling diffs, context, and GitHub APIs manually. This Skill provides a structured workflow for inspecting changes, applying a review checklist, and posting formal reviews with inline comments back to GitHub. ## Core Features & Use Cases - Pre-Push Local Review: Analyze staged or branch diffs with plain git, scanning for debug statements, secrets, conflict markers, and oversized files. - End-to-End PR Review: Fetch PR metadata, check out the PR branch locally, run tests and linters, then submit an approve/request-changes/comment review with inline comments via gh or curl. - Structured Feedback Format: Findings are organized into Critical, Warnings, Suggestions, and Looks Good sections, plus a whole-repo health evaluation mode. - Use Case: Ask the agent to "review PR #123" and it checks out the branch, runs the test suite, applies the review checklist, and posts an atomic multi-comment review to GitHub. ## Quick Start Ask the agent to review pull request number 123 in the current repository and post the findings as inline comments on GitHub.