Git Branch Naming
Generates clear, concise, and consistent Git branch names based on provided task descriptions and project conventions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add git-branch-naming npx -- -y @trustedskills/git-branch-naming
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"git-branch-naming": {
"command": "npx",
"args": [
"-y",
"@trustedskills/git-branch-naming"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enforces consistent naming conventions for Git branches, automatically generating descriptive names that reflect the feature, bug fix, or task being addressed. It streamlines repository hygiene by ensuring every new branch follows a standardized format before creation.
When to use it
- You need to maintain a clean, predictable branch structure across a large team.
- You want to automate the tedious process of crafting meaningful commit messages and branch names.
- Your organization requires strict adherence to specific naming patterns (e.g.,
feature/,fix/,hotfix/). - You are setting up a new repository or refactoring an existing one to improve collaboration efficiency.
Key capabilities
- Automatically generates branch names based on user input or context.
- Enforces predefined naming schemas to ensure consistency.
- Integrates directly into the Git workflow to prevent invalid branches from being created.
Example prompts
- "Create a new branch named
feature/user-authenticationfor the login module." - "Generate a branch name for fixing the critical payment gateway timeout issue."
- "List all branches that do not follow our standard naming convention."
Tips & gotchas
Ensure your team agrees on the specific naming schema before relying on this skill, as it strictly enforces the defined rules. If you frequently work with complex projects, consider combining this with other Git skills to automate merging and conflict resolution.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.