Standardizes the finalization of development work by verifying tests and guiding structured integration or cleanup options.
The Git Branch Completion Manager provides a reliable, structured workflow for finalizing development tasks within Claude Code. It ensures code quality by enforcing mandatory test verification before offering integration paths such as local merging, GitHub Pull Request creation, or branch cleanup. By automating the identification of base branches and handling the removal of Git worktrees, this skill eliminates common manual errors and helps maintain a clean, efficient development environment while preventing the integration of broken code.
Características Principales
01Intelligent Git worktree cleanup to optimize local workspace management
02Safety-first confirmation protocols for branch and commit deletion
03Mandatory automated test verification before branch integration
04Automated GitHub PR creation with AI-generated summaries and test plans
05Four structured completion paths: local merge, GitHub PR, keep as-is, or discard
060 GitHub stars
Casos de Uso
01Safely discarding experimental branches and cleaning up associated worktrees
02Preparing and submitting structured Pull Requests to remote repositories
03Finalizing feature branches with verified local merges into main or master