git-commit-cn

Generate compliant Chinese git commit messages from code changes.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/EchoNoReturn/task-manager --skill git-commit-cn-echonoreturn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-cn
Source: https://github.com/EchoNoReturn/task-manager/tree/main/.agents/skills/git-commit-cn
Command: npx skills add https://github.com/EchoNoReturn/task-manager --skill git-commit-cn-echonoreturn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

自动生成符合行业规范的中文 git 提交信息,简化提交与推送的流程,确保团队风格一致。

Core Features & Use Cases

  • 自动生成包含类型、范围和主题的提交信息,遵循约定式提交风格
  • 提交前交互式确认,决定是否提交和是否推送到远程
  • 对边缘情况给出清晰的错误信息和指导,适用于本地开发和 PR/CI 场景
  • 使用场景示例:在日常开发中快速生成规范文本,在多分支协作中保持一致性

Quick Start

Analyze the current changes and generate a compliant Chinese git commit message.

Frequently Asked Questions about git-commit-cn

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

FAQPage Schema
How do I generate compliant Chinese git commit messages from code changes?

Yes, conventional commit formats support Chinese wording by validating generated subject lengths and Chinese phrasing. This Skill enforces conventional-commit-like types and kebab-case scopes while generating compliant Chinese git commit messages for your software projects.

Can I use interactive git commit and push workflows for pull requests?

Yes, interactive git commit and push workflows are supported for local development and pull request scenarios. The Skill coordinates prompts for commit and optional push actions, applying robust error handling to guide you through multi-branch collaboration consistency.

What is the best way to enforce consistent Chinese wording in git commit subjects?

The best way to enforce consistent Chinese wording is using an automated generator that validates subject length and Chinese phrasing against conventional-commit-like rules. This Skill applies kebab-case scopes and type constraints to ensure your team maintains a unified commit style.

Does this git commit workflow handle edge cases and errors during local development?

Yes, this git commit workflow handles edge cases by providing clear error messages and guidance during local development. It coordinates status checks, change analysis, and interactive decisions with robust error handling to manage various edge scenarios safely.

Do I need any external dependencies to run this Chinese git commit message generator?

No external dependencies are required to run this Chinese git commit message generator. It operates independently within your local development or PR workflow to analyze changes and produce compliant commit text without relying on additional installed packages.