| name | changelog-maintenance |
| description | Use when commit 规范、changelog 生成 - 驱动版本发布时的 changelog 生成、commit 规范检查。 |
| tier | 第二梯队 |
| source | skills.sh |
changelog-maintenance
编号: 11
梯队: 第二梯队
来源: skills.sh
解决的问题
内核/项目要求规范的 commit message;手动维护 changelog 耗时易错。
适用场景
commit 规范、changelog 生成
嵌入式场景: 驱动版本发布时的 changelog 生成、commit 规范检查。
安装方法
npx skills add supercent-io/skills-template@changelog-maintenance -g -y
使用方法
根据 git log 自动生成符合 Conventional Commits 规范的 changelog;检查 commit message 格式。
嵌入式开发场景
驱动版本发布时的 changelog 生成、commit 规范检查。
相关 Skill
参考 opencode-skill-list.md 获取完整清单和学习路径。