원클릭으로
split-commits
Group current changes into multiple commitlint-compliant commits and apply on confirmation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Group current changes into multiple commitlint-compliant commits and apply on confirmation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit staged, unstaged, or file-scoped changes for bugs, risks, and minimal risk-reducing fixes
Generate and optionally apply a Conventional Commit from staged changes
Update the existing PR for the current branch when one exists, otherwise create a draft PR from git diff
Debug a bug from an entrypoint or symptom, prove root cause, propose a minimal patch
Propose minimal, safe code improvements without changing behavior
| name | split-commits |
| description | Group current changes into multiple commitlint-compliant commits and apply on confirmation |
| argument-hint | Optional: focus area or grouping preference |
Analyze current changes. Split into coherent commits.
If commitlint config exists, it is authoritative.
All shell commands: use rtk <cmd> via the bash tool, never raw command; git status = bad, rtk git status = good.
Workflow:
git status --shortgit diff --statgit diff --cached --statMessage Rules:
<type>(optional-scope): short descriptionfeat, fix, refactor, chore, docs, test, ci, perfOutput:
Type 'continue' to create these commits or anything else to cancel.Apply:
continue--no-verify