Commit Splitter

Split one big, mixed-up change into a series of small, atomic commits — each a single logical change that builds and passes tests on its own — by grouping hunks by intent and staging them piecemeal. Use when a working tree or a fat commit mixes a feature, a refactor, a bug fix, and formatting, or before opening a PR you want reviewers to actually read.

imtiazrayhan b52ae3c 6.6 KB Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/commit-splitter commit b52ae3c07f

Frequently asked questions

npx skillmds@latest add imtiazrayhan/commit-splitter