Atomic Commits

Break unstaged or mixed changes into small, atomic, logical git commits with Conventional Commit messages. Use when the user asks to commit, stage, or split changes — e.g. 'help me commit', 'commit my changes', 'break these into logical commits', 'what should I commit first', 'stage my changes', 'commit atomically', or 'make atomic commits'. Uses git diff, git add -p, and Conventional Commits (feat:/fix:/refactor:/chore:/docs:/test:/style:/perf:/build:/ci).

ericmjl b1ec01c 19.1 KB Updated

File contents

ericmjl/skills/tree/main/skills/atomic-commits commit b1ec01cff8

Frequently asked questions

npx skillmds@latest add ericmjl/atomic-commits