satan9394/dsh-skills-bundle--plugins-dsh-commit-message0

dsh-commit-message

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

包名
dsh-commit-message
版本
0.1.0
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:satan9394/dsh-skills-bundle#453fc2cf12e007b72e48f568e0ffe1fe4e13c616&path:plugins/dsh-commit-message

dsh-commit-message

DSH(DeepSeek Harness)技能插件:Git 提交信息规范化

Conventional Commits(type(scope): subject)、正文(为什么/如何)、BREAKING CHANGE 标记、issue 引用、原子提交与语义化日志。基于 Conventional Commits 社区规范的中文原创精简版。

安装

dsh plugin add dsh-commit-message

触发方式

描述中包含"提交信息 / commit message / 拆分提交 / 变更日志 / conventional commits / 提交规范"等关键词时自动触发。

能力

  • Conventional Commits 格式与 type 词表
  • 正文/脚注/BREAKING CHANGE
  • 原子提交纪律
  • 语义化版本联动

许可

MIT