gen-release-notes

Generate and organize PyTorch release notes for a version and area.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps release teams generate and organize PyTorch release notes for a given version and functional area, transforming scattered PR data into a publish-ready worksheet.

Core Features & Use Cases

  • Automated generation of a release notes worksheet for a specified version (e.g., 2.11.0) and area (e.g., aotdispatcher, dynamo, inductor).
  • Step-by-step workflow guidance from input validation to finalization, including handling miscategorized entries.
  • Compatibility with the repository's release notes layout (<version>/todo and <version>/done), and optional miscategorized tracking.

Quick Start

Run /gen-release-notes <version> <area> to generate and start the release notes workflow for that version and area.

Frequently Asked Questions about gen-release-notes

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

FAQPage Schema
How do I automate PyTorch release notes generation for specific areas like inductor or dynamo?

To automate PyTorch release notes generation, use a frontmatter-driven workflow that transforms scattered PR data into a publish-ready worksheet for a specified version and functional area. It validates inputs and organizes entries into versioned todo and done files.

What is the best way to organize scattered PyTorch PR data into a publish-ready release notes worksheet?

Organizing scattered PyTorch PR data into a release notes worksheet requires a structured workflow that validates inputs, categorizes entries by functional area, and tracks miscategorized items. This produces versioned todo and done markdown files ready for finalization.

How do I manage miscategorized PR entries when compiling PyTorch release notes?

Managing miscategorized PR entries when compiling PyTorch release notes involves an optional tracking mechanism within the generation workflow. It identifies and handles entries assigned to incorrect functional areas before finalizing the versioned done file.

Does the PyTorch release notes workflow support versioned todo and done file structures?

The PyTorch release notes workflow fully supports versioned todo and done file structures. It maps generated notes directly into the repository's release notes layout for a specified version, ensuring seamless integration with existing markdown categorization workflows.

Can I generate release notes for any PyTorch version and functional area combination?

You can generate release notes for any specified PyTorch version and supported functional area combination, such as aotdispatcher, dynamo, or inductor. The workflow requires both parameters to validate inputs and produce the correct categorized markdown output.