What problem does it solve? Reviewing code changes before pushing or evaluating open pull requests is time-consuming and error-prone, and posting structured feedback with inline comments on GitHub requires tedious manual API or CLI work. ## Core Features & Use Cases - Pre-Push Local 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 linters, then submit formal reviews (approve, request changes, or comment) via gh CLI or the GitHub REST API with curl. - Structured Feedback: Post inline review comments and severity-tagged summary comments (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, reads the diff, runs the test suite, applies a review checklist covering correctness, security, and testing, then posts an atomic review with inline comments and a summary verdict. ## Quick Start Review the open pull request number 123 in this repository and post your findings as inline comments and a summary review on GitHub.