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.