Skip to content
dsh.fish
Bundle

dsh-commit-message

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

Source
satan9394
License
MIT
Updated
Updated 6 days ago

Readme

# dsh-commit-message

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

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

## 安装

```bash
dsh plugin add dsh-commit-message
```

## 触发方式

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

## 能力

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

## 许可

MIT

Install

dsh plugin --profile web add github:satan9394/dsh-commit-message

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source