nvidia/draft-release-notes
Compare NeMo Relay release branches and draft or update the documentation-site release notes. Use when preparing a release-notes update under docs/about-nemo-relay/release-notes, reviewing release-to-release changes, or gathering evidence for a current release summary.
npx skills add https://github.com/NVIDIA/NeMo-Relay --skill draft-release-notes
Draft the three documentation-site release-notes pages from verified repository
evidence. Keep complete, PR-by-PR release history in GitHub Releases.
Run the read-only helper with explicit release refs and the target minor version:
python3 .agents/skills/draft-release-notes/scripts/collect_release_evidence.py \
--previous release/<previous-major>.<previous-minor> \
--current HEAD \
--version <major>.<minor>
The report verifies both refs, compares their release-notes trees, identifies
version text currently present in those pages, and groups commits into review
candidates. Treat the groups as an evidence index, not publication-ready copy.
metadata. Preserve unrelated working-tree changes.
failing, which is expected for early release branches.
help, or source before including it. Prioritize breaking changes, migrations,
user-visible features, and ongoing support limitations.
points:
docs/about-nemo-relay/release-notes/index.mdxdocs/about-nemo-relay/release-notes/highlights.mdxdocs/about-nemo-relay/release-notes/known-issues.mdxindex.mdx gives the current-release summary, compatibility notes, scope,and curated feature links.
highlights.mdx groups notable changes by user-facing theme.known-issues.mdx records current limitations, compatibility migrations,current-release fixes, and the complete fixed-item history recorded in
earlier release-note pages. Preserve every prior fixed-item bullet under
release-labelled subsections; do not summarize, deduplicate, or omit it.
GitHub Releases remains the complete PR-by-PR history.
is available in GitHub Releases; do not create a changelog or GitHub Release
body from this skill.
Run the helper for the target release and for an early branch without release
notes when available. Review public claims, then run:
git diff --check
just docs
just docs-linkcheck
Check product names, commands, package names, support claims, and links against
the current repository before handing off the draft.
Take nvidia/draft-release-notes from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.