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.
npx agentmods add commands/lucasgaravelli/pm-skills-claude-code/release-notesgit clone --depth 1 https://github.com/lucasgaravelli/pm-skills-claude-codeWrote 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/commands/lucasgaravelli/pm-skills-claude-code/release-notes)<a href="https://agentmods.dev/commands/lucasgaravelli/pm-skills-claude-code/release-notes"><img src="https://agentmods.dev/badge/commands/lucasgaravelli/pm-skills-claude-code/release-notes.svg" alt="Measured on agentmods" 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.00000 | $0.01871 |
| Opus 5 | $0.00000 | $0.00936 |
| Sonnet 5 | $0.00000 | $0.00374 |
| Haiku 4.5 | $0.00000 | $0.00187 |
Grade A, and why
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 6d 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.
This is a copy
100% identical to release-notes — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 285 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/release-notes
O que essa skill faz
Converte tickets técnicos ou PRD em release notes orientadas a benefício, focadas no que usuário ganha (não o que foi feito).
Saída: Release notes em formato pronto para marketing, in-app, ou blog.
Quando usar
- Feature saiu do dev e precisa comunicar para clientes
- Sprint terminou, need summary para update executivo
- Launch de novo produto/feature grande
Input esperado
Mínimo:
- Tickets/features que shiparam: Nomes ou descrições
- Contexto de negócio: O que resolve para usuário?
- Público-alvo: Todos os users ou segmento específico?
Opcional:
- Design mockups (para screenshot em blog)
- Metrics esperadas
- Customer quotes
Processo
- Extração de benefício — Por cada feature, qual problema resolve?
- Linguagem de usuário — Nada de "we optimized API", falar em valor
- Priorização — Features mais impactantes primeiro
- Call to action — Se aplicável
- Formatting — Adequado para canal (in-app, email, blog)
Output
# Release Notes — [Data/Versão]
## Headline
[1 frase que resume o update — o que mais importa]
---
## What's new
### [Feature 1 Name]
**What's changed**: [Descrição clara do que é novo]
**Why it matters**: [Qual problema resolve ou valor cria]
**What you can do now**: [Como usuário usa — 1-2 sentença]
---
### [Feature 2 Name]
**What's changed**: [...]
**Why it matters**: [...]
**What you can do now**: [...]
---
## Bug fixes
- [Bug 1]: Fixed [o que estava errado]
- [Bug 2]: [...]
---
## Performance
- [Performance improvement]: [Métrica — ex: "Deal loading 50% faster"]
---
## CTA
[Optional] "Try it now → [link]" ou "Learn more → [docs]"
---
## FAQ
**Q: [Common question]**
A: [Answer]
---
## Coming soon
- [Feature que está em progress — set expectations]
---
## Feedback
Have a suggestion? Email us at product@[company].com
Exemplo
Input:
/release-notes
Features que shiparam:
- Guided onboarding tutorial
- Email sync com Salesforce
- Deal health score (beta)
Público: Todos os users
Contexto: Q1 launch, maior update de produto
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.
- 6d ago First seen · 285 lines · 0 tokens per session scan A 232b478447f3
release-notes is a command published in the GitHub repository lucasgaravelli/pm-skills-claude-code (20 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,871 tokens. A static security scan graded it A with 0 findings. It is 100% identical to release-notes, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
push-and-release
Git pull, resolve conflicts, push, fix hook errors, then release.
land
Cadence-tick autonomous PR babysitter (CI-fix, resolve, converge, merge, close, release).
release
Create a release branch, run changeset version, review changelog, and prepare PR.
release-notes
Generate consistent, well-structured release notes from git history. Triggered on release tags following semver patterns (v..) to produce categorized changelog with breaking changes, features, fixes, and contributor attribution.
release
Walk the llmwiki release process step by step.
ship
Ship is the operational release-prep flow for a connected project repo.