finishing-a-development-branch - Verify and complete a development branch.
Guides development branch completion by verifying tests, requirements, code review, and TDD compliance before merging or cleaning up.
Tags
Updated: 2026-09-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Verify implementation completeness
- Determine base branch
- Merge branch locally
- Create pull request
- Discard feature branch
- Clean up git worktree
Inputs
- Git feature branch
- Test suite
- Code review status
- TDD compliance status
Outputs
- Merged Git branch
- Created pull request
- Deleted feature branch
- Removed Git worktree
Requirements
- Git CLI
- GitHub CLI
- Project test runner
