Back to list
iplaylf2

git-branch-namer

by iplaylf2

Personal coding profile kit for reusable defaults and setup

0🍴 0📅 Jan 25, 2026

SKILL.md


name: git-branch-namer description: Use only when the user explicitly asks for a git branch name. Output one strong recommendation in a consistent pattern, with minimal, high-signal rationale. metadata: short-description: Name git branches

Git Branch Namer

Suggest a git branch name that encodes type, scope, and intent with minimal redundancy.

Output

Provide:

  • One recommended branch name.
  • One sentence explaining the chosen type, scope, and intent.
  • 2–4 alternatives only if the user asks for options.

Default Pattern

Use <type>/<scope>/<intent> unless the user specifies another convention.

Type

Choose the smallest accurate change class:

feat, fix, chore, refactor, docs, test, perf.

Scope

Name the primary area being changed.

Guidelines:

  • Prefer stable product, module, or capability scopes when the change is broadly reusable.
  • Use interface or integration scopes only when the work is confined to that boundary.
  • If multiple areas are touched, pick the dominant one or the user’s stated goal.

Examples:

  • Product, module, capability: scheduler, auth, billing, search
  • Interface or integration when accurate: cli, rest, sdk, webhook

Intent

Use a concise verb-first kebab-case phrase. Avoid repeating scope words unless it adds clarity.

Good:

  • feat/auth/rotate-keys
  • fix/search/dedupe-results

Avoid:

  • feat/auth/auth-rotate-keys
  • fix/search/search-dedupe-results

Heuristics

  • Optimize for information density. Do not repeat obvious repo context.
  • Make type, scope, and intent complementary rather than redundant.
  • Do not overfit scope to a single interface if the capability is broader.
  • If the user specifies a preferred pattern, follow it and briefly note tradeoffs when relevant.
  • Ask one short clarification only when type or scope cannot be inferred safely.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon