DeepSeek Harness plugin

dsh-git-commit

Git 提交助手:分析仓库变更生成规范化 Conventional Commits 提交信息、按提交历史生成 CHANGELOG、按语义化版本建议下一个版本号

Jump to install

Source facts

Repository
uckkk/dsh-git-commit
Latest update
Aug 19, 2026
Category
Memory
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/uckkk/dsh-git-commit
Plugin: dsh-git-commit
Author: uckkk

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-git-commit · Git 提交助手

分析 git 仓库,生成规范化提交信息、CHANGELOG 与版本号建议。纯 Node + git 实现,无网络、无外部服务。

提供的工具

工具作用
suggest_commit分析 git status 变更,按 Conventional Commits 生成提交信息建议
generate_changelog读提交历史(按类型分组)生成 CHANGELOG.md
suggest_version按 SemVer 规则建议下一个版本号(major/minor/patch)

安装

dsh plugin add dsh-git-commit

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-git-commit"

用法示例

帮我生成一条规范的提交信息
→ 调用 suggest_commit()

生成 CHANGELOG
→ 调用 generate_changelog(since="v1.0.0", outFile="CHANGELOG.md")

下个版本号该发多少
→ 调用 suggest_version()

说明

  • 提交类型按文件分类自动判断:新代码→feat、改代码→fix、测试→test、文档→docs、配置→chore、样式→style
  • 版本号建议:有 BREAKING CHANGE/!: → major,有 feat → minor,其余 → patch。
  • 建议信息是启发式默认值,可让模型在生成后进一步润色为更贴切的描述。

安装

dsh plugin add github:uckkk/dsh-git-commit

> 安装即在本机运行第三方代码,请自行审阅源码。

安装

dsh plugin add github:uckkk/dsh-git-commit

使用

安装后在会话中调用该插件注册的工具即可。

许可

MIT

> 安装即在本机运行第三方代码,请自行审阅源码。