dsh-changelog
Agent 与会话 活跃维护

dsh-changelog

satan9394/dsh-changelog

遵循Keep a Changelog规范,结合Conventional Commits提交约定与语义化版本规则,自动梳理代码提交记录生成结构化变更日志,无需手动整理提交历史,降低日志维护成本。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-changelog
git clone https://github.com/satan9394/dsh-changelog.git
git clone git@github.com:satan9394/dsh-changelog.git
README.md main

dsh-changelog

变更日志自动化:Keep a Changelog 格式 + Conventional Commits + 语义化版本,
从 commit/PR 生成发布说明。

受 wshobson/agents(38k★ MIT)
的 documentation-generation/changelog-automation 技能启发,
改编为 DSH 中文原创精简版。

安装

dsh plugin --profile web add dsh-changelog
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-changelog
# 重启 dsh web 生效

使用

对 agent 说"生成 changelog / 写发布说明 / 规范 commit 信息",
changelog 技能按 收集变更 → 分类 → 去噪 → 写条目 → 定版本 流程执行。

结构

dsh-changelog/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/changelog/SKILL.md

License

MIT。原创精简改编,灵感来自 wshobson/agents(MIT)。