generate-branch-name
Installation
SKILL.md
Branch Name Generation
Generate a semantic Git branch name following the convention.
Branch Naming Convention
{type}-{issue_number}-{short_id}-{slug}
Components:
- type:
feat,fix,chore(from issue classification) - issue_number: GitHub issue number
- short_id: 8-character identifier (ADW ID if provided)
- slug: Kebab-case summary of issue (max 30 chars)