chinese-commit-conventions

Standardizes Chinese commit messages and automates changelog generation for Git workflows.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/YangYuS8/dev-2026-grading --skill chinese-commit-conventions-yangyus8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-commit-conventions
Source: https://github.com/YangYuS8/dev-2026-grading/tree/main/.opencode/skills/chinese-commit-conventions
Command: npx skills add https://github.com/YangYuS8/dev-2026-grading --skill chinese-commit-conventions-yangyus8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本技能旨在帮助团队将中文场景下的 Git 提交规范落地,统一提交流程并实现自动化的变更日志生成。

Core Features & Use Cases

  • 中文适配的提交类型定义:保留英文关键字 type,同时将 scope 与 description 以中文呈现。
  • 提交模板与示例:提供符合规范的 Subject、Body 和 Footer 结构示例,便于落地执行。
  • 快速应用场景:适用于需要在 Chinese 团队中统一提交风格并自动化变更日志的日常开发工作。

Quick Start

使用本规范编写一个符合格式的提交信息模板并在仓库中应用。

Frequently Asked Questions about chinese-commit-conventions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize Chinese Git commit messages for my development team?

Chinese Git commit standardization uses predefined types and templates that keep English type keywords while rendering scope and description in Chinese, ensuring consistent commit structures across multiple repositories.

What is the best way to automate changelog generation for Chinese-speaking teams?

Automating changelog generation for Chinese-speaking teams uses frontmatter-driven description templates with predefined types and guidelines, which standardize commit messages to enable automated parsing.

How does conventional commits style work with Chinese scope and description?

Conventional commits with Chinese scope and description retain the English type keyword while applying Chinese text to scope and description fields, guided by structured Subject, Body, and Footer templates.

Can I use these Git commit templates across multiple repositories?

Yes, these Git commit templates apply across multiple repositories, as the Skill standardizes commit types, scopes, and template-driven messaging for consistent software development workflows.

Do I need any specific Git tools or dependencies to apply Chinese commit conventions?

No specific Git tools or dependencies are required to apply Chinese commit conventions, as the Skill uses predefined frontmatter-driven templates and guidelines to guide contributors directly.