What problem does it solve? Cutting a NemoClaw release involves many error-prone manual steps: verifying changelog entries, gathering E2E evidence, creating signed tags, waiting for workflows, retiring labels, and drafting announcements. This Skill enforces a deterministic, script-driven release process that prevents mistakes like tagging the wrong commit or skipping required test evidence. ## Core Features & Use Cases - Deterministic Release Planning: Generates a release plan capturing the exact origin/main commit, next semver tag, and confirmation phrase before any tag is created. - E2E Evidence Gating: Builds an evidence ledger from workflow runs, requiring green test results or explicit maintainer exceptions before the tag is cut. - Workflow-Managed Housekeeping: Waits for the release-latest-tag workflow to move latest, carry open issues/PRs forward, and retire the released label. - Announcement Drafting and Verification: Generates release-note data and a Markdown draft, then verifies the maintainer-published GitHub Discussion before handoff. - Use Case: A maintainer says "cut release v0.0.58" and the Skill walks through plan generation, evidence collection, signed tag creation, label retirement, and announcement verification step by step. ## Quick Start Ask the agent to cut a new NemoClaw release, for example by saying "cut release v0.0.58 from origin/main", and follow the guided checklist through confirmation and announcement verification.