AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Release Notes

skill-onlyterp-hermes-optimization-guide-release-notes · by OnlyTerp

Build human-readable release notes from a range of commits or merged PRs

No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add skill-onlyterp-hermes-optimization-guide-release-notes

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-onlyterp-hermes-optimization-guide-release-notes)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Release Notes? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

release-notes — Generate Release Notes

Produce a release-notes document following the "What's New / Improvements / Fixes / Breaking / Acknowledgements" structure used by Hermes, React, VS Code, etc.

Procedure

  1. Resolve the range:
  • If range: looks like a git range (X..Y), use git log --pretty to list commits.
  • Otherwise treat it as a GitHub milestone name and pull the closed PRs via github MCP.
  1. For each commit/PR, extract:
  • Type from Conventional Commits prefix (feat:, fix:, docs:, security:, perf:, refactor:, chore:)
  • Scope (inside the parentheses)
  • Summary (the first line after the prefix)
  • Body / PR description for context
  • Author + association (CONTRIBUTOR / COLLABORATOR / MEMBER)
  1. Group:
  • 🚀 What's New — all feat: with scope outside ci|deps|docs
  • ⚡ Improvementsperf: and refactor:
  • 🐛 Fixesfix:
  • 🔒 Securitysecurity: + any PR labeled security regardless of prefix
  • 💥 Breaking — any PR labeled breaking or any commit with !: marker
  • 📚 Docsdocs:
  • 🙏 Acknowledgements — list of all non-MEMBER authors
  1. Write in plain English. For each entry, rewrite the conventional-commit summary into a reader-friendly one-liner. Example:
  • Input: feat(mcp): add http transport with reconnect backoff
  • Output: HTTP MCP servers now reconnect automatically with exponential backoff.
  1. Include PR links where available: ([#1234](https://github.com/owner/repo/pull/1234))
  1. Output as markdown, ready to paste into a GitHub release.

Example output shape

# v1.3.0 — "Thunderbolt"

## 🚀 What's New
- HTTP MCP servers now reconnect automatically with exponential backoff. ([#1234](…))
- Gemini OAuth is now a first-class provider. ([#1270](…))

## ⚡ Improvements
- 40% faster skill load via async frontmatter parsing. ([#1205](…))

## 🐛 Fixes
- Telegram voice transcripts no longer truncate at 60s. ([#1240](…))

## 🔒 Security
- Redact GitHub PATs in log output. ([#1256](…))

## 🙏 Acknowledgements
Thanks to @alice, @bob, @charlie for contributions this release.

Cron wiring

- name: weekly-release-preview
  schedule: "0 16 * * 5"           # Fridays 4pm
  task: /release-notes range=origin/main..last-release
  notify: telegram_private

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.