commit

SkillCommunication

Stage 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.

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

  1. Run git status and git diff to understand what changed.
  2. Stage the relevant files (prefer specific files over git add -A). Never stage .env files or secrets.
  3. Generate a concise commit message from the diff (1-2 sentences, focus on the "why").
  4. Commit with the co-author trailer:
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
  5. 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