atomic-git-commit
Installation
SKILL.md
Atomic Git Commit Workflow
This skill guides you through the process of reviewing uncommitted changes, grouping them logically, and creating atomic commits following Conventional Commits standards.
When to Use
- When the user asks to "commit changes", "review and commit", "save work".
- When you have completed a task and have modified multiple files.
- Do NOT use for "fire and forget" saves (use
git-pushingfor that). This is for thoughtful committing.
Workflow
1. Analyze State
Run the following checks to understand what has changed: