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 - Complete Development Branch Workflow with Structured Options

Guide completion of development work by presenting structured options for merge, PR, or cleanup after implementation is complete

Tags

Updated: 2026-02-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • run test suite
  • determine base branch
  • present completion options
  • execute local merge
  • push branch to remote
  • create pull request
  • cleanup worktree
  • delete feature branch

Inputs

  • feature branch
  • test suite
  • git repository
  • base branch name
  • worktree path

Outputs

  • merged code
  • created pull request
  • deleted branch
  • cleaned worktree
  • branch status update

Requirements

  • git environment
  • test execution environment
  • GitHub CLI for PR creation
  • access to repository

Source

  • Spec: SKILL.md
git
version-control
workflow
development
merge
pull-request
run test suite
determine base branch
present completion options
execute local merge
feature branch
test suite
git repository
merged code
created pull request
deleted branch