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
AI 분석
核心用于自动分析代码变更并生成符合7DGroup规范的Git提交信息。适合需要规范化Git commit格式、自动分类和撰写提交说明的开发者。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:7dgroup-ai/dsh-skill-7d-git-commitUsage
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.