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:

Installs
3
Repository
paulund/ai
GitHub Stars
3
First Seen
May 4, 2026
dev-pr — paulund/ai