Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.
Install with Tessl CLI
npx tessl i github:softaworks/agent-toolkit --skill commit-workOverall
score
97%
Does it follow best practices?
Validation for skill structure
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)If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.