nemoclaw-maintainer-triage

Suggest GitHub issue and PR labels for maintainer approval via GitHub CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintainers spend repetitive time reading issues and PRs, deciding consistent labels, and writing triage comments; this Skill streamlines that work by suggesting labels and optional comments based on up-to-date triage guidance and applying them on approval.

Core Features & Use Cases

  • Interactive suggestions: Reads live guidance from docs/triage-instructions.md and proposes labels with a concise reason and optional triage comment.
  • Single and batch modes: Support for targeted single-item triage by number and batch processing of up to 50 unlabeled open issues or PRs, with per-item approval before applying changes.
  • Safe application and logging: Applies labels and posts comments via the GitHub CLI only after maintainer confirmation, and logs approved actions to a local daily-rhythm activity file for audit and persistence.
  • Use Case: A maintainer can clear a backlog of unlabeled issues by running a batch session that prioritizes outages and long-unanswered issues while ensuring consistent labeling across the repo.

Quick Start

Ask the skill to triage issue 123 for single-item mode or say batch to process unlabeled items interactively.

Frequently Asked Questions about nemoclaw-maintainer-triage

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

FAQPage Schema
How do I automate GitHub issue triage and labeling for unlabeled pull requests?

GitHub CLI access is required to read issue and PR metadata, fetch unlabeled open items, and apply approved labels or post triage comments directly to the repository.

Can I triage a single GitHub issue instead of processing a batch of 50?

Yes, you can triage a single specified GitHub issue or PR by providing its number, or initiate a batch mode to interactively process up to 50 unlabeled open items with per-item approval.

How does AI-assisted triage ensure consistent GitHub labels across a repository backlog?

The triage process reads live guidance from docs/triage-instructions.md to propose labels with concise reasons and optional comments, ensuring consistent categorization across the repository backlog.

What happens to approved GitHub triage actions after I apply suggested labels?

Approved triage actions are applied via GitHub CLI and appended to a local daily-rhythm activity log file, providing an audit trail and persistence for all maintainer-approved label and comment changes.

Does the AI triage apply labels to GitHub issues automatically without maintainer review?

No, the AI triage suggests labels and optional comments but applies them via GitHub CLI only after explicit maintainer confirmation during the interactive single or batch processing session.