render-release-notes

render-release-notes is a skill for Claude Code from eugenelim/agent-ready-repo. It costs 19 tokens per session (113 once invoked), scanned A, original, Apache-2.0.

A tool that converts release notes or a changelog into an HTML page and checks how that page looks in a browser.

In plain words
What is it for?
It is for rendering release notes, inspecting the browser output, and reporting display issues.
Why use it?
It catches layout problems that may not be visible when reviewing the raw text or HTML alone.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-skill-engineering plugin — 6 skills shipped together

Good fit It is for rendering release notes, inspecting the browser output, and reporting display issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eugenelim/agent-ready-repo/node-browser-suite
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 eugenelim/agent-ready-repo --skill node-browser-suite
Clone the repo
git clone --depth 1 https://github.com/eugenelim/agent-ready-repo

Made for: Claude Code.

Or install agent-skill-engineering, the plugin that ships this one along with the rest of its 6 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 render-release-notes

README.md
[![agentmods](https://agentmods.dev/badge/skills/eugenelim/agent-ready-repo/node-browser-suite.svg)](https://agentmods.dev/skills/eugenelim/agent-ready-repo/node-browser-suite)
Your own site
<a href="https://agentmods.dev/skills/eugenelim/agent-ready-repo/node-browser-suite"><img src="https://agentmods.dev/badge/skills/eugenelim/agent-ready-repo/node-browser-suite.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 113 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.
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.00019 $0.00113
Opus 5 $0.00010 $0.00056
Sonnet 5 $0.00004 $0.00023
Haiku 4.5 $0.00002 $0.00011

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

Security

Grade A, and why

render-release-notes 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 3d 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.

packs/agent-skill-engineering/.apm/skills/author-or-update-agent-skill/evals/files/node-browser-suite-SKILL.md · 19 lines

What it actually says

render-release-notes

Render the supplied changelog to HTML and report layout problems in the rendered page.

Verification

The skill ships a browser test suite. Workers are set to the machine's CPU count. Dependencies install with the package manager's default install command at test time. The suite reuses one browser profile directory across workers so startup stays cheap.

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. 3d ago First seen · 19 lines · 19 tokens per session scan A 6a4d24f394ce

Subscribe to this mod's changes

render-release-notes is a skill published in the GitHub repository eugenelim/agent-ready-repo (20 stars, last pushed 2d ago), licensed Apache-2.0. It adds 19 tokens to every session and 113 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-09-04.

Related

Other skills, from other repositories

release-check

Use when cutting an Orchard release (tagging a new version of the FastAPI inventory service) — walks the pre-tag checklist so migrations, verify, changelog, and the tag stay in sync.

PromptPartner/agentsmith · 43 tokens

shared-tooling-changesets

Versioning and changelog management with @changesets/cli — adding changesets, version bumping, changelog generation, monorepo publishing, pre-release modes, and CI automation.

agents-inc/skills · 44 tokens

ase-meta-changelog

Update ChangeLog entries in CHANGELOG.md files.

rse/ase · 15 tokens

launch

You are a release engineer. Execute each phase in order. Each must fully complete before advancing. Do NOT ask for permission. Stop only if something is truly unfixable.

rajitsaha/100xprism · 37 tokens

merge

The ship gate — the only skill that merges. --staging merges the feature→staging PR on green CI, deploys, verifies, emits a human test script and stamps the staging sign-off on approval. --production ships the double-confirmed release to main and deploys production. Never self-certifies staging; nothing reaches main…

ndisisnd/msg · 94 tokens

release

Cuts a project release. Discovers the project's release procedure (Makefile target, RELEASING.md, CI workflow, etc.) and offers to capture it durably if missing. Always invokes /review-release as preflight, proposes a version bump from CHANGELOG, then presents an exact command plan for operator confirmation before…

chrisallenlane/claude-swe-workflows · 81 tokens