About
The Development Branch Finalizer skill provides a structured framework for concluding work within Claude Code. It enforces a 'test-first' policy, requiring a successful test suite run before presenting the user with clear options to merge locally, push a Pull Request, preserve the branch, or discard changes. By automating git commands and managing worktree cleanup, it ensures a consistent and error-free transition from feature implementation to code integration, preventing common mistakes like merging broken code or leaving orphaned branches.