What problem does it solve?
This Skill removes the manual overhead of inspecting code changes by helping you review local diffs and GitHub pull requests with a consistent, structured process. It is designed to surface correctness issues, security risks, missing tests, and maintainability concerns before code is merged.
Core Features & Use Cases
- Local change review: Analyze staged or branch-level diffs before pushing, using git history and file-level context.
- Pull request review: Inspect PR metadata, changed files, and diffs, then leave general or inline comments through gh or the GitHub REST API.
- Review workflow guidance: Apply a repeatable checklist for correctness, security, testing, performance, and documentation, then summarize findings in a clear severity-based format.
- Use case: A developer asks for a pre-push review of a feature branch, and the Skill returns critical issues, warnings, suggestions, and positive notes in a reviewer-friendly layout.
Quick Start
Ask the Skill to review the current branch or a specific GitHub pull request and return a structured code review summary with any blocking issues, suggestions, and what looks good.