commit-work
Guides agents through logical Git staging, Conventional Commits, and pre-commit checks for clean code history.
Install
npx skills add https://github.com/softaworks/agent-toolkit --skill commit-workStats
| Total installs | 3,481 |
| Weekly installs | 573 |
| GitHub stars | 1.2K |
| First seen | Jan 20, 2026 |
| Source | @softaworks/agent-toolkit |
Summary
- Guides you through inspecting changes, deciding commit boundaries, and staging only intended modifications using patch mode when needed
- Enforces Conventional Commits format (type, scope, subject, body, footer) with clear separation of what changed and why
- Includes a pre-commit checklist covering secrets detection, accidental debug code, and unrelated formatting to catch issues before shipping
- Splits mixed changes across files or within single files by feature, backend/frontend, logic/tests, and dependency updates to keep commits logically scoped
Tags
Related skills
| Skill | Installs | vs commit-work |
|---|---|---|
| coder | 3,677 | +196 |
| security-review | 3,687 | +206 |
| coding-standards | 3,461 | -20 |
| nx-workspace-patterns | 3,538 | +57 |
| m15-anti-pattern | 3,374 | -107 |
FAQ
- How many installs does commit-work have?
- commit-work has 3,481 total installs and 573 installs this week.
- Where is commit-work hosted?
- commit-work is published by @softaworks/agent-toolkit at https://github.com/softaworks/agent-toolkit.
- How many GitHub stars does commit-work have?
- commit-work has 1.2K GitHub stars.
- When was commit-work first indexed?
- OrangeBot.AI first indexed commit-work on Jan 20, 2026.
- How do I install commit-work?
- Run: npx skills add https://github.com/softaworks/agent-toolkit --skill commit-work