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.
68
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
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:
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.
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.