categorize-miscategorized

Move miscategorized PR entries to correct release notes worksheets using headers and labels.

3|29|Updated Apr 16, 2025
One-click install
npx skills add https://github.com/meta-pytorch/torch-release-notes --skill categorize-miscategorized
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: categorize-miscategorized
Source: https://github.com/meta-pytorch/torch-release-notes/tree/main/.claude/skills/categorize-miscategorized
Command: npx skills add https://github.com/meta-pytorch/torch-release-notes --skill categorize-miscategorized

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Distribute miscategorized PRs from the miscategorized.md file to the appropriate release notes worksheets, ensuring correct area assignment and consistent formatting.

Core Features & Use Cases

  • Reads versioned miscategorized.md files and builds an area map from todo and done worksheets.
  • Determines target areas using section headers and labels, then appends entries under the correct category in the corresponding worksheet.
  • Cleans provenance annotations and prepares entries for potential polishing during later steps.

Quick Start

Run the categorize-miscategorized skill with a version argument to distribute miscategorized entries to their proper worksheets.

Frequently Asked Questions about categorize-miscategorized

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

FAQPage Schema
How do I move miscategorized PRs to the correct release notes worksheets?

To move miscategorized PRs, map entries from miscategorized.md to correct release notes worksheets by deducing target areas from headers and labels, then append them under the matching category.

How does PR categorization deduce the correct area for a release note?

PR categorization deduces the correct area by reading section headers and labels from versioned release notes directories, building an area map from todo and done worksheets to route entries accurately.

Can I integrate automatic PR categorization into my existing review workflows?

Yes, you can integrate automatic PR categorization into review workflows to validate inputs, build area mappings, and distribute miscategorized entries to appropriate todo or done worksheets during the review process.

What is the best way to clean provenance annotations when routing release notes?

The best way to clean provenance annotations when routing release notes is to use an automated categorization process that strips annotations and prepares entries for polishing during subsequent workflow steps.

Do I need versioned release notes directories to distribute miscategorized PRs?

Yes, you need versioned release notes directories containing miscategorized.md files, as the categorization process reads these files to build area maps and append entries to the correct version worksheets.

Why are my PR entries stuck in miscategorized.md instead of moving to worksheets?

PR entries remain in miscategorized.md when the categorization tool cannot deduce target areas from existing headers and labels, preventing valid area mapping and correct worksheet assignment.