pr
Installation
SKILL.md
PR
Create, update, and review GitHub PRs using gh. Each command is a separate workflow — pick the one that matches the user's intent.
Requested command and target: $ARGUMENTS — if that is blank or still shows the literal placeholder, infer the command from the user's wording using the table below.
Choosing a command
| User says… | Command |
|---|---|
| "Open a PR", "make a PR", "ship this to review" | create |
| "Update the PR description", "refresh the PR body", "add the latest commits to the PR" | update |
| "Review PR #123", "look at this PR", "can you review " | review |
If the request names no command and the branch has no PR yet, create is the safe default. If a PR already exists, ask before assuming update over review.