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 consistent review checklist, and posting inline comments or formal reviews to GitHub. ## Core Features & Use Cases - Local Pre-Push Review: Analyze staged or branch diffs with plain git, scanning for debug statements, secrets, merge conflict markers, and oversized files. - Full PR Review Workflow: Fetch PR metadata, check out the PR branch locally, run tests and linters, then submit an approve, request-changes, or comment review. - Inline Comments via gh or curl: Post single inline comments or atomic multi-comment reviews using either the GitHub CLI or the REST API with a token. - Use Case: A teammate asks you to review PR #123. The Skill checks out the branch, reads each changed file with full context, runs the test suite, then posts a structured summary comment with severity-tagged inline findings. ## Quick Start Ask the agent to review PR number 123 in the current repository and post the findings as inline comments on GitHub.