commit-atomic
Installation
SKILL.md
Atomic Commit with Logical Grouping
Create atomic commits by logically grouping changes following the commitizen/conventional commits convention. Each commit should represent one logical change with a clear, informative message explaining the what and why.
Usage
/commit-atomic
Process
1. Inspect the current changes
git status
git diff --staged
git diff