Streamlines the completion of development tasks by verifying tests and providing structured options for merging, PR creation, or branch cleanup.
The Development Branch Integration Guide is a specialized Claude Code skill designed to automate the final stages of a development workflow. It ensures code quality by enforcing test verification before any integration occurs. Once tests pass, the skill presents a standardized set of options—merging locally, pushing a pull request via GitHub CLI, preserving the branch, or discarding work—and handles the underlying Git commands and worktree cleanup automatically. This prevents common mistakes like merging broken code or leaving behind cluttered development environments.
主要功能
01Intelligent Git worktree detection and cleanup
02Automated test suite verification prior to branch completion
030 GitHub stars
04Automated GitHub Pull Request creation with change summaries
05Safety-first branch deletion with explicit confirmation requirements
06Standardized 4-option workflow for branch finalization
使用场景
01Safely merging local bug fixes into the main branch after verification
02Finalizing a feature branch and preparing a formal PR for team review
03Cleaning up experimental worktrees and branches without manual command execution