evyasys-generate-release-note

evyasys-generate-release-note is a skill for Claude Code from Evyasys-Software-Solutions/EvyaGovernance. It costs 108 tokens per session (501 once invoked), scanned A, original, MIT.

A release-notes workflow that combines completed story documents into a branded PDF document.

In plain words
What is it for?
It is for compiling release notes from story IDs, checking the draft, waiting for approval, and producing the release output.
Why use it?
It gathers scattered story details, release history, project settings, and quality checks into one proposed release document.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the evyasys plugin — 15 skills, 15 commands shipped together

Good fit It is for compiling release notes from story IDs, checking the draft, waiting for approval, and producing the release output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note
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 Evyasys-Software-Solutions/EvyaGovernance --skill evyasys-generate-release-note
Clone the repo
git clone --depth 1 https://github.com/Evyasys-Software-Solutions/EvyaGovernance

Made for: Claude Code.

Or install evyasys, the plugin that ships this one along with the rest of its 15 skills, 15 commands.

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 evyasys-generate-release-note

README.md
[![agentmods](https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note/github.svg)](https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note)
Your own site
<a href="https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note/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 evyasys-generate-release-note

Your own site · 80×15
<a href="https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 501 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.00108 $0.00501
Opus 5 $0.00054 $0.00251
Sonnet 5 $0.00022 $0.00100
Haiku 4.5 $0.00011 $0.00050

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

Security

Grade A, and why

evyasys-generate-release-note 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (hooks.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/evyasys-generate-release-note/SKILL.md · 38 lines

What it actually says

Skill: evyasys-generate-release-note

Drives the GenerateReleaseNote command — the Release Director phase of the Evyasys pipeline.

Inputs (collected by the agent)

  • Story IDs from $ARGUMENTS (space-separated, minimum 1).
  • Story artefacts per ID: _UserStory.md, _ReleaseNotes.md, _TestPlan.md.
  • Release history: .evyasys/memory/release-notes.json (for version increment suggestion).
  • Project config: .evyasys/project.yaml (brand color, company name, output dir).
  • Plugin rules: .ai/rules/*.md and project overrides: .evyasys/rules/*.md.

Behaviour

  1. Read AGENT.md and adopt the Release Director role.
  2. Follow PROMPT.md step-by-step — no shortcutting.
  3. Determine release version by reading release history; propose intelligently.
  4. Collect and synthesise all story artefacts into the RELEASE_DOC_TEMPLATE.md.
  5. Self-review against CHECKLIST.md. Rewrite silently if any item fails.
  6. Show the complete draft to the user and wait for explicit approval.
  7. On approval, output the <!-- EVYARELEASE {...} --> block.
  8. The hook saves the markdown, generates the branded PDF, and updates release history.

Output

  • .evyasys/releases/<ReleaseName>_<date>.md (markdown version, always saved)
  • .evyasys/releases/<ReleaseName>_<date>.pdf (PDF version, generated by hooks.js)
  • .evyasys/memory/release-notes.json (updated release history)
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 38 lines · 108 tokens per session scan A 2b9409a952dc

Subscribe to this mod's changes

evyasys-generate-release-note is a skill published in the GitHub repository Evyasys-Software-Solutions/EvyaGovernance (7 stars, last pushed 29d ago), licensed MIT. It adds 108 tokens to every session and 501 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

lov-any2deck

Generate professional slide deck images from content (Markdown, text, URLs). Creates outlines with style instructions, then generates individual slide images. Supports 16 visual styles, CJK/Latin mixed text, branding overlays, and PPTX/PDF export. Use when the user asks to "create slides", "make a presentation"…

lovstudio/skills · 110 tokens

ocr

Extract text from images and scanned PDFs using local OCR (Tesseract). Keyless, offline. Use when asked to "read text from this image", "OCR this", "extract text from a screenshot/scan", or given an image with text.

diillson/chatcli · 53 tokens

paper-writing

Write and typeset formal documents — academic papers, reports, articles — using Markdown + Pandoc and LaTeX. Convert between formats (md↔pdf↔docx↔tex), manage citations with BibTeX/CSL. Keyless, local. Use when asked to "write a paper", "format this as LaTeX", "convert to PDF/Word", "add citations".

diillson/chatcli · 86 tokens

pdf-tools

Manipulate PDFs locally — merge, split, extract pages, rotate, compress, extract text, convert images↔PDF. Uses keyless local CLIs (pdftk/qpdf/pdftotext/poppler/img2pdf/Ghostscript). Use when asked to "merge PDFs", "split this PDF", "extract text from PDF", "compress PDF", "PDF to images".

diillson/chatcli · 82 tokens

lov-any2docx

Convert Markdown documents to professionally styled DOCX (Word) files with python-docx. Handles CJK/Latin mixed text, fenced code blocks, tables, blockquotes, cover pages, TOC field, watermarks, and page numbers. Supports multiple color themes matching any2pdf (Configurable Academic, Nord, GitHub Light, etc.) and is…

lovstudio/skills · 184 tokens

lov-rich-export

A content-export workflow that converts one source document into HTML, Markdown, DOCX, PDF, or an offline delivery package. It accounts for images, audio, video, embedded pages, and interactive charts in each format.

lovstudio/skills · 105 tokens