review-external-pr
Installation
SKILL.md
Review External PR Workflow
A triage-first workflow for handling community PRs. The skill inspects first, asks two questions, then executes. It never creates branches preemptively.
When to Use
- A contributor PR is open and you want to review and merge it
- Trigger phrases: "prepare this external PR", "review PR #N", "let's review this contribution", or invocation while the user is on a
pr/<owner>/<PR_NUMBER>branch (created bygh pr checkout) - You want a recommendation on push path and merge strategy before doing anything
Phase 1 — Triage (read-only, no prompts)
Identify the PR
Resolve, in order:
- The PR number the user mentioned.
- Current branch matches
pr/<owner>/<PR_NUMBER>→ extract<PR_NUMBER>. gh pr status→ active PR for current branch.