Commit changes as clean, reviewable snapshots. Use when committing, staging, splitting work into logical units, writing or fixing commit messages, creating fixup commits, or cleaning up commit history. Also use when the user says "commit this", "save my changes", "make a commit", or "write a better commit message."
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Commit changes as clean, reviewable snapshots. Use when committing, staging, splitting work into logical units, writing or fixing commit messages, creating fixup commits, or cleaning up commit history. Also use when the user says "commit this", "save my changes", "make a commit", or "write a better commit message."
Commit Changes
Commit changes as clean, reviewable snapshots.
Workflow
Read git status and the relevant diffs before deciding how many commits to
make.
Split orthogonal work into separate logical units. If a file mixes unrelated
edits, stage only the hunks for the current commit.
Run the relevant checks before committing. If you skip a check, say so.