Commit Skill
SkillCommunicationHelps 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.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Commit Skill skill
What this skill tells your AI
The instructions your AI receives, as published by aiskillstore/marketplace in skills/0xmsc/commit/SKILL.md and read by ahel’s review.
Workflow
- Analyze Results: Review
git statusandgit diff --staged. - Draft Message: Follow Conventional Commits.
feat,fix,docs,style,refactor,test,chore.- Max 50 chars for subject.
- Explain "why" in body if needed (wrap at 72).
- Atomic Commits: Ensure one logical change per commit.
- Templates: Use
assets/commit-template.txtfor consistency.
Safe Git Commands
git add <files>git commit -m "message"git diff --stagedgit status,git show,git log --oneline
Limitations
- No interactive commands (
git add -p,git rebase -i). - No force pushing or amending without explicit user guidance.
- Always confirm before final commit/push.
Signals
- GitHub stars
- 422
- Forks
- 44
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
commit-aiskillstore- Source
- github.com/aiskillstore/marketplace