What problem does it solve? Reviewing code changes before pushing or evaluating open pull requests requires juggling diffs, context, and GitHub APIs manually, which is slow and error-prone. This Skill provides a structured workflow for inspecting diffs, applying a 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, 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 atomic review with inline comments via gh CLI or the GitHub REST API. - Structured Feedback Format: Present findings as Critical, Warnings, Suggestions, and Looks Good sections, with a reusable output template for PR summary comments. - Use Case: A teammate asks you to review PR #123. The Skill checks out the branch, runs the test suite, flags a SQL injection in src/auth.py, and posts a REQUEST_CHANGES review with inline comments and a summary comment. ## Quick Start Ask the agent to review PR number 123 on the current repository and post inline comments for any issues found.