am-command-commit
SkillDev toolsCreate a conventional commit/s from current changes
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 am-command-commit skill
What this skill tells your AI
The instructions your AI receives, as published by samplexbro/agentsmesh in .agents/skills/am-command-commit/SKILL.md and read by ahel’s review.
Review the current git changes (staged and unstaged) and:
- Analyze changes — Understand what was modified (files, scope, intent)
- Propose a conventional commit message — Format:
type(scope): message- Types:
feat,fix,test,refactor,docs,chore,perf,ci - Scope: affected area (e.g.
engine,cursor,config) - Message: imperative, lowercase, no period
- Types:
- Stage if needed — Stage relevant files (ask before
git add .if many files) - Commit — Run
git commit -m "..."with the proposed message
If the user requests edits to the message, adjust and re-commit. Do not amend without explicit request.
Signals
- GitHub stars
- 24
- Forks
- 7
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
am-command-commit- Source
- github.com/samplexbro/agentsmesh