Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:

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:2026年3月15日 22:20
SKILL.md
readonly