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.

finishing-a-development-branch - Guide completion and integration of a development branch

Guides completion of development work by verifying tests and presenting structured options for merge, PR, or cleanup.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Verify project test suite
  • Determine base branch
  • Present branch integration options
  • Merge branch locally
  • Push branch and create PR
  • Discard feature branch
  • Clean up git worktree

Inputs

  • Completed development branch
  • User option choice
  • User discard confirmation

Outputs

  • Test suite output
  • Merged git branch
  • Created Pull Request
  • Cleaned worktree

Requirements

  • Git CLI
  • GitHub CLI
  • Project test suite

Source

  • Spec: SKILL.md
git
branch-management
pull-request
workflow
testing
Verify project test suite
Determine base branch
Present branch integration options
Merge branch locally
Completed development branch
User option choice
User discard confirmation
Test suite output
Merged git branch
Created Pull Request