aiskillstore/commit
Helps write conventional commit messages, create atomic commits, and follow git best practices. Use when the agent needs to help with git commits, commit message writing, or git workflow guidance.
This is a copy. The original lives at comeonoliver/commit.
npx skills add https://github.com/aiskillstore/marketplace --skill commit
git status and git diff --staged.feat, fix, docs, style, refactor, test, chore.assets/commit-template.txt for consistency.git add <files>git commit -m "message"git diff --stagedgit status, git show, git log --onelinegit add -p, git rebase -i).Take aiskillstore/commit from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.