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
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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.