Release note content structure and guidelines for GitHub Releases.
From standardsnpx claudepluginhub qmu/workaholic --plugin standardsThis skill uses the workspace's default tool permissions.
Generate concise release notes from a branch story for GitHub Releases.
# <Story Title>
## Summary
<2-3 sentence overview extracted from story section 1>
## Key Changes
- <Highlight 1 from story>
- <Highlight 2 from story>
- <Highlight 3 from story>
## Changes
### Added
- <Entry from story Section 4 where ticket category is "Added">
### Changed
- <Entry from story Section 4 where ticket category is "Changed">
### Removed
- <Entry from story Section 4 where ticket category is "Removed">
## Metrics
- **Tickets Completed**: <tickets_completed from frontmatter>
- **Commits**: <commits from frontmatter>
- **Duration**: <duration_days from frontmatter> days (<duration_hours from frontmatter> hours)
- **Velocity**: <velocity from frontmatter> commits/<velocity_unit from frontmatter>
## Links
- [Pull Request](PR-URL)
- [Branch Story](.workaholic/stories/<branch-name>.md)
Summary: Extract the essence of section 1 (Overview) from the story. Keep it under 50 words.
Story Title (H1): Extract the first highlight from section 1 (Overview). Use the same derivation logic as PR title: first highlight text, appending "etc" if multiple highlights exist.
Key Changes: Use the highlights from section 1. If fewer than 3 highlights, summarize the most impactful changes from section 4 (Changes).
Changes: Group entries from story Section 4 by their ticket category frontmatter (Added, Changed, Removed). Each entry should be a concise one-line summary of the ticket change. Omit empty subsections.
Metrics: Extract from story frontmatter:
tickets_completed fieldcommits fieldduration_hours field (round to 1 decimal place)duration_days field (use when available)velocity field (round to 1 decimal place)velocity_unit fieldLinks: PR URL is provided as input to the release-note-writer agent. Always include it.
Write release notes to .workaholic/release-notes/<branch-name>.md