Streamlines the conclusion of feature development by verifying tests and executing standardized git workflows for merges, PRs, and cleanup.
This skill provides a structured framework for finalizing development work within a Claude Code environment. It ensures code quality by mandating successful test runs before offering four distinct integration paths: local merging, GitHub Pull Request creation, preserving the branch, or discarding work. By automating repetitive git commands and worktree management, it reduces manual overhead and prevents common mistakes like merging broken code or leaving stale worktrees in the repository.
Características Principales
010 GitHub stars
02Intelligent base branch detection for main and master
03Automatic git worktree cleanup and management
04Safe branch deletion with mandatory confirmation for discards
05One-click GitHub Pull Request creation with automated summaries
06Automated pre-integration test verification
Casos de Uso
01Cleaning up complex development environments using git worktrees
02Standardizing the 'Definition of Done' for feature development
03Automating the transition from local coding to remote code review