What problem does it solve? Reviewing code changes before pushing or evaluating open pull requests requires manually reading diffs, checking for common issues, and posting structured feedback on GitHub, which is repetitive and error-prone. ## 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. - 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. - Dual Tooling Support: Works with either the gh CLI or plain git plus curl against the GitHub REST API, so it functions even without gh installed. - Use Case: A teammate asks you to review PR #123. The skill checks out the branch, runs the test suite, applies a correctness/security/testing checklist, and posts an atomic review with severity-tagged inline comments plus a summary comment. ## Quick Start Review pull request number 123 in this repository and post inline comments with a summary of any critical issues found.