Branch Orchestration
OfficialSmart, issue-linked branch naming and lifecycle.
Authorconstellos
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Branch naming and issue linkage are often manual and error-prone. This skill automates consistent branch creation, renaming, linking to GitHub issues, and lifecycle management.
Core Features & Use Cases
- Intelligent branch naming following the convention
{issueNum}-{workType}/{kebab-name}to ensure traceability. - Automatic linking of branches to GitHub issues to keep references up-to-date.
- Branch lifecycle management including creation, renaming, remote synchronization, and cleanup across a project.
- Work type detection from issue title and labels to classify branches automatically.
Quick Start
Install Git and the GitHub CLI, then in your repository run a sample to generate and create a branch:
- Generate a branch name: BRANCH_NAME=$(generateBranchName 42 "feature" "Add dark mode")
- Create and push: git checkout -b "$BRANCH_NAME"; git push -u origin "$BRANCH_NAME" You can also switch to the correct branch using issue context and ensure it is linked to the corresponding GitHub issue.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Branch Orchestration Download link: https://github.com/constellos/claude-code-plugins/archive/main.zip#branch-orchestration Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.