بنقرة واحدة
release-notes
Build human-readable release notes from a range of commits or merged PRs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build human-readable release notes from a range of commits or merged PRs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Produce a weekly "What's new in Hermes" digest by summarizing merged PRs + active issues from NousResearch/hermes-agent
Sweep inbox (email + Slack + Telegram DMs) and produce a prioritized action list with suggested replies
Prepare a 1-page brief for an upcoming meeting by combining calendar context, recent threads with attendees, and relevant docs
Classify incoming messages from public channels as spam / prompt-injection-attempt / genuine; quarantine risky ones
Delegate a PR review to Claude Code with a scoped read-only GitHub PAT
Weekly LLM cost breakdown by provider / gateway / skill, posted to private DM
| name | release-notes |
| description | Build human-readable release notes from a range of commits or merged PRs |
| when_to_use | ["User invokes /release-notes v1.2.0..v1.3.0","Scheduled as part of a release job"] |
| toolsets | ["terminal","github"] |
| parameters | {"range":{"type":"string","description":"Git range (e.g. v1.2.0..HEAD) OR a GitHub milestone name","required":true},"repo":{"type":"string","description":"owner/repo (default is current dir's origin)"}} |
Produce a release-notes document following the "What's New / Improvements / Fixes / Breaking / Acknowledgements" structure used by Hermes, React, VS Code, etc.
Resolve the range:
range: looks like a git range (X..Y), use git log --pretty to list commits.github MCP.For each commit/PR, extract:
feat:, fix:, docs:, security:, perf:, refactor:, chore:)Group:
feat: with scope outside ci|deps|docsperf: and refactor:fix:security: + any PR labeled security regardless of prefixbreaking or any commit with !: markerdocs:Write in plain English. For each entry, rewrite the conventional-commit summary into a reader-friendly one-liner. Example:
feat(mcp): add http transport with reconnect backoffHTTP MCP servers now reconnect automatically with exponential backoff.Include PR links where available: ([#1234](https://github.com/owner/repo/pull/1234))
Output as markdown, ready to paste into a GitHub release.
# 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.
- name: weekly-release-preview
schedule: "0 16 * * 5" # Fridays 4pm
task: /release-notes range=origin/main..last-release
notify: telegram_private