git-branch-format
Installation
SKILL.md
Git Branch Format Skill
Generates a branch name from a description of changes.
Convention
With ticket number
{type}/{TICKET_NUMBER}_{short_description}
TICKET_NUMBERis uppercase as provided by the user (e.g.PROJ-548)short_descriptionissnake_case, max 3 words — prefer 1–2- Example:
feat/TICKET-548_flutter_upgrade
Without ticket number
Related skills