What problem does it solve?
This Skill helps developers and reviewers catch bugs, security issues, and quality regressions before code is merged by analyzing git diffs, applying a review checklist, and producing structured feedback for maintainers and contributors.
Core Features & Use Cases
- Review local staged changes or full branch diffs and produce a prioritized summary of critical issues, warnings, suggestions, and positives.
- Inspect and interact with GitHub pull requests using the gh CLI or fall back to the REST API via curl to list changed files, view diffs, check out branches, leave inline comments, and submit formal reviews.
- Pre-push workflow to detect secrets, debug statements, merge conflicts, large accidental files, missing tests, and common security or performance problems.
Quick Start
Use the github-code-review skill to review the current branch changes and produce a Code Review Summary with critical issues, warnings, suggestions, and items that look good.