release-notes

Generate Markdown release notes from merged pull requests, closed tickets, and commit history.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Eric-Pacheco95/claude-workbench --skill release-notes-eric-pacheco95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-notes
Source: https://github.com/Eric-Pacheco95/claude-workbench/tree/main/.claude/skills/release-notes
Command: npx skills add https://github.com/Eric-Pacheco95/claude-workbench --skill release-notes-eric-pacheco95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of release notes from merged PRs, closed tickets, and commit history, providing an audience-aware output: internal changelogs or stakeholder summaries with business-impact framing.

Core Features & Use Cases

  • Release Note Generation: Creates release notes based on a specified release window, merging PRs, closed tickets, and commit history.
  • Audience Awareness: Outputs both internal changelogs with technical details and stakeholder summaries with business-impact framing.
  • Compliance and Audit Notes: For regulated systems, adds compliance/audit notes.

Quick Start

Generate release notes for a project: /release-notes --since 2026-04-01 --version v2.4.0 --project aml-review

Frequently Asked Questions about release-notes

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

FAQPage Schema
How do I automate release note generation from pull requests and commit history?

Automating release note generation involves analyzing merged pull requests, closed tickets, and commit history to produce audience-aware Markdown output. This Skill processes repository logs and issue trackers to generate both internal technical changelogs and business-impact summaries for stakeholders.

Can I generate release notes for both technical teams and business stakeholders?

Yes, you can generate audience-aware release notes for both groups. The Skill outputs internal changelogs containing technical details alongside stakeholder summaries that frame updates with explicit business-impact context in Markdown format.

What do I need to connect to generate release notes from tickets and PRs?

You need access to repository logs and issue trackers to generate release notes from tickets and PRs. The Skill analyzes this connected data to merge commit history, closed tickets, and pull requests into a unified Markdown output.

Does this release note generator support compliance reporting for regulated systems?

Yes, this release note generator supports compliance reporting for regulated systems. It analyzes commit history and merged PRs to append specific compliance and audit notes to the final Markdown release documentation.

What is the best way to generate release notes for a specific project version and date range?

The best way to generate release notes for a specific project version and date range is to specify the target window. The Skill uses these parameters to filter merged PRs, closed tickets, and commit history into a structured Markdown changelog.