commit-batching
SolidBatch a dirty working tree into logical, single-concern commits instead of one monolithic `git add -A`. Use whenever you are about to commit and more than one file or concern has changed — survey every change, group by concern, stage each group by explicit path, write a focused message per commit, then push only if authorized.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- dgilford
- Repository
- dgilford/ai-science-toolkit
- Created
- 3 months ago
- Last Updated
- yesterday
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
commit-batch
{{ 𝚫𝚫𝚫 }} Split uncommitted changes into granular commits.
commit-changes
Split the current working tree into a sequence of small, meaningful commits. Use when the user asks to commit their current changes, split a mixed diff, clean up a working tree before a PR, or create reviewable commits.
commit
Commit the working tree, grouped into separate commits by intent with Conventional Commits messages, reviewed with you before anything is applied. Use when the user wants to commit or save changes, or when another skill needs the working tree committed before it can proceed.