Commit Skill
SkillCommunicationGroup uncommitted changes into logical feature commits with action-oriented messages.
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 jvm-skills/jvm-skills in .junie/skills/commit/SKILL.md and read by ahel’s review.
Group uncommitted changes into logical feature commits.
Steps
- Run
git statusandgit diff(staged + unstaged) to understand all changes - Analyze all changed files and group them by logical feature/intent (e.g. "DB migration", "auth refactor", "UI fixes")
- For each logical group, stage only the files belonging to that group and commit using ANSI-C quoting (
$'...\n...') with a concise, action-oriented message (e.g. "Add X", "Fix Y", "Refactor Z"). No conventional commit prefixes. Example:git commit -m $'Add ranking game web layer\n\nControllers, ViewComponents, SSE, CSS animations\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>' - Repeat step 3 until all changes are committed
- Run
git log --oneline -n <number-of-new-commits>to show the resulting commits - Report the resulting commits
Signals
- GitHub stars
- 138
- Forks
- 26
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
commit-jvm-skills- Source
- github.com/jvm-skills/jvm-skills