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 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 changes. - Pull Request Review: Fetch PR details, check out PR branches locally, run tests and linters, then submit approvals, change requests, or multi-comment reviews via gh CLI or curl. - Structured Feedback: Present findings in a Critical / Warnings / Suggestions / Looks Good format and post summary comments to the PR. - Use Case: A teammate opens PR #123 touching authentication code. You ask the assistant to review it; it checks out the branch, runs the test suite, flags a SQL injection risk inline, and submits a formal Request Changes review. ## Quick Start Review pull request 123 in this repository and post your findings as inline comments and a summary review on GitHub.