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

包名
@7dgroup/dsh-skill-7d-git-commit
版本
0.1.0-rc.3
最近更新
2026年8月17日

安装

$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.