branch-naming

star 1

Choose a descriptive git branch name when the user asks to create a branch without providing one.

koba-e964 By koba-e964 schedule Updated 2/19/2026

name: branch-naming description: Choose a descriptive git branch name when the user asks to create a branch without providing one. metadata: short-description: Choose a good branch name

Branch Naming

When the user asks to create a branch but does not provide a name:

  • Come up with a short, descriptive, kebab-case name based on the change or task.
  • Use a prefix like fix-, feat-, or chore- only when it adds clarity.
  • Keep it under about 40 characters and avoid vague terms.

Then proceed with the requested git branch and push steps.

Install via CLI
npx skills add https://github.com/koba-e964/dotfiles --skill branch-naming
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator