stave-worktree-pr-flow - Ship current work as GitHub PR via worktree
Move dirty state to worktree, commit with Conventional Commits, push to GitHub, and create pull request
Tags
Updated: 2026-05-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- confirm intended scope
- detect worktree mode
- move dirty state
- validate changes
- commit changes
- push branch
- create pull request
- clean up worktree
- report outcome
Inputs
- git status
- git branch
- git HEAD reference
- worktree path
- git remote URL
- GitHub auth status
- untracked files
- commit message
- PR title
Outputs
- created worktree
- commit message
- pushed branch
- pull request URL
- execution report
Requirements
- git
- GitHub CLI
- GitHub remote repository
- write permission
