What problem does it solve?
This Skill helps you review code changes quickly and consistently before merge, whether you are checking local diffs or evaluating an open GitHub pull request. It reduces the risk of shipping bugs, security issues, and unclear implementation choices by giving you a structured review workflow.
Core Features & Use Cases
- Local Change Review: Inspect staged or branch diffs with a quality, security, and correctness checklist before you push.
- GitHub PR Review: Gather PR details, inspect changed files, and review branch diffs through gh or the GitHub REST API.
- Inline and Summary Feedback: Draft severity-ranked review comments, approve changes, request changes, or leave general review notes in a consistent format.
- Use Case: A developer opens a pull request with authentication changes, and you need to identify a SQL injection risk, suggest a refactor, and leave an inline comment on the exact line.
Quick Start
Ask me to review pull request number 123 and return a structured summary with any critical issues, warnings, suggestions, and positives.