git-branch-naming

Installation
SKILL.md

Git Branch Naming Conventions

Consistent branch naming improves traceability, enables automation, and makes repository history easier to navigate.

When to Use This Skill

Use this skill when... Use something else when...
Creating a new feature/fix branch Managing PR workflows → git-branch-pr-workflow
Setting up team branch conventions Committing changes → git-commit-workflow
Discussing naming standards Rebase/merge strategies → git-branch-pr-workflow

Branch Name Format

{type}/{issue}-{short-description}
Installs
62
GitHub Stars
36
First Seen
Jan 30, 2026
git-branch-naming — laurigates/claude-plugins