addon-release-notes

Generate formatted release notes markdown from changelogs, PR data, and validated package versions.

395|94|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/tetherto/qvac --skill addon-release-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: addon-release-notes
Source: https://github.com/tetherto/qvac/tree/main/.cursor/skills/addon-release-notes
Command: npx skills add https://github.com/tetherto/qvac --skill addon-release-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the creation of comprehensive release notes for addon packages, reducing manual effort and ensuring consistency in documenting changes, PRs, and version updates.

Core Features & Use Cases

  • Automated Release Notes Generation: Collects changelogs, validates version bumps, and formats release notes based on pull requests.
  • Version Validation: Ensures the package version has been bumped appropriately before generating release documentation.
  • Use Case: Developers preparing release documentation for inference addons, decoders, or OCR modules can automatically generate detailed, standardized notes to include in release uploads and summaries.

Quick Start

Provide the package's changelog and PR details, and then run the tool to generate a polished release notes markdown file ready for publication.

Frequently Asked Questions about addon-release-notes

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

FAQPage Schema
How do I automate release notes generation for addon packages?

Automating release notes generation for addon packages involves parsing pull request data, validating version bumps, and formatting changelogs into a standardized markdown file. This ensures accurate change summaries and consistent documentation for release uploads.

What is version validation in release documentation?

Version validation in release documentation ensures the package version has been bumped appropriately before generating notes. It verifies that the version info matches the expected updates, preventing inconsistent documentation during addon or module releases.

Can I generate structured changelogs from pull request data?

Yes, generating structured changelogs from pull request data is possible by parsing PR details and combining them with existing changelog content. This produces comprehensive, standardized release notes ready for publication.

What's the best way to prepare release documentation for inference addons?

Preparing release documentation for inference addons requires collecting the package changelog and PR details, then running an automated tool to validate versions and generate a polished release notes markdown file for the release upload.

Do I need to provide changelog content manually for addon release notes?

Providing changelog content and PR details manually is required before the tool processes them into structured release notes. The automation handles validation, parsing, and formatting, but requires the raw changelog text and version info as input.