nvidia/nemoclaw-maintainer-day
Run one NemoClaw daytime maintainer pass. Prioritize items for the release version. Select a merge, salvage, security, test, conflict, or sequencing workflow and report progress. Use during the workday to land PRs and close issues. Designed for /loop, for example /loop 10m /nemoclaw-maintainer-day. Trigger keywords - maintainer day, work on PRs, land PRs, make progress, what's next, keep going, maintainer loop.
npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-maintainer-day
<!-- SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->
Execute one pass of the maintainer loop, prioritizing version-targeted work.
Autonomy: You may push small fixes. You may approve a PR when all gates pass.
Report contributor and approver overlap as an advisory. It does not change merge readiness or require another reviewer.
Never merge. Ask the user about merge, product-scope, and architecture decisions. Also ask when contributor intent is unclear.
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 <version>
The first script selects the target version. The second lists shipped and open items.
Select the first applicable action for an open item:
Confirm that there is no unresolved correctness or security issue. Follow MERGE-GATE.md.
If all items for the release version are blocked, select an item from the backlog.
Prefer to complete a contribution that needs little work before you start a refactor.
Follow the selected workflow. Complete one outcome in each pass:
Re-run the progress script and show the update:
node --experimental-strip-types --no-warnings .agents/skills/nemoclaw-maintainer-day/scripts/version-progress.ts <version>
If all items for the release version are done, suggest /nemoclaw-maintainer-evening.
Update .nemoclaw-maintainer/state.json via the state script:
node --experimental-strip-types --no-warnings .agents/skills/nemoclaw-maintainer-day/scripts/state.ts history <action> <item> "<note>"
Commit skill files only when the task changes agent guidance.
Do not include unrelated skill changes in code or documentation PRs.
Use this skill with /loop 10m /nemoclaw-maintainer-day.
Keep each pass report short. State what you did, what changed, and what needs a user decision.
Read state.json to avoid repeated context.
Take nvidia/nemoclaw-maintainer-day 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.