pr-review
Installation
SKILL.md
PR Review
Review all changes between main and the current branch HEAD, plus any staged
and unstaged working-tree changes.
Setup
-
Rebase — Unless the user says otherwise, fetch
originand rebase ontoorigin/main, resolving conflicts. If the branch has Alembic migrations, runalembic headsafter rebase — if multiple heads exist, updatedown_revisionto restore a single linear history. -
Gather context — If a PR exists (
gh pr view):- PR description, title, review comments (
gh pr view --comments) - Linked issues (
gh issue view N) to understand requirements If no PR exists, review from the diff alone.
- PR description, title, review comments (