ワンクリックで
git-branch
Generate concise Git branch names from issue context or task descriptions. Never include assistant branding such as codex.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate concise Git branch names from issue context or task descriptions. Never include assistant branding such as codex.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Draft concise Git PR titles and descriptions from committed branch diff, verify branch-triggered CI locally, and submit PRs with GitHub CLI after approval. Keep metadata focused on actual changes, motivation, implementation, and verification.
Draft and execute atomic Angular-style Git commits from staged changes only. Enforce strict split between dependency, test, docs, and business/code changes.
| name | git-branch |
| description | Generate concise Git branch names from issue context or task descriptions. Never include assistant branding such as codex. |
Create one clear branch name for current task. Keep output short and executable.
codex, openai, chatgpt, claude, gemini, agent names, model names, or author prefixes unless user explicitly requests them.<type>/<short-description>.<type>/<issue-id>-<short-description>.a-z, 0-9, /, -. Preserve issue IDs only if tracker needs uppercase, e.g. PROJ-123.feat: new capabilityfix: bug/regression fixrefactor: internal structure change, no behavior changeperf: performance/resource improvementdocs: documentation onlytest: tests onlybuild: dependencies, package manager, build configci: CI/CD workflowchore: maintenance that fits no narrower typerevert: revert previous changegit checkout -b <branch-name>.Good:
feat/social-account-linking
fix/post-schedule-timezone
refactor/provider-auth-flow
build/update-playwright
test/post-validation-rules
Bad:
codex/feat/social-account-linking
kuroda/feat/social-account-linking
feat/add social login
fix_login
Feature/AddLogin
For Chinese users, explain in Chinese. Branch name stays English.