What problem does it solve?
This Skill helps you summarize your current code changes and draft Conventional Commit messages so your Git history stays clear, consistent, and review-friendly.
Core Features & Use Cases
- Read-only git state summarization: Uses git status and diff outputs to understand what changed across the repo without performing any commit actions.
- Chinese, file/module-based change reporting: Organizes a summary by file/module and distinguishes behavior changes from refactors vs docs updates.
- Conventional Commit message proposal: Produces 3 candidate commit messages with scopes limited to model|motion|ui to match team conventions.
- Safety guardrails: Avoids running any commit/push commands and explicitly prevents PR creation without approval.
Quick Start
Ask the assistant to run the commit helper to summarize the current git changes and propose three Conventional Commit messages with scopes limited to model, motion, or ui.