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