nemoclaw-maintainer-normalize-title-tags

por nvidia

Normalizes GitHub issue and PR titles by removing any bracketed [NemoClaw] tag case-insensitively, even when the tag appears later in the title. Use when…

npx skills add https://github.com/nvidia/nemoclaw --skill nemoclaw-maintainer-normalize-title-tags

NemoClaw Maintainer — Normalize Title Tags

Preview and optionally apply bulk title cleanup for bracketed NemoClaw tags in GitHub issue and PR titles.

Examples

  • [NemoClaw][All Platforms] local-inference policy preset missing Ollama ports[All Platforms] local-inference policy preset missing Ollama ports
  • [Bug] [Nemoclaw] [Slack] Slack configuration in Nemoclaw Onboard fails[Bug] [Slack] Slack configuration in Nemoclaw Onboard fails

Prerequisites

  • You must be in the NemoClaw git repository.
  • The gh CLI must be authenticated with write access to NVIDIA/NemoClaw.
  • Default behavior is a dry run. Do not apply changes until the user approves the preview.

Workflow

Copy this checklist and track progress:

Title tag cleanup progress:
- [ ] Step 1: Verify GitHub auth
- [ ] Step 2: Preview proposed title changes
- [ ] Step 3: Confirm scope
- [ ] Step 4: Apply changes
- [ ] Step 5: Verify no matching tags remain in scope

Step 1: Verify GitHub Auth

gh auth status

Step 2: Preview Proposed Changes

node --experimental-strip-types --no-warnings \
  .agents/skills/nemoclaw-maintainer-normalize-title-tags/scripts/normalize-title-tags.ts

The script matches bracket tags whose content is nemoclaw, case-insensitively, anywhere in the title. It prints a dry-run summary by default. Review the proposed renames with the user before applying anything.

Step 3: Confirm Scope

Ask the user which scope they want:

  • Default — all open and closed issues and PRs in NVIDIA/NemoClaw
  • State filter — optionally limit to open or closed
  • Repo override — only when the user explicitly wants a different repository

Step 4: Apply Changes

Apply to all items:

node --experimental-strip-types --no-warnings \
  .agents/skills/nemoclaw-maintainer-normalize-title-tags/scripts/normalize-title-tags.ts \
  --apply

Apply only to open items:

node --experimental-strip-types --no-warnings \
  .agents/skills/nemoclaw-maintainer-normalize-title-tags/scripts/normalize-title-tags.ts \
  --state open \
  --apply

Step 5: Verify

The script automatically re-runs the same search after --apply and exits non-zero if matching tags remain.

If verification fails, stop and show the remaining matches to the user instead of retrying blindly.

Notes

  • The script uses the GitHub Issues API, which covers both issues and pull requests.
  • It removes only bracket tags whose content is nemoclaw, ignoring case. Plain-text mentions of NemoClaw are untouched.
  • The default repository is NVIDIA/NemoClaw. Pass --repo OWNER/REPO only when the user explicitly wants a different repo.

Más skills de nvidia

compileiq-debug
nvidia
Úsalo cuando algo esté mal: Search() se cuelga, todas las evaluaciones devuelven INVALID_SCORE, las puntuaciones no mejoran, cada configuración devuelve el mismo número, errores de ptxas…
official
create-github-pr
nvidia
Crear solicitudes de extracción de GitHub usando la CLI gh. Usar cuando el usuario quiera crear un nuevo PR, enviar código para revisión o abrir una solicitud de extracción. Palabras clave de activación -…
official
diagnose-perf
nvidia
Triaje de rendimiento para respondedores iniciales en Isaac Sim e Isaac Lab. Identifica la categoría del cuello de botella (limitado por GPU, limitado por CPU, VRAM, carga) usando nvidia-smi y…
official
eagle3-review-logs
nvidia
Revisa los registros de experimentos del pipeline EAGLE3 desde el directorio experiments/ del lanzador. Resume el estado de aprobación/fallo para las 4 tareas, diagnostica fallos con la causa raíz…
official
nemoclaw-maintainer-cross-issue-sweep
nvidia
Scans other open issues to find ones a given PR may also fix or accidentally break. Outputs adjacent-fix opportunities and contradiction risks with file:line…
official
karpathy-guidelines
nvidia
Pautas de comportamiento para reducir errores comunes de codificación en LLM. Úselas al escribir, revisar o refactorizar código para evitar la sobrecomplicación, realizar cambios quirúrgicos,…
official
fhir-basics
nvidia
Enseña a los agentes cómo funcionan las APIs de FHIR R4, qué recursos están disponibles, cómo consultarlos con parámetros de búsqueda y cómo analizar correctamente todos los formatos de respuesta…
official
underdeclared-agent
nvidia
A helpful assistant agent
official