Runs the end-of-day NemoClaw release handoff and optionally cuts an exact release tag. Use for evening, handoff, wrap-up, or ship requests.
69
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Close the day with one release candidate, one cumulative documentation change, and a clear handoff. Tagging is optional. Report tag creation first, then let the tag skill finish post-tag follow-through.
See PR-REVIEW-PRIORITIES.md for the daily cadence and the release-train policy for release rules.
Use the maintainer's exact vX.Y.Z when supplied. Otherwise, read the current target and show its
merged and open work:
node --experimental-strip-types --no-warnings \
.agents/skills/nemoclaw-maintainer-day/scripts/version-target.ts
node --experimental-strip-types --no-warnings \
.agents/skills/nemoclaw-maintainer-day/scripts/version-progress.ts vX.Y.ZDo not silently convert the answer into a patch, minor, or major bump. If nothing shipped, ask whether to stop without a tag.
Inspect the current Docs / Post-Merge Catch-Up state. The Pi workflow owns documentation catch-up
for merged changes. Continue its managed draft PR when one exists. If no managed PR exists and the
release entry is the only missing change, use one direct documentation-only PR.
The documentation PR must contain all required documentation for every merged change selected for
the release and one canonical dated entry headed ## vX.Y.Z. Follow
docs/CONTRIBUTING.md and obtain its required independent
documentation writer review. Do not create a separate release-entry PR when the active cumulative
docs PR can carry it.
Merge the documentation PR before selecting the tag candidate. A docs-only merge does not start
another Docs / Post-Merge Catch-Up run. Preserve the merged PR, its final commit, its merge commit,
and the final automated refresh coverage commit for the tag session.
If another product merge lands before candidate selection, decide whether it belongs in this
release. When it does, update the cumulative documentation change first. When it does not, the tag
skill may keep an earlier planned candidate that remains on main; later managed documentation work
does not invalidate that candidate.
When an included merge changes the candidate after planning, generate a new exact-version plan after its documentation merges.
Show:
vX.Y.Z;vX.Y.Z;Open labeled items are post-tag planning state, not a tag blocker. State which items are expected to move to the next target, but do not perform label writes here.
Load nemoclaw-maintainer-cut-release-tag and pass the exact version. That skill owns:
../nemoclaw-release-vX.Y.Z/release-brief.md;Do not run a full E2E suite automatically. Do not ask for confirmation until the release brief is complete and the maintainer has reviewed it.
After tag readback, report:
Then let nemoclaw-maintainer-cut-release-tag monitor the automatic post-tag workflows, draft the
Announcement, and report lkg state. A post-tag failure does not change tag success.
main advanced or a later documentation PR opened.e987b00
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.