From commit-work
Reviews git changes, stages intended work with patch mode, splits into logical commits, and writes Conventional Commits messages with verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/commit-work:commit-workThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Make commits that are easy to review and safe to ship:
Make commits that are easy to review and safe to ship:
git statusgit diff (unstaged)git diff --statgit add -pgit restore --staged -p or git restore --staged <path>git diff --cachedtype(scope): short summarygit commit -vreferences/commit-message-template.md if helpful.Provide:
git diff --cached, plus any tests run)3plugins reuse this skill
First indexed Jul 11, 2026
npx claudepluginhub whinc/agent-toolkit --plugin commit-workGuides systematic git commits: checks staging status, reviews diffs, splits changes into atomic commits, formats conventional messages. Use before PRs or when committing code.
Analyzes Git changes, groups staged/unstaged files into logical commits by feature/type/scope, and executes them one-by-one using conventional commit format.
Guides git commits with atomic change analysis, conventional commit messages, and interactive staging options. Flags non-atomic commits and suggests splits for better maintainability.