7dgroup-ai/dsh-skill-7d-git-commit ↗★ 1
@7dgroup/dsh-skill-7d-git-commit
Installable composition bundle contributing the 7DGroup git commit message skill to DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:7dgroup-ai/dsh-skill-7d-git-commit说明文档
阅读完整 README ↗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:
- Analyze the changes.
- Choose the best matching type tag from the 9 allowed categories.
- Compose a subject line (
【类型】动作 + 对象) ≤ 50 chars without trailing punctuation. - Add a numbered body for complex changes, each line ≤ 70 chars.
- Run the validation checklist and reject or fix violations.