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_NUMBER is uppercase as provided by the user (e.g. PROJ-548)
  • short_description is snake_case, max 3 words — prefer 1–2
  • Example: feat/TICKET-548_flutter_upgrade

Without ticket number

Related skills
Installs
46
GitHub Stars
3
First Seen
Mar 25, 2026