agentsclimarketplace

Pdlc changelog

Skill kanfu-panda/pdlc-skills/skills/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.

Install
npx -y skills add kanfu-panda/pdlc-skills --skill pdlc-changelog

Assembled 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。

工作流程

  1. 运行 git log 查看最近的提交记录
  2. 按约定式提交分类:feat / fix / docs / chore / refactor / test
  3. 更新对应服务/应用的 CHANGELOG.md,使用 templates/changelog-template.md 作为格式与分节模板
  4. 遵循 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
👉 下一步:(本次流程结束,无后续)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.