원클릭으로
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.