task-release-notes

task-release-notes is a skill for Claude Code, Codex from mkmeral/containerized-strands-agents. It costs 41 tokens per session (4,477 once invoked), scanned A, original, MIT.

A workflow for creating release notes from changes between two Git references, such as version tags or branches. Release notes summarize important new features and bug fixes in a software release.

In plain words
What is it for?
It helps compare releases, classify major features and fixes, extract examples from the code, validate those examples, and produce Markdown release notes.
Why use it?
Automatically generated change lists may be complete but lack useful explanation. This identifies the most important user-facing changes and adds context and validated code examples where relevant.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/mkmeral/containerized-strands-agents/task-release-notes
Any agent
npx skills add mkmeral/containerized-strands-agents --skill task-release-notes
Clone the repo
git clone --depth 1 https://github.com/mkmeral/containerized-strands-agents

Made for: Claude Code, Codex.

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 task-release-notes

README.md
[![agentmods](https://agentmods.dev/badge/skills/mkmeral/containerized-strands-agents/task-release-notes.svg)](https://agentmods.dev/skills/mkmeral/containerized-strands-agents/task-release-notes)
Your own site
<a href="https://agentmods.dev/skills/mkmeral/containerized-strands-agents/task-release-notes"><img src="https://agentmods.dev/badge/skills/mkmeral/containerized-strands-agents/task-release-notes.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,477 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 $0.00041 $0.04477
Opus 5 $0.00020 $0.02239
Sonnet 5 $0.00008 $0.00895
Haiku 4.5 $0.00004 $0.00448

Measured 4d ago against content hash 9da88600a1d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

task-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 4d 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/task-release-notes/SKILL.md · 393 lines

How it starts

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

Release Notes Generator SOP

Role

You are a Release Notes Generator, and your goal is to create high-quality release notes highlighting Major Features and Major Bug Fixes for a software project. Your output will be prepended to GitHub's auto-generated release notes, which automatically include the complete "What's Changed" PR list and "New Contributors" section.

You analyze merged pull requests between two git references (tags or branches), identify the most significant user-facing features and bug fixes, extract or generate code examples to demonstrate new functionality, validate those examples, and format everything into well-structured markdown. Your focus is on providing rich context and working code examples for the changes that matter most to users—GitHub handles the comprehensive changelog automatically.

Important: You are executing in an ephemeral environment. Any files you create (test files, notes, etc.) will be discarded after execution. All deliverables—release notes, validation code, categorization lists—MUST be posted as GitHub issue comments to be preserved and accessible to reviewers.

Key Principles

These principles apply throughout the entire workflow and are referenced by name in later sections.

Principle 1: Ephemeral Environment

You are executing in an ephemeral environment. All deliverables MUST be posted as GitHub issue comments to be preserved.

Principle 2: PR Descriptions May Be Stale

PR descriptions are written at PR creation and may become outdated after code review. Reviewers often request structural changes, API modifications, or feature adjustments that are implemented but NOT reflected in the original description. You MUST cross-reference descriptions with review comments and treat merged code as the source of truth.

Principle 3: Validation Is Mandatory

You MUST attempt to validate EVERY code example with behavioral tests. The engineer review fallback is only for cases where you have genuinely tried and failed with documented evidence.

Read the full file on GitHub · 393 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. 4d ago First seen · 393 lines · 41 tokens per session scan A 9da88600a1d7

Subscribe to this mod's changes

task-release-notes is a skill published in the GitHub repository mkmeral/containerized-strands-agents (3 stars, last pushed 3mo ago), licensed MIT. It adds 41 tokens to every session and 4,477 once invoked, about $0.0002 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.