nemoclaw-user-triage-instructions

Assign labels and generate triage comments for NemoClaw issues and PRs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bga23/NemoClaw --skill nemoclaw-user-triage-instructions-bga23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-user-triage-instructions
Source: https://github.com/bga23/NemoClaw/tree/main/.agents/skills/nemoclaw-user-triage-instructions
Command: npx skills add https://github.com/bga23/NemoClaw --skill nemoclaw-user-triage-instructions-bga23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI-assisted triage for NemoClaw issues and PRs, providing consistent labeling guidance for maintainers.

Core Features & Use Cases

  • Automatically assigns 1–5 labels from a predefined set based on item content.
  • Generates a concise triage comment tailored to the item's tier (bug, enhancement, question, etc.).
  • Produces a strict JSON output suitable for automated ingestion by tooling like nemoclaw-maintainer-triage and the nvoss-velocity dashboard.

Quick Start

Provide a JSON object containing the issue/PR number, an array of labels, a one-sentence reason, and a concise triage comment.

Frequently Asked Questions about nemoclaw-user-triage-instructions

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

FAQPage Schema
How do I automate GitHub issue triage with AI labels and comments?

Automating GitHub issue triage involves using AI to analyze item content and assign 1-5 predefined labels while generating concise triage comments. This Skill automates that exact process for NemoClaw repository items across bug reports, enhancements, and questions.

What is the expected JSON output format for AI-guided PR triage?

The expected JSON output for AI-guided PR triage is a strict JSON object containing four fields: number, labels, reason, and comment. This structured output is designed for automated ingestion by downstream tooling and dashboards.

Can I use this AI triage Skill for both GitHub issues and pull requests?

Yes, this AI triage Skill applies to both GitHub issues and pull requests within the NemoClaw repository. It categorizes items across multiple tiers including bug reports, enhancements, questions, and maintainer tasks.

How do I generate consistent triage labels for NemoClaw repository items?

Generating consistent triage labels for NemoClaw items requires the AI to evaluate the item content against a predefined label set. The Skill then assigns 1-5 appropriate labels and outputs a one-sentence reason explaining the labeling decision.

Does automated issue triage require any external dependencies or components?

No external dependencies or components are required to use this automated issue triage Skill. It operates independently, relying solely on the frontmatter metadata in SKILL.md to drive its triage logic and JSON output generation.

What's the best way to integrate AI triage results into a maintainer dashboard?

The best way to integrate AI triage results into a dashboard is by consuming the strict JSON output containing the number, labels, reason, and comment. This format allows automated ingestion by tooling like the nvoss-velocity dashboard for maintainer visibility.