git-atomic-commit
Installation
SKILL.md
Git Atomic Commit
Always produce small commits where each commit has one logical purpose and passes checks.
Required Guardrails
- Run
git-run-checksbefore the first commit and after each meaningful commit group. - Never mix refactor + behavior change + formatting in one commit unless unavoidable.
- Keep commit ordering dependency-safe (prerequisites first).