commit-work
π―Skillfrom softaworks/agent-toolkit
Streamlines git commit workflows with structured commit messages, change summaries, and automated staging patterns
Overview
Commit Work is a skill from the softaworks/agent-toolkit that helps create high-quality git commits by guiding developers through reviewing changes, staging intended files, splitting work into logical commits, and writing clear Conventional Commits messages. It provides a structured checklist workflow that ensures only intended changes are included and commits are easy to review.
Key Features
- 8-Step Commit Workflow - Structured checklist from inspecting the working tree through staging, reviewing, describing, writing messages, verification, and repeating for clean commits
- Conventional Commits Required - Enforces the
type(scope): short summaryformat with body explaining what/why and optional BREAKING CHANGE footer - Smart Split Decisions - Guides splitting commits by feature vs refactor, backend vs frontend, formatting vs logic, tests vs prod code, and dependency bumps vs behavior changes
- Safety Checks - Built-in sanity checks for secrets/tokens, accidental debug logging, and unrelated formatting churn before committing
- Patch Staging Support - Recommends
git add -pfor mixed changes within a single file, withgit restore --staged -pfor unstaging specific hunks
Who is this for?
This is for developers who want AI assistance in creating clean, well-structured git commits that follow Conventional Commits standards. It is ideal for teams that value atomic commits and want a systematic approach to reviewing, staging, and documenting their code changes.
Part of
softaworks-agent-toolkit
Installation
npx vibeindex add softaworks/agent-toolkit --skill commit-worknpx skills add softaworks/agent-toolkit --skill commit-work~/.claude/skills/commit-work/SKILL.mdSKILL.md
More from this repository10
A comprehensive agent toolkit providing Claude Code skills for software diagramming, code review, QA planning, and professional communication workflows.
A comprehensive agent toolkit providing Claude Code skills for software diagramming, code review, QA planning, and professional communication workflows.
A comprehensive agent toolkit providing Claude Code skills for software diagramming, code review, QA planning, and professional communication workflows.
A comprehensive agent toolkit providing Claude Code skills for software diagramming, code review, QA planning, and professional communication workflows.
A comprehensive agent toolkit providing Claude Code skills for software diagramming, code review, QA planning, and professional communication workflows.
Creates professional presentation slides from Markdown using the Marp ecosystem within Claude Code.
A comprehensive agent toolkit providing Claude Code skills for software diagramming, code review, QA planning, and professional communication workflows.
A comprehensive agent toolkit providing Claude Code skills for software diagramming, code review, QA planning, and professional communication workflows.
Guides structured analysis of user feedback to extract actionable insights and improvement directions for products and services.
A comprehensive agent toolkit providing Claude Code skills for software diagramming, code review, QA planning, and professional communication workflows.