nemoclaw-maintainer-normalize-title-tags

Remove bracketed NemoClaw tags from GitHub issue and pull request titles.

Updated May 23, 2026
One-click install
npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill nemoclaw-maintainer-normalize-title-tags
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-maintainer-normalize-title-tags
Source: https://github.com/yo-steven/skills-exploration-20260522/tree/main/skills/NemoClaw/nemoclaw-maintainer-normalize-title-tags
Command: npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill nemoclaw-maintainer-normalize-title-tags

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes bracketed [NemoClaw] tag fragments from GitHub issue and pull request titles to improve title consistency and repo hygiene.

Core Features & Use Cases

  • Case-insensitive tag cleanup: Detects bracket tags whose content is nemoclaw anywhere in the title and removes them.
  • Dry-run first, then apply: Produces a preview summary of matches and resulting titles before making any changes.
  • Scope control: Limits matching by state (open/closed/all) and supports overriding the target repository only when explicitly requested.
  • Safety verification: After applying, re-scans to ensure no matching tags remain in the selected scope.

Quick Start

Run the preview to see proposed title changes, then rerun with --apply to update matching issue/PR titles after you approve the results.

Frequently Asked Questions about nemoclaw-maintainer-normalize-title-tags

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

FAQPage Schema
How do I remove bracketed tags from GitHub issue and pull request titles in bulk?

To remove bracketed tags from GitHub issue and pull request titles, run a bulk cleanup script that scans titles in a specified repository, removes matching tag fragments case-insensitively, and outputs a dry-run summary of proposed changes before applying updates.

Can I preview GitHub title normalization changes before committing them?

Yes, GitHub title normalization scripts produce a default dry-run summary showing matched bracket tags and their resulting titles, allowing you to verify all proposed updates before executing them with an explicit apply flag.

Does title normalization work on both open and closed GitHub issues and pull requests?

Title normalization supports open, closed, and all states for GitHub issues and pull requests, allowing you to specify the target scope and perform flexible bulk cleanup across the entire repository history.

How does the script verify that bracket tags are fully removed from GitHub titles?

After applying updates, the script verifies tag removal by re-running the search and scanning the selected scope to ensure no matching bracket tag fragments remain in the repository's issues or pull requests.

What is the safest way to clean up automated bot tags from GitHub pull request titles?

Using a dry-run first workflow is the safest way to clean up automated bot tags from GitHub pull request titles, as it identifies specific case-insensitive bracket tags, scopes the search by state, and verifies the post-update state by re-scanning.