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

Installs
90
GitHub Stars
4
First Seen
Mar 25, 2026
git-branch-format — somnio-software/somnio-ai-tools