git-branch-creator
CommunityCreate compliant Git branches quickly and safely.
Software Engineering#automation#git#workflow#development#branching#naming-conventions#version-control
Authoryamato0811
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill standardizes the process of creating new Git branches that strictly follow the repository's naming conventions, reducing errors and ensuring consistency across teams.
Core Features & Use Cases
- Observes existing branch naming patterns (for example feature/<owner>/#<NN>_<slug>) and suggests a compliant new branch slug.
- Generates the issue-locked sequential number (NN) based on local and remote branches, and creates the branch from a chosen base (typically develop).
- Optionally pushes the new branch to origin with the -u flag to establish upstream tracking.
Quick Start
Switch to the base branch (e.g., develop), fetch the latest changes, and create a new branch following the naming rule, then push if required. Example workflow:
- git switch develop
- git fetch --prune origin
- git switch -c feature/hara/#37_dependency_version_upgrade
- git push -u origin feature/hara/#37_dependency_version_upgrade
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: git-branch-creator Download link: https://github.com/yamato0811/my-agent-skills/archive/main.zip#git-branch-creator 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.