atomic-commits

Installation
SKILL.md

Atomic Commits

Guide the user from a dirty working tree to a clean commit history where each commit is one logical change with a clear Conventional Commit message.

Workflow

1. Analyze changes

Run in parallel:

git status
git diff
git diff --cached

If there are too many files, also run git diff --stat for a summary.

2. Propose a commit plan

Installs
7
Repository
ericmjl/skills
GitHub Stars
39
First Seen
May 19, 2026
atomic-commits — ericmjl/skills