nemoclaw-maintainer-evening

Check release progress, bump straggling issues, and prepare annotated Git tags.

22.1k|3.0k|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-maintainer-evening
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-maintainer-evening
Source: https://github.com/NVIDIA/NemoClaw/tree/main/.agents/skills/nemoclaw-maintainer-evening
Command: npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-maintainer-evening

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a reproducible end-of-day maintainer handoff by checking version target progress, advancing straggling items to the next patch, producing a concise QA handoff summary, and preparing the release tag for confirmation so teams can reliably close the day.

Core Features & Use Cases

  • Progress inspection: Run version-target and progress scripts to show shipped versus open items and identify blockers.
  • Bump management: Create next-version labels and move open items forward, reporting exactly which items were bumped.
  • Handoff and tagging: Generate a QA-focused summary with risky areas and test suggestions, and assist with cutting an annotated release tag.
  • Use Case: At the end of a workday, maintainers use this workflow to finalize what shipped, move unfinished work forward, and produce a shareable handoff for QA and the team.

Quick Start

Run the evening workflow to check progress, bump stragglers, generate a QA handoff summary, and prepare the release tag for confirmation.

Frequently Asked Questions about nemoclaw-maintainer-evening

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-of-day git release wrap-up and tag cutting?

Automate end-of-day git release wrap-up by running a workflow that checks version target progress, bumps straggling issues to the next patch, generates a QA handoff summary, and confirms annotated release tag creation. This requires access to repository git history and Node.js maintainer scripts.

What is the best way to generate a QA handoff summary for daily release management?

Generate a QA handoff summary for daily release management by inspecting shipped versus open items to identify blockers, then producing a concise summary highlighting risky areas and test suggestions. This workflow assesses version target progress to ensure teams can reliably close the day.

How do I bump open issues to the next patch version during a release?

Bump open issues to the next patch version by running version-target and progress scripts that identify straggling items. The workflow creates next-version labels, moves unfinished work forward, and reports exactly which items were bumped for the next release cycle.

Do I need Node.js maintainer scripts to cut annotated release tags?

Yes, you need Node.js maintainer scripts referenced by the workflow to cut annotated release tags. You also require access to repository git history and explicit permission to create annotated release tags to finalize the end-of-day handoff successfully.

How does version target progress inspection work for daily release management?

Version target progress inspection works by running version-target and progress scripts to display shipped versus open items and identify blockers. This mechanism provides maintainers with a reproducible end-of-day overview to assess what shipped and what remains unfinished.

When should I avoid using an automated workflow for release tagging and handoff?

Avoid using an automated workflow for release tagging and handoff if you lack access to repository git history, Node.js maintainer scripts, or permissions to create annotated release tags. The workflow is specifically designed for end-of-day maintainer contexts, not mid-day ad-hoc tagging.