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
Installs
11
GitHub Stars
118
First Seen
Jun 28, 2026
commit-atomic — jellydn/my-ai-tools