Automates Git branch management with intelligent naming conventions and seamless GitHub issue linking.
Branch Orchestration streamlines the Git workflow by enforcing systematic naming patterns and managing the full branch lifecycle within Claude Code. It automatically generates branch names using the {issueNum}-{workType}/{kebab-name} format, detects work types such as features or bug fixes from context, and maintains synchronization between local branches and GitHub issues. This skill is essential for maintaining a clean, searchable repository history and ensuring that every line of code is traceable to its original requirement or task.
主要功能
01Automatic work type detection from issue titles, labels, and prompt context
02Bidirectional linking between Git branches and GitHub issues
03Automated cleanup of merged, stale, or orphaned local and remote branches
04Standardized branch naming using the {issueNum}-{workType}/{kebab-name} pattern
055 GitHub stars
06Comprehensive naming utilities for validation, parsing, and kebab-case formatting
使用场景
01Creating new development branches directly from GitHub issue numbers with correct metadata
02Standardizing repository structure by renaming ad-hoc branches to match project conventions
03Pruning development environments by identifying and removing branches associated with closed issues