Stats
Actions
Tags
From git-companion
Suggest a branch name following team conventions from a task description
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-companion:branch-namingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Given a task description or ticket reference, generate a branch name following this convention:
Given a task description or ticket reference, generate a branch name following this convention:
Format: <type>/<short-description>
Types:
feature/ for new featuresfix/ for bug fixeshotfix/ for urgent production fixesrefactor/ for code refactoringdocs/ for documentation changestest/ for adding or updating testschore/ for maintenance tasksRules:
feature/PROJ-123-add-user-auth)Output only the branch name, nothing else.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub leonj1/plugin-marketplace --plugin git-companion