Automates the final steps of a Git workflow by verifying tests and guiding the merge, pull request, or cleanup process.
This skill streamlines the conclusion of development tasks by ensuring code quality through mandatory test verification before offering structured paths for integration. Whether merging locally, creating a GitHub Pull Request with the gh CLI, or safely discarding experimental work, it provides a consistent, fail-safe mechanism for managing Git branches and cleaning up associated worktrees. It is an essential tool for maintaining repository hygiene and ensuring that only verified, passing code reaches the base branch.
主な機能
01GitHub Pull Request creation with automated templates
021 GitHub stars
03Safe branch deletion with explicit confirmation requirements
04Automated local branch merging and synchronization
05Mandatory pre-completion test verification
06Intelligent Git worktree cleanup and management
ユースケース
01Cleaning up local environments and worktrees after a task is finished or abandoned
02Finalizing a feature branch after completing code changes and passing tests
03Creating a standardized Pull Request on GitHub directly from the terminal