Skip to main content
Run any Skill in Manus
with one click

branch-namer

// Generate descriptive git branch names that follow the project's naming convention. Use this skill whenever the user asks to create a branch, name a branch, start working on a feature or fix, checkout a new branch, or when you're about to run `git checkout -b` or `git switch -c`. Also trigger when you see a vague branch name like `fix/auth` or `feature/billing` that lacks a description of what's actually changing — the branch name should always tell you *what* the change does, not just its category.

$ git log --oneline --stat
stars:259
forks:85
updated:March 15, 2026 at 22:20
SKILL.md
readonly