pr-open

Installation
SKILL.md

PR Open

Open a pull request for the current branch and transition the issue's labels. Idempotent: if a PR already exists for the branch, returns its number without opening a duplicate.

Inputs

When invoked with arguments, the first line of the prompt may carry a context envelope as JSON:

{ "issue": 582, "branch": "agent/issue-582-foo" }

When invoked directly without context, infer branch from git branch --show-current and ask the user for issue if missing.

Workflow

Step 1 — Idempotency check

Installs
1
Repository
paulund/ai
GitHub Stars
3
First Seen
May 9, 2026
pr-open — paulund/ai