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."
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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.