open-pr
Installation
SKILL.md
PR Opener
Turn a finished local change into a clean branch push plus browser-based PR flow.
Keep the workflow autonomous by default. Only stop to ask the user when a required input cannot be derived safely, especially the ticket number.
Workflow
- Inspect branch and worktree.
- Derive the ticket number from the branch name.
- Identify the session-touched files to include.
- Validate the intended commit scope and recent verification evidence.
- Create a conventional commit.
- Push the branch.
- Open
gh pr create --webwith prefilled title and body.