What problem does it solve? Reviewing code changes before pushing or evaluating open pull requests requires juggling diffs, context, and GitHub's review APIs; this Skill standardizes that entire workflow with ready-to-run git, gh, and curl commands. ## Core Features & Use Cases - Local Pre-Push Review: Inspect staged or branch diffs with plain git, scan for debug statements, secrets, and conflict markers, and present findings in a structured Critical/Warning/Suggestion format. - Full PR Review: Fetch PR metadata, check out the PR branch locally, run tests and linters, then submit formal reviews (approve, request changes, comment) with inline comments via gh or the GitHub REST API. - Use Case: A teammate opens PR #123 touching authentication code. You check out the branch, run the test suite, spot a SQL injection on line 45, and submit a REQUEST_CHANGES review with an inline comment plus a summary comment — all in one flow. ## Quick Start Review pull request 123 in this repository and post your findings as inline comments and a summary.