Pdlc changelog
36 slash commands that turn Claude Code into a real PDLC workflow — PRD → TDD → implement → review → ship. Hard contracts force AI to persist artifacts, write failing tests first, and run self-checks. No more "looks done" in chat.
npx -y skills add kanfu-panda/pdlc-skills --skill pdlc-changelogAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
更新变更日志
SKILL.md
1.3 KB, as published. Nobody here has run it
更新变更日志
<!-- @include templates/prompts/iron-law.md -->根据最近的 git 提交记录,更新指定服务或应用的 CHANGELOG.md。
工作流程
- 运行
git log查看最近的提交记录 - 按约定式提交分类:feat / fix / docs / chore / refactor / test
- 更新对应服务/应用的
CHANGELOG.md,使用templates/changelog-template.md作为格式与分节模板 - 遵循 Keep a Changelog 格式
分类规则
- 新增(Added): feat 类型的提交
- 修复(Fixed): fix 类型的提交
- 变更(Changed): refactor 类型的提交
- 移除(Removed): 删除功能相关的提交
- 文档(Docs): docs 类型的提交
要求
<!-- @include templates/prompts/output-language.md -->- 每条记录简洁明了,描述"做了什么"和"为什么"
- 如果涉及破坏性变更,需特别标注
目标: $ARGUMENTS
<!-- @include templates/prompts/handoff.md -->本命令的 handoff 输出:
✅ 变更日志 完成
📦 产出:CHANGELOG.md
👉 下一步:(本次流程结束,无后续)