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 diffs, 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 files. - PR Review via gh or REST: Fetch PR details, check out PR branches locally, run tests, and submit formal reviews (approve, request changes, comment) with inline comments. - Structured Feedback Format: Present findings in a Critical / Warnings / Suggestions / Looks Good severity structure, with a reusable output template. - Use Case: A teammate opens PR #123 touching authentication code. Check out the branch, run the test suite, apply the security checklist, and post an atomic review with inline comments flagging a SQL injection and a plaintext password issue. ## Quick Start Review pull request 123 in this repository and post your findings as inline comments and a summary review on GitHub.