What problem does it solve?
Git commit messages are often inconsistent, making history hard to read and review. This skill standardizes commit messages by providing templates, guidelines, and checks to improve traceability and collaboration.
Core Features & Use Cases
- Standard templates for commit messages aligned with Conventional Commits, with bilingual support.
- Built-in guidance to enforce sign-off lines, scope usage, and message structure for consistency.
- Central references to templates in references/commit_template.md and references/commit_template_zh.md for English and Chinese users.
- Deterministic workflow for generating commit notes equipped with checks before submission.
Quick Start
Copy a template from references/commit_template.md (English) or references/commit_template_zh.md (Chinese) and craft your first commit message following Conventional Commits.