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.