version-release-notes

Generate structured markdown release notes from changelogs and commits.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/cslsoftwares/ParamentersORM --skill version-release-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: version-release-notes
Source: https://github.com/cslsoftwares/ParamentersORM/tree/main/.cursor/skills/version-release-notes_V1.0.0
Command: npx skills add https://github.com/cslsoftwares/ParamentersORM --skill version-release-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts internal changelogs and commit histories into structured, consumer-friendly release notes, reducing manual effort and miscommunication during releases.

Core Features & Use Cases

  • Automated categorization of entries into sections like Breaking Changes, New Features, Bug Fixes, and Deprecations.
  • Reference-rich outputs that include PR/ticket links and optional migration guidance for major releases.
  • Version-ready formatting with clear headers and sections suitable for public release notes.

Quick Start

Use the skill to generate a release notes document from your latest changelog and PR list.

Frequently Asked Questions about version-release-notes

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

FAQPage Schema
How do I generate structured release notes from a changelog and commit history?

To generate structured release notes, provide your changelog and commit history to categorize entries into Breaking Changes, New Features, Bug Fixes, and Deprecations. The output is a markdown document with version and date headers for consumer readability.

What is the best way to automate categorizing breaking changes and new features for versioning?

Automating release notes categorization parses commits to automatically sort updates into sections like Breaking Changes and New Features. This reduces manual effort by structuring version-ready documentation directly from your development history.

Can I include PR links and migration guidance in my markdown release notes?

Yes, you can include PR links and migration guidance in markdown release notes. The generated document supports reference-rich outputs with ticket links and provides optional migration guidance specifically targeted for major version releases.

Does this release notes generation approach work for patch, minor, and major releases?

Release notes generation works for patch, minor, and major releases by targeting each version type specifically. It organizes entries accordingly and includes migration guidance when processing major releases to ensure comprehensive documentation.

How do I format changelog entries into consumer-friendly documentation?

Formatting changelog entries into consumer-friendly documentation requires organizing raw commits into structured sections such as Bug Fixes and Deprecations. It produces a markdown document featuring clear version and date headers, reducing miscommunication during releases.