Logical Commit Split

Split a large migration or multi-concern change into logical commits grouped by concern, on a branch whose name encodes the commit story, rather than one giant commit. Use when a change spans multiple distinct concerns (infra + data + UI, baseline + feature + commerce), when the change would be unreviewable as one commit, or when one slice might need to be reverted independently.

jcdavis131 Updated

File contents

jcdavis131/cursor-agent-skills/tree/main/skills/logical-commit-split commit e080d10332

Frequently asked questions

npx skillmds@latest add jcdavis131/logical-commit-split