Triage NemoClaw issues and PRs with Issue Type, Project fields, and allowed labels. Support one item or a batch. Show proposed changes and apply only changes the maintainer accepts. Trigger keywords - triage, label issues, suggest labels, batch triage, triage issue, triage PR, label this, what labels.
npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-maintainer-triage
<!-- SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->
Use Issue Type for issue classification. Use Project fields for priority and lifecycle.
Use labels for routing and action queues.
Before evaluating an item, read these files in order:
Do not use another label guide.
The policy package is the source of truth for Issue Type, Project fields, labels, confidence, authorization, and output shape.
Single-item mode — the user provides an issue or PR number:
gh issue view <number> --repo NVIDIA/NemoClaw --json number,title,body,labels,url,author,projectItems
gh pr view <number> --repo NVIDIA/NemoClaw --json number,title,body,labels,url,author,files,isDraft,mergeStateStatus,projectItems,statusCheckRollup
Use the command for the item type.
For issues, read Issue Type through the GitHub GraphQL API.
Read Project Priority and Status from Project 199. Do not infer them from labels.
Batch mode — collect both normal inbox items and unlabeled items:
gh issue list --repo NVIDIA/NemoClaw --state open --label "needs: triage" --limit 50 --json number,title,body,labels,url,author
gh issue list --repo NVIDIA/NemoClaw --state open --limit 50 --json number,title,body,labels,url,author
gh pr list --repo NVIDIA/NemoClaw --state open --label "needs: triage" --limit 50 --json number,title,body,labels,url,author,isDraft,mergeStateStatus
gh pr list --repo NVIDIA/NemoClaw --state open --limit 50 --json number,title,body,labels,url,author,isDraft,mergeStateStatus
Keep unlabeled items from the unfiltered results.
Combine them with the needs: triage results. Remove duplicates by item type and number.
Process one item at a time.
Use the JSON-compatible payload defined by canonical triage-instructions.md. Include:
label-taxonomy.jsonneeds: triage inbox markerhuman_review_requiredPrefer no label over a guessed label.
Do not use labels for Issue Type, Priority, Status, or resolution.
Do not propose an unknown label. Do not propose PRR during triage.
In batch mode, present each dry run and wait for an explicit apply, skip, or edited write set before moving to the next item.
Acceptance authorizes only the fields, labels, and comment in the proposal.
Before each write, re-read Issue Type, Project fields, and labels, then resolve all live IDs.
Do not store mutable IDs in this skill.
If the state differs from the accepted proposal's base state, stop and present an updated proposal for acceptance.
Resume writes only after the user accepts the updated proposal.
Apply writes in this order:
needs: triage when the inbox action is complete.Do not write if the accepted plan contains a low-confidence inference, an unknown label, or an unauthorized field.
Return a corrected proposal.
For every applied item, report:
Do not write an external activity log unless the invoking maintainer explicitly asks for one.
Prioritize candidates using policy evidence, not labels that duplicate Project Priority:
Urgent or High.A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store
NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.
Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
Take nvidia/nemoclaw-maintainer-triage from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.