tessl install https://github.com/softaworks/agent-toolkit --skill commit-workgithub.com/softaworks/agent-toolkit
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.
Average Score
97%
Content
100%
Description
100%
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)