Streamlines the end-of-development lifecycle by automating test verification and providing structured options for merging, pull requests, or branch cleanup.
The Git Branch Completion Manager provides a rigorous and standardized workflow for concluding development tasks within Claude Code. It ensures code quality by mandating successful test passes before allowing any integration and offers four distinct paths: local merging, automated Pull Request creation via GitHub CLI, branch preservation, or secure work deletion. By automating base branch detection and Git worktree cleanup, this skill minimizes manual errors and maintains repository hygiene.
主要功能
01Automated GitHub Pull Request creation with formatted templates
02Mandatory pre-completion test verification
03Intelligent base branch detection and local merging
04Automatic Git worktree cleanup and management
05Safe branch discard with explicit typed confirmation
060 GitHub stars
使用场景
01Safely cleaning up local development environments and experimental branches
02Finalizing a feature branch before merging into the main codebase
03Automating the creation of detailed Pull Requests with summaries and test plans