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 changes, applying a consistent review checklist, and posting inline comments or formal reviews 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 before pushing. - 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 using a severity-tiered template (Critical, Warnings, Suggestions, Looks Good) with a clear approve/request-changes/comment decision rule. - 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 inline comments on specific lines plus a summary comment with a verdict. ## Quick Start Ask the agent to review pull request number 123 in the current repository and post inline comments with a summary verdict.