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.
65
79%
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
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/nemoclaw-maintainer-day/SKILL.mdExecute one pass of the maintainer loop, prioritizing version-targeted work.
Autonomy: You may push small fixes after required CI and scheduled automated reviews settle for one unchanged latest PR commit. 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.
Treat the recorded latest PR commit as an optimistic publication guard. Immediately before a push, confirm that the remote branch still points to that commit. Stop when another workflow publishes first.
node --no-warnings .agents/skills/nemoclaw-maintainer-day/scripts/version-target.ts
node --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.
Before reviewing, repairing, approving, integrating, or pushing a PR, complete PR follow-up successfully for one unchanged latest PR commit. This prerequisite does not apply to an item with no PR candidate.
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 --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 --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.
e94c06f
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.