commit-atomic
SolidCreates atomic commits by logically grouping staged changes with commitizen convention
Install
Quality Score: 92/100
Skill Content
Details
- Author
- jellydn
- Repository
- jellydn/my-ai-tools
- Created
- 6 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
atomic-commit
Breaks a large set of uncommitted changes into clean, atomic, conventional Git commits. Use when I ask to "commit this atomically", run /atomic-commit, or have a messy working tree that mixes several logical changes. Plans the split, gets my approval, then commits group by group.
atomic-commit
Review staged + unstaged changes and split them into one commit per logical change. Use whenever the user says "atomic commit", "commit my changes", "split this into commits", or has multiple unrelated edits sitting in the working tree — even if they don't say "atomic". Runs repo-native type-checker and linter before each commit and refuses to bundle unrelated changes.
atomic-commits
Use when organizing staged or explicitly included repository changes into small, logical, reviewable local commits.