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, conflict markers, and common code issues. - Pull Request Review: Fetch PR details, check out PR branches locally, run tests, and submit formal reviews (approve, request changes, comment) with inline comments via gh CLI or curl. - Structured Feedback: Produce severity-tiered review summaries (Critical, Warnings, Suggestions, Looks Good) using a consistent output template. - Use Case: A teammate asks you to review PR #123. The skill checks out the PR, runs the test suite, applies a review checklist covering correctness, security, and testing, then posts inline comments and a summary verdict directly to GitHub. ## Quick Start Review pull request number 123 in this repository and post your findings as inline comments and a summary on GitHub.