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 consistent 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. - Pull Request Review: Fetch PR metadata and diffs via gh CLI or curl/REST, check out PR branches locally, and run tests or linters against the changes. - Structured Feedback: Submit formal reviews (approve, request changes, comment) with severity-tagged inline comments and a summary comment using a consistent template. - Use Case: A teammate opens PR #123 touching authentication code. You check out the branch, run the test suite, spot a SQL injection risk, and submit a request-changes review with an inline comment on the exact line. ## Quick Start Review pull request 123 in this repository and post your findings as inline comments and a summary.