branch-name

Installation
SKILL.md

Branch Name

Generate clean, team-friendly Git branch names based on current code changes.

Context Reuse (Step 0)

See _shared/context-reuse.md for the context reuse protocol.

If DIFF_CONTEXT or RAW_DIFF is already provided, use it directly to save time and tokens.

Gather Change Context (Step 1)

See _shared/branch-diff-gathering.md for branch diff collection details.

Use branch-level diff as primary source (compare current branch against base branch). This gives you the full picture of what's changing.

Optionally read commit history to improve intent inference across multiple commits.

Infer Intent and Type (Step 2)

Installs
13
First Seen
Mar 2, 2026
branch-name — quentinhsu/skills