一键导入
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.