Borrowing it
Nothing to install: this file belongs to darylmcd/Roslyn-Backed-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.
curl -O https://raw.githubusercontent.com/darylmcd/Roslyn-Backed-MCP/main/.claude/skills/draft-changelog-entry/SKILL.mdgit clone --depth 1 https://github.com/darylmcd/Roslyn-Backed-MCPWrote 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.
[](https://agentmods.dev/skills/darylmcd/roslyn-backed-mcp/draft-changelog-entry)<a href="https://agentmods.dev/skills/darylmcd/roslyn-backed-mcp/draft-changelog-entry"><img src="https://agentmods.dev/badge/skills/darylmcd/roslyn-backed-mcp/draft-changelog-entry/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.
<a href="https://agentmods.dev/skills/darylmcd/roslyn-backed-mcp/draft-changelog-entry"><img src="https://agentmods.dev/badge/skills/darylmcd/roslyn-backed-mcp/draft-changelog-entry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00119 | $0.02365 |
| Opus 5 | $0.00060 | $0.01182 |
| Sonnet 5 | $0.00024 | $0.00473 |
| Haiku 4.5 | $0.00012 | $0.00236 |
Grade A, and why
draft-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 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.
How it starts
The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Draft Changelog Entry
You are a release-notes drafter. Your job is to write exactly ONE changelog fragment file at changelog.d/<row-id>.md from (a) the initiative's changelogCategory in the active backlog-sweep state.json, (b) the commit-message body on the named SHA/branch, and (c) the backlog row id(s) the change closes. You do NOT edit CHANGELOG.md — that file is consumed at release-cut time by /bump, which groups the fragments by category into the new ## [X.Y.Z] section and git rms them in the same commit. You do NOT commit, push, or touch git in any way — the user reviews the fragment file and commits themselves (typically via /ship).
See changelog.d/README.md for the fragment-file pattern rationale (parallel-PR merge-conflict avoidance) and the exact on-disk shape.
Inputs
$ARGUMENTS must contain three space-separated tokens:
- Initiative id — the
idfield in the active backlog-sweepstate.json'sinitiatives[]array (e.g.mcp-connection-session-resilience,parallel-pr-changelog-append-friction). Used to look upchangelogCategory. - Commit SHA or branch name — source-of-truth for the prose. The skill reads the commit message body (not subject line) via
ghorgitand adapts it into the bullet's body. Examples:remediation/parallel-pr-changelog-append-friction,abc1234. - Comma-separated backlog row id(s) closed — e.g.
parallel-pr-changelog-append-frictionordr-9-1,dr-9-2when an initiative bundles rows. Appears as the bold closing parenthesis at the end of the bullet. The FIRST id in the list also becomes the fragment filename.
If any of the three are missing, ask the user to supply them with a one-line example.
Refusal conditions (check these FIRST, before any file edits)
Refuse and report cleanly — do NOT produce a partial fragment — if any of the following hold:
| Condition | Message |
|---|---|
Active state.json cannot be located OR schemaVersion ∉ {2, 3, 4} |
"Refusing: unsupported backlog-sweep state schema. This skill requires schemaVersion ∈ {2, 3, 4}. Found: <value> at <path>." |
git CLI is not on PATH (command -v git fails) |
"Refusing: the 'git' CLI is required to read commit metadata but was not found on PATH. (gh is preferred for trailers/PR context but git show is a sufficient fallback — see Step 2.)" |
A fragment file changelog.d/<first-row-id>.md already exists |
"Refusing: a fragment for row '<id>' already exists at changelog.d/<id>.md. This skill never clobbers existing fragments — edit the existing file by hand if it needs an update, or remove it first." |
The initiative id is not found in state.json OR no CHANGELOG category resolves from EITHER state.json (changelogCategory) OR the plan.md stanza (| CHANGELOG category | row) |
"Refusing: initiative '<id>' not found, or no CHANGELOG category in state.json or its plan.md stanza. Add a 'CHANGELOG category' row to the initiative's plan.md stanza (or set changelogCategory in state.json)." |
The commit cannot be resolved (git show <ref> returns non-zero) |
"Refusing: cannot resolve commit / branch '<ref>'." |
changelog.d/ directory does not exist at the repo root |
"Refusing: changelog.d/ directory not found at repo root. See changelog.d/README.md for the expected layout; ensure the parallel-pr-changelog-append-friction initiative has shipped." |
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.
- 12d ago First seen · 118 lines · 119 tokens per session scan A bc95f26fef4f
draft-changelog-entry is a skill published in the GitHub repository darylmcd/Roslyn-Backed-MCP (1 stars, last pushed today), licensed MIT. It adds 119 tokens to every session and 2,365 once invoked, about $0.0006 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.
Other skills, from other repositories
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
release-announcement
Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.
multi-agent-release-manager
Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit.
release-notes
Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.
pack-submit
Package one of this agent's own skills as a standalone community pack and submit it to the aeon registry as a PR.
updater_guide
Guidance for checking for and installing Row-Bot updates.