debug-log-analyzer-mcp: Skill for Claude Code

.claude/skills/changelog-entry/SKILL.md

changelog-entry is a skill for Claude Code from certinia/debug-log-analyzer-mcp. It costs 63 tokens per session (1,431 once invoked), scanned A, original, BSD-3-Clause.

A guide for writing entries in CHANGELOG.md, the file that tells users what changed between software releases.

In plain words
What is it for?
Adding, editing, or reviewing changelog entries and deciding how to describe changes during pull requests or rebases.
Why use it?
It helps keep release notes consistent and focused on changes users can see, including breaking changes and migration needs.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is certinia/debug-log-analyzer-mcp's own configuration. It tells Claude Code how to work on debug-log-analyzer-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything debug-log-analyzer-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to certinia/debug-log-analyzer-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/certinia/debug-log-analyzer-mcp/main/.claude/skills/changelog-entry/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/certinia/debug-log-analyzer-mcp

Made for: Claude Code.

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 changelog-entry

README.md
[![agentmods](https://agentmods.dev/badge/skills/certinia/debug-log-analyzer-mcp/changelog-entry.svg)](https://agentmods.dev/skills/certinia/debug-log-analyzer-mcp/changelog-entry)
Your own site
<a href="https://agentmods.dev/skills/certinia/debug-log-analyzer-mcp/changelog-entry"><img src="https://agentmods.dev/badge/skills/certinia/debug-log-analyzer-mcp/changelog-entry.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,431 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00063 $0.01431
Opus 5 $0.00032 $0.00715
Sonnet 5 $0.00013 $0.00286
Haiku 4.5 $0.00006 $0.00143

Measured yesterday against content hash 4d346c4a8a3c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

changelog-entry 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 yesterday.

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.

.claude/skills/changelog-entry/SKILL.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Changelog entry

A changelog is written for the person who upgrades. How the change was made, what it cost, and which files moved belong in the issue and the pull request.

The shape of an entry

- [**Breaking:** ]<present-tense verb> <what the user gets> ([#<issue>])
### Changed

- **Breaking:** drop `file` from `get_apex_log_summary` in favour of the scalar `topMethodsSelfPercentage` ([#86])
- Reduce every tool response with no fact lost: `execute_anonymous` by 30%, `get_apex_log_summary` by 27% ([#86])

<!-- Unreleased -->

[#86]: https://github.com/owner/repo/issues/86
  • One sentence, no sub-bullets. No semicolon joining two facts. Two wrapped lines is the ceiling.
  • Present tense. "Add", "Reduce", "Refuse" — not "Added", "Reduced".
  • Breaking entries first in their section, prefixed **Breaking:**.
  • Then most impactful first. The entry that changes the most readers' day leads its section. Not commit order, not issue number, not the order you wrote them.
  • Sections in this order: Changed, Added, Removed, Fixed.
  • A reference link on every substantial entry, defined under <!-- Unreleased --> at the end of the file. Never an inline URL.

The file outranks this skill on style. Read the released sections first. If they carry an emoji and a bold label, or past tense, match them — a changelog that switches voice mid-file reads worse than one in the wrong voice. Length and jargon are not style: those rules hold everywhere.

Write for the reader, not the author

The reader upgrades the package; they did not write it. Name the outcome they can see.

  • No internal jargon. No module, class, library or algorithm names. If the reader cannot find the word in the product, cut it.
  • A fix names the symptom, not the cause.
  • A big feature gets one headline entry, not a tour of every facet. Detail belongs in the docs.

What earns an entry

One entry per user-visible change, not one per commit. If a user of the released package cannot see it, it gets no entry: a refactor, a renamed internal helper, a test, the mechanism behind a fix.

Read the full file on GitHub · 115 lines

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. yesterday Changed · +49 lines · +10 tokens per session 4d346c4a8a3c
  2. 6d ago First seen · 66 lines · 53 tokens per session scan A 4902e2b3a0f3

Subscribe to this mod's changes

changelog-entry is a skill published in the GitHub repository certinia/debug-log-analyzer-mcp (17 stars, last pushed yesterday), licensed BSD-3-Clause. It adds 63 tokens to every session and 1,431 once invoked, about $0.0003 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-30.