원클릭으로
branch
Creates git branches with proper naming. Use when creating branches, starting new work, or switching to feature branches.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Creates git branches with proper naming. Use when creating branches, starting new work, or switching to feature branches.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | branch |
| description | Creates git branches with proper naming. Use when creating branches, starting new work, or switching to feature branches. |
Use type/short-description format.
feat: User-facing features or behavior changes (must change production code)fix: Bug fixes (must change production code)docs: Documentation onlystyle: Code style/formatting (no logic changes)refactor: Code restructuring without behavior changetest: Adding or updating testschore: CI/CD, tooling, dependency bumps, configs (no production code)feat/user-login-flow
fix/csrf-token-handling
refactor/api-client
chore/ci-pipeline
docs/update-readme
test/health-endpoint
git checkout -b type/short-descriptionGenerates commit messages and creates commits. Use when writing commit messages, committing changes, or reviewing staged changes.
Generates commit messages and creates commits. Use when writing commit messages, committing changes, or reviewing staged changes.
Creates pull requests with proper formatting. Use when creating PRs, opening pull requests, or preparing changes for review.
Creates pull requests with proper formatting. Use when creating PRs, opening pull requests, or preparing changes for review.