dev-pr
Installation
SKILL.md
PR Maintenance
Detect the PR for the current branch, checkout if needed, and resolve merge conflicts, review feedback, or CI failures.
Workflow
Step 1 — Detect and checkout the PR branch
git branch --show-current
gh pr view --json number,title,headRefName,baseRefName,state,mergeStateStatus,reviewDecision
If a PR exists for the current branch and state is OPEN, use it.
If no PR exists for the current branch: