Commit Skill
SkillDev toolsCreate a conventional commit from staged changes without Co-Authored-By
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 davidban77/gns3fy in .claude/skills/commit/SKILL.md and read by ahel’s review.
Create a well-formatted conventional commit from currently staged changes.
Instructions
- Run
git statusandgit diff --cachedto review staged changes. - If nothing is staged, inform the user and stop.
- Run
git log --oneline -5to check recent commit message style. - Generate a conventional commit message following this format:
Where<type>(<scope>): <description><type>is one of:feat,fix,docs,style,refactor,test,chore,ci,build,perf. - If
$ARGUMENTSis provided, use it as a hint for the commit scope or message content. - CRITICAL: NEVER add
Co-Authored-Bylines to the commit message. - Create the commit using HEREDOC format:
git commit -m "$(cat <<'EOF' <type>(<scope>): <description> <optional body with details> EOF )" - Show
git log --oneline -1to confirm the commit was created successfully.
Signals
- GitHub stars
- 69
- Forks
- 32
- Last commit
- Mar 2026
Advanced
- Catalog kind
- skill
- Gateway key
commit-davidban77- Source
- github.com/davidban77/gns3fy