with one click
pr-review
// Review a Pull Request for code quality, tests, and merge readiness. Use when reviewing PRs, checking for merge conflicts, or providing feedback before merging.
// Review a Pull Request for code quality, tests, and merge readiness. Use when reviewing PRs, checking for merge conflicts, or providing feedback before merging.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | pr-review |
| description | Review a Pull Request for code quality, tests, and merge readiness. Use when reviewing PRs, checking for merge conflicts, or providing feedback before merging. |
Review this Pull Request:
This skill is for review-only work. Prefer gh pr checkout <number> --detach so disposable local branches do not accumulate.
Analyze the quality of the code, the tests and the overall change. Check for merge conflicts with main, advise on fixes if a conflict exists.
Prioritize findings:
mainWhen the review is complete, update the PR review-state label on GitHub:
ready_to_merge and remove needs_work when there are no blocking findings, the PR is merge-clean, and GitHub CI is greenneeds_work and remove ready_to_merge when blocking findings remain, coverage is insufficient for the risk, merge conflicts exist, or GitHub CI is failingUse:
gh pr edit <number> --add-label ready_to_merge --remove-label needs_work
gh pr edit <number> --add-label needs_work --remove-label ready_to_merge
Give me feedback on the PR and whether it is ready to merge.
If asked to give feedback on the PR, do so with a terse response in a encouraging, warm and friendly tone. Be appreciative of the work and the effort put into the PR.