LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

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-09

Capabilities

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

Source

  • Spec: SKILL.md
git
github
pull request
worktree
workflow
detect worktree status
create temporary worktree
move dirty changes
run code formatters
Git repository
GitHub remote
branch name
GitHub pull request
Git commit
Git branch