stave-worktree-pr-flow - Ship current work as a GitHub PR via worktree
Moves dirty Git state to a worktree, commits, pushes, and opens a pull request.
Tags
Updated: 2026-05-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- detect worktree status
- create temporary worktree
- move dirty changes
- run code formatters
- execute verification tests
- commit changes
- push branch to remote
- create GitHub pull request
- remove temporary worktree
Inputs
- Git repository
- GitHub remote
- branch name
- commit message
Outputs
- GitHub pull request
- Git commit
- Git branch
- execution report
Requirements
- Git
- GitHub CLI
- GitHub authentication
