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 cleaning issue tags, bulk-renaming titles, or normalizing repo title hygiene.
npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-maintainer-normalize-title-tags
<!-- SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->
Preview and optionally apply bulk title cleanup for bracketed NemoClaw tags in GitHub issue and PR titles.
[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 failsgh CLI must be authenticated with write access to NVIDIA/NemoClaw.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
gh auth status
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.
Ask the user which scope they want:
NVIDIA/NemoClawopen or closedApply 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
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.
nemoclaw, ignoring case. Plain-text mentions of NemoClaw are untouched.NVIDIA/NemoClaw. Pass --repo OWNER/REPO only when the user explicitly wants a different repo.Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Take nvidia/nemoclaw-maintainer-normalize-title-tags 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.