What problem does it solve?
Writing a public release announcement after tagging a NemoClaw version requires manually gathering compare data, PR metadata, and contributor information, which is slow and error-prone. This Skill automates that drafting process while enforcing the project's house style and disclosure rules.
Core Features & Use Cases
- Release Range Verification: Confirms the current and previous semver tags against live remote state using git and the GitHub compare API.
- Automated Change Collection: Pulls commit headlines, PR metadata, and file changes via
gh api and gh pr view to build the shipped-change list.
- House-Style Drafting: Produces a Markdown announcement with three narrative lead paragraphs, categorized change bullets with visible PR links, and external-only contributor thanks.
- Use Case: After tagging NemoClaw v1.2.0, a maintainer asks the agent to draft the announcement; the Skill verifies the tag range, collects PR data, credits external contributors, and writes a local Markdown draft ready to paste into GitHub Discussions.
Quick Start
Ask the agent to draft the NemoClaw release announcement for the version you just tagged, for example v1.2.0.