What problem does it solve? Reviewing code changes before pushing or evaluating open pull requests requires juggling git diffs, GitHub API calls, and structured feedback formatting, which is tedious and error-prone when done manually. ## Core Features & Use Cases - Local Pre-Push Review: Analyze staged or branch diffs with plain git, scanning for debug statements, secrets, merge conflict markers, and oversized files. - Full PR Review Workflow: Fetch PR metadata, check out the PR branch locally, run tests and linters, then submit formal reviews (approve, request changes, or comment) with inline comments via gh CLI or curl REST calls. - Structured Feedback Output: Present findings in a consistent Critical / Warnings / Suggestions / Looks Good format, both as PR summary comments and inline review annotations. - Use Case: A teammate asks you to review PR #123. The skill checks out the branch, runs the test suite, applies a six-category review checklist, and posts an atomic review with severity-tagged inline comments plus a summary comment. ## Quick Start Review pull request 123 in this repository and post inline comments for any issues you find.