gh-pr-review
Installation
SKILL.md
Gh Pr Review
Overview
Review the code before commenting. Treat every finding as a claim to verify in the diff and relevant implementation, tests, or shared helpers.
Use gh to anchor comments on the exact PR line or reply on an existing thread. Prefer one strong, specific comment per issue over broad summaries.
Workflow
1. Identify the PR
- Use the PR number or URL if the user gave one.
- Otherwise infer it from the current branch with
gh pr view. - Capture the PR number, base branch, head branch, and head SHA.