Streamlines the final stages of a git workflow by verifying tests, managing branch integration, and automating cleanup tasks.
This skill provides a structured framework for concluding development tasks within Claude Code, ensuring that no code is merged or pushed without passing local tests. It guides the user through four distinct completion paths: merging locally, creating a GitHub Pull Request, preserving the branch for future work, or safely discarding the changes. By automating the underlying git commands and worktree management, it eliminates manual errors and maintains repository hygiene after feature implementation is complete.
主な機能
010 GitHub stars
02Intelligent git worktree detection and automatic cleanup
03Automated base branch detection (main/master) for seamless merging
04Mandatory test suite verification before allowing branch integration
05Safe-guard protocols including explicit 'discard' confirmation for branch deletion
06GitHub CLI integration for automated Pull Request creation with formatted summaries
ユースケース
01Finalizing feature implementation and creating a Pull Request via GitHub CLI
02Safely merging a bug fix into the main branch and cleaning up local worktrees
03Standardizing the branch cleanup process across a development team using Claude Code