chinese-commit-conventions

Enforce Chinese Git commit standards with Conventional Commits and commitlint.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/NQC233/sjtuMedMasterSpider --skill chinese-commit-conventions-nqc233
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-commit-conventions
Source: https://github.com/NQC233/sjtuMedMasterSpider/tree/main/.claude/chinese-commit-conventions
Command: npx skills add https://github.com/NQC233/sjtuMedMasterSpider --skill chinese-commit-conventions-nqc233

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commitlint, conventional-changelog-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to Chinese Git commit conventions, ensuring a consistent and efficient workflow for team collaboration.

Core Features & Use Cases

  • Conventional Commits: Implements Conventional Commits 1.0.0 with Chinese localization.
  • Commit Message Template: Offers a structured template for commit messages, including type, scope, subject, body, and footer.
  • Commitlint Configuration: Integrates with commitlint for real-time validation of commit messages.
  • Changelog Automation: Automates changelog generation using conventional-changelog-cli.
  • Quick Start: Use the skill to follow the commit message guidelines and ensure your commits are clear, concise, and informative.

Quick Start

Follow the guidelines in the 'Chinese Git 提交规范' section of the SKILL.md file to create well-structured commit messages.

Frequently Asked Questions about chinese-commit-conventions

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

FAQPage Schema
How do I enforce conventional commits in a Chinese team workflow?

To enforce conventional commits in a Chinese team workflow, you can use commitlint to validate message structures and conventional-changelog-cli to automate generation. This ensures localized commit history consistency.

What is the structure for a Chinese Git commit message template?

A Chinese Git commit message template follows Conventional Commits 1.0.0 localization, structuring messages with type, scope, subject, body, and footer. This improves code review efficiency for Chinese teams.

How do I automate changelog generation using conventional-changelog-cli?

Automating changelog generation with conventional-changelog-cli requires configuring Conventional Commits standards first. The tool parses validated commit messages to automatically produce a structured project changelog.

Do I need commitlint to validate Git commit messages?

Yes, you need commitlint to validate Git commit messages in real-time. Integrating commitlint enforces the Chinese commit conventions by checking message structure against configured rules before submissions.

Can I use conventional commits for Chinese code review efficiency?

Yes, you can use conventional commits for Chinese code review efficiency. By adopting localized commit message templates and automated validation, teams maintain a clean history that accelerates review processes.

What are the limitations of commitlint for Chinese commit conventions?

Commitlint for Chinese commit conventions relies on strict adherence to the structured template. Limitations arise if team members bypass commitlint hooks, making real-time message validation ineffective without proper Git workflow integration.