Motion Viewer Commit Helper
SkillCommunicationSummarize current session changes using git status/diff, then propose 3 Conventional Commit messages with scope limited to model|motion|ui. Only run git commands that read state; never commit/push without approval.
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 Motion Viewer Commit Helper skill
What this skill tells your AI
The instructions your AI receives, as published by k-h-huang/motion_editor in .agents/skills/commit/SKILL.md and read by ahel’s review.
Purpose
When invoked, summarize all current work based on the repository's git state (diff), then propose commit messages following the repo standard.
Steps (always follow)
-
Collect git state (read-only)
- Run:
git statusgit diffgit diff --staged
- Use these outputs as the source of truth.
- Run:
-
Summarize changes (Chinese)
- Summarize by file/module.
- Highlight behavior changes vs refactors vs docs changes.
- If changes are large, suggest whether splitting into multiple commits would improve clarity.
-
Propose commit messages (required)
- Provide 3 candidate messages:
- Conventional Commits:
<type>(<scope>): <subject>
- Conventional Commits:
- Allowed scopes:
model,motion,ui - Types: feat, fix, refactor, perf, docs, test, build, ci, chore
- Subject: English imperative, no trailing period, prefer <= 72 chars
- For each candidate, add one Chinese sentence explaining why that type/scope fits.
- Provide 3 candidate messages:
-
Safety
- Do NOT run
git commit,git push, orgh pr create. - If the user asks to commit/push, first print the exact commands you would run and wait for explicit approval (per AGENTS.md).
- Do NOT run
Signals
- GitHub stars
- 62
- Forks
- 5
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
commit-k-h-huang- Source
- github.com/k-h-huang/motion_editor