commit
SkillCommunicationStage and commit changes with an auto-generated message. Use when asked to commit 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 commit skill
What this skill tells your AI
The instructions your AI receives, as published by quisapp/flutter_contacts in .claude/skills/commit/SKILL.md and read by ahel’s review.
Stage and commit the current changes.
Steps
- Run
git statusandgit diffto understand what changed. - Stage the relevant files (prefer specific files over
git add -A). Never stage.envfiles or secrets. - Generate a concise commit message from the diff (1-2 sentences, focus on the "why").
- Commit with the co-author trailer:
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> - Show the result with
git log --oneline -1.
Signals
- GitHub stars
- 110
- Forks
- 194
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
commit-quisapp- Source
- github.com/quisapp/flutter_contacts