What problem does it solve? Reviewing code before pushing or evaluating open pull requests requires juggling diffs, context, and GitHub's review APIs manually, which is slow and error-prone. This Skill provides a structured workflow for pre-push reviews and end-to-end PR reviews with inline comments and formal verdicts. ## 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. - 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 or the GitHub REST API. - Structured Feedback Format: Present findings as Critical / Warnings / Suggestions / Looks Good, with a reusable output template and severity guide. - Use Case: A teammate opens PR #123 touching auth code. You ask the agent to review it; it checks out the branch, runs the test suite, flags a SQL injection at src/auth.py:45, and posts a REQUEST_CHANGES review with inline comments and a summary comment. ## Quick Start Ask the agent to review PR number 123 in the current repository and post inline comments with a summary verdict.