This walks you through the full commit hygiene routine: inspect what changed, decide where to split, stage intentionally with patch mode, review the diff before committing, then write Conventional Commits messages that explain what and why. It's built for the moment when you've been heads-down coding and realize your working tree is a mess of formatting tweaks, bug fixes, and half a feature. The checklist enforces the staging review loop most of us skip, and it won't let you write a commit message until you can describe the change in one sentence. If you treat commits as checkpoints instead of documentation, this will slow you down in a good way.
npx skills add https://github.com/softaworks/agent-toolkit --skill commit-work