7dgroup-ai/dsh-skill-7d-git-commit1

@7dgroup/dsh-skill-7d-git-commit

Installable composition bundle contributing the 7DGroup git commit message skill to DeepSeek Harness

AI Analysis

核心用于自动分析代码变更并生成符合7DGroup规范的Git提交信息。适合需要规范化Git commit格式、自动分类和撰写提交说明的开发者。

Package
@7dgroup/dsh-skill-7d-git-commit
Version
0.1.0-rc.3
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:7dgroup-ai/dsh-skill-7d-git-commit

Usage

Once installed, mention any commit-related request in a dsh session:

Generate a commit message for the current changes.

You can also trigger the skill explicitly with the slash command:

/7d-git-commit

Example triggers:

  • Generate a commit message for the current changes.
  • Write a commit message for these changes.
  • Check whether my commit message follows the 7DGroup convention.
  • Fix the commit message so it passes the validation rules.

The skill will:

  1. Analyze the changes.
  2. Choose the best matching type tag from the 9 allowed categories.
  3. Compose a subject line (【类型】动作 + 对象) ≤ 50 chars without trailing punctuation.
  4. Add a numbered body for complex changes, each line ≤ 70 chars.
  5. Run the validation checklist and reject or fix violations.