Reviewing Pull Requests
Installation
SKILL.md
Pull Request Review Workflow
This skill guides comprehensive PR reviews using the GitHub CLI and local code analysis.
0. Determine Starting Point
When this skill is invoked:
-
If user is already in a PR worktree (mentions "already in worktree", "skip to step 3", or "skip worktree setup"):
- Skip directly to step 3 (Gather PR Context)
- Assume worktree is set up correctly
- Proceed with the review
-
If user provides a PR reference (URL, org/repo#number, etc.) and is NOT in a worktree:
- Parse the PR reference (see formats below)
- Confirm with user before creating worktree
- Proceed to step 1 (Create worktree)