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."
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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.