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

  1. Run git-run-checks before the first commit and after each meaningful commit group.
  2. Never mix refactor + behavior change + formatting in one commit unless unavoidable.
  3. Keep commit ordering dependency-safe (prerequisites first).

Atomic Slicing Process

Installs
9
GitHub Stars
3
First Seen
Feb 27, 2026
git-atomic-commit — chasebuild/agent-skills