From commit-work
Reviews git changes, stages intended work with patch mode, splits into logical commits, and writes Conventional Commits messages with verification.
npx claudepluginhub softaworks/agent-toolkit --plugin commit-workThis skill uses the workspace's default tool permissions.
Make commits that are easy to review and safe to ship:
Guides 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.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Share bugs, ideas, or general feedback.
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)