pr-review

Installation
SKILL.md

PR Review Workflow

Structured workflow for reviewing pull requests correctly and avoiding false findings.

1. Fetch PR metadata

GH_PAGER=cat gh pr view <number> --json title,body,headRefName,baseRefName,state,files,author,labels,additions,deletions,changedFiles

2. Set up a worktree for review

First, determine whether the current workspace already contains the PR's repository:

Related skills
Installs
7
GitHub Stars
1
First Seen
Apr 8, 2026