nemoclaw-maintainer-policies

Provide read-only NemoClaw maintainer policy for triage, labels, and release workflows.

Updated Aug 1, 2026
One-click install
npx skills add https://github.com/Army161/NemoClaw --skill nemoclaw-maintainer-policies-army161
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-maintainer-policies
Source: https://github.com/Army161/NemoClaw/tree/main/.agents/skills/nemoclaw-maintainer-policies
Command: npx skills add https://github.com/Army161/NemoClaw --skill nemoclaw-maintainer-policies-army161

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Maintainers and triage agents need consistent, reference-backed answers about NemoClaw's GitHub workflow rules—Issue Types, label taxonomy, Project fields, release labels, and triage decisions—without inventing labels or statuses. ## Core Features & Use Cases - Policy Reference Index: Routes questions to the correct reference file covering workflow policy, triage instructions, label taxonomy, project workflow, daily flow, and release train. - Triage Payload Contract: Defines the dry-run JSON shape for issue and PR recommendations, including labels, Project fields, confidence, and questions for authors. - Release Label Rules: Explains daily v0.0.x label activation, carry-forward, retirement, and E2E evidence requirements before tagging. - Use Case: A maintainer asks whether an issue should get a daily release label; the Skill reads release-train.md and explains that issue labels are tracking signals while merged, labeled PRs own release inclusion. ## Quick Start Ask the agent to explain the NemoClaw triage policy for labeling a new bug report that is missing environment details.

Frequently Asked Questions about nemoclaw-maintainer-policies

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

FAQPage Schema
How do I triage a NemoClaw GitHub issue with the correct labels?

Set the native GitHub Issue Type first, then add area labels only when the affected surface is clear, plus platform, provider, or integration labels only with direct evidence. Recommend Project Priority and Status separately, and show a dry run before any authorized write.

What labels should a NemoClaw pull request get during review?

Apply exactly one PR type label: bug-fix, feature, refactor, or chore, based on evidence from the diff and commit prefixes. Add area labels for review routing, security for sensitive paths, and needs: rebase only when conflicts block review.

Does a v0.0.x label on an issue include it in the daily release?

No. Issue version labels are tracking, regression-attention, or needs-PR coordination signals only. Release inclusion requires a PR that both carries the daily version label and is merged before the release cutoff.

When should I use the needs: info label versus asking questions?

Use needs: info only when missing details like reproduction steps, versions, or logs block work from proceeding. If the item can still be routed or reviewed, ask optional questions in questions_for_author without adding the label.

Can triage agents create new labels for NemoClaw?

Agents may only create, apply, or delete labels inside the agt: * namespace within an authorized agent workflow. Unknown or unlisted canonical labels must be reported in an audit dry run, never created or applied.

What are the limitations of this maintainer policy skill?

It is read-only by default and cannot perform writes without an explicit authorization context. It also cannot answer questions outside the reference files, and it must not invent labels, statuses, or release states not defined in the taxonomy.