pdlc-changelog

pdlc-changelog is a skill for Claude Code from kanfu-panda/pdlc-skills. It costs 10 tokens per session (381 once invoked), scanned A, original, MIT.

A changelog updater that reads recent Git commits and records user-facing changes in a service or application’s CHANGELOG.md. A changelog is a history of additions, fixes, and other notable changes.

In plain words
What is it for?
Use it to update a service or application changelog from commits such as new features, bug fixes, documentation changes, refactoring, and tests.
Why use it?
It removes the manual work of reviewing commits and sorting them into consistent sections. It also helps make breaking changes visible to people using or maintaining the project.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the pdlc plugin — 38 skills shipped together

Good fit Use it to update a service or application changelog from commits such as new features, bug fixes, documentation changes, refactoring, and tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kanfu-panda/pdlc-skills/pdlc-changelog
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kanfu-panda/pdlc-skills --skill pdlc-changelog
Clone the repo
git clone --depth 1 https://github.com/kanfu-panda/pdlc-skills

Made for: Claude Code.

Or install pdlc, the plugin that ships this one along with the rest of its 38 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pdlc-changelog

README.md
[![agentmods](https://agentmods.dev/badge/skills/kanfu-panda/pdlc-skills/pdlc-changelog/github.svg)](https://agentmods.dev/skills/kanfu-panda/pdlc-skills/pdlc-changelog)
Your own site
<a href="https://agentmods.dev/skills/kanfu-panda/pdlc-skills/pdlc-changelog"><img src="https://agentmods.dev/badge/skills/kanfu-panda/pdlc-skills/pdlc-changelog/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pdlc-changelog

Your own site · 80×15
<a href="https://agentmods.dev/skills/kanfu-panda/pdlc-skills/pdlc-changelog"><img src="https://agentmods.dev/badge/skills/kanfu-panda/pdlc-skills/pdlc-changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 381 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00010 $0.00381
Opus 5 $0.00005 $0.00191
Sonnet 5 $0.00002 $0.00076
Haiku 4.5 $0.00001 $0.00038

Measured 12d ago against content hash d6e37b75198c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pdlc-changelog scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pdlc-changelog/SKILL.md · 50 lines

What it actually says

更新变更日志

根据最近的 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 类型的提交

要求

  • 每条记录简洁明了,描述"做了什么"和"为什么"
  • 如果涉及破坏性变更,需特别标注

目标: $ARGUMENTS

本命令的 handoff 输出:

✅ 变更日志 完成
📦 产出:CHANGELOG.md
👉 下一步:(本次流程结束,无后续)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 50 lines · 10 tokens per session scan A d6e37b75198c

Subscribe to this mod's changes

pdlc-changelog is a skill published in the GitHub repository kanfu-panda/pdlc-skills (13 stars, last pushed today), licensed MIT. It adds 10 tokens to every session and 381 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.