release-changelog

Generate a stable release changelog from commits, changesets, and merged PRs.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Avishai-Tsabari/agents_manager --skill release-changelog-avishai-tsabari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-changelog
Source: https://github.com/Avishai-Tsabari/agents_manager/tree/main/.agents/skills/release-changelog
Command: npx skills add https://github.com/Avishai-Tsabari/agents_manager --skill release-changelog-avishai-tsabari

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Paperclip releases are frequent and require a clear, user-facing changelog that communicates changes to stable targets. This skill automates the consolidation of commits, changesets, and PR context into a single, publishable document at releases/vYYYY.MDD.P.md, ensuring consistency and saving manual effort.

Core Features & Use Cases

  • Consolidates commits, changesets, and merged PRs into a single changelog file
  • Supports calendar-based calver versioning and stable release output
  • Ideal for release engineers and product teams who need fast, accurate release notes

Quick Start

Generate the stable release changelog by aggregating commits, changesets, and merged PR context since the last stable tag

Frequently Asked Questions about release-changelog

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

FAQPage Schema
How do I auto-generate release notes from merged PRs and commits?

You can auto-generate release notes by consolidating commits, changesets, and merged PR context since the last stable tag. This skill outputs a single structured changelog file at releases/vYYYY.MDD.P.md using calver-based versioning.

What is calver-based versioning for stable release changelogs?

Calver-based versioning formats release tags using calendar dates. This skill applies the vYYYY.MDD.P pattern to generate a single changelog file, organizing commits and changesets into a predictable, time-stamped release document.

Does the changelog generator separate breaking changes from fixes?

The changelog generator enforces a structured format with distinct sections for Breaking Changes, Highlights, Improvements, and Fixes. It also appends a Contributors list to document everyone involved in the stable release.

Can I use changesets to build a calver release document?

Yes, the skill consolidates existing changesets alongside git commits and merged PR context to produce a complete, user-facing changelog. It outputs a single file at releases/vYYYY.MDD.P.md for stable targets.

How to consolidate git commits into a single release file?

To consolidate git commits into a single release file, this skill aggregates commit history and PR context since the last stable tag. It outputs the assembled document directly into your releases directory using calver versioning.