release-notes

Generate Nuxt-style release notes and upgrade prompts from commit history.

3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/harlan-zw/harlan-claude-code --skill release-notes-harlan-zw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-notes
Source: https://github.com/harlan-zw/harlan-claude-code/tree/main/harlan-claude-code/skills/release-notes
Command: npx skills add https://github.com/harlan-zw/harlan-claude-code --skill release-notes-harlan-zw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of release notes and upgrade prompts from code changes, saving time and ensuring consistent communication across major/minor releases.

Core Features & Use Cases

  • Narrative highlights: Generates structured release highlights with context and rationale.
  • Changelog & migration guidance: Produces categorized changelog entries and migration steps for breaking changes.
  • Upgrade prompts: Embeds a ready-to-use LLM upgrade prompt template for downstream automation.

Quick Start

Run the release-notes workflow to generate a Nuxt-style release note draft for the latest tag.

Frequently Asked Questions about release-notes

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

FAQPage Schema
How do I generate release notes from git commit history and PR descriptions?

You can generate release notes by analyzing git commit history and PR descriptions to produce structured narrative highlights, categorized changelog entries, and actionable upgrade guidance for major and minor releases.

What is a Nuxt-style release note format?

A Nuxt-style release note format structures changelog entries into categorized sections, narrative highlights with context, breaking changes, migration steps, and an actionable upgrade prompt template with before and after examples.

How do I automate upgrade prompt generation for breaking changes?

Automate upgrade prompt generation by embedding a ready-to-use LLM upgrade prompt template into your release notes, providing before and after code examples to guide downstream migration automation.

Can I create migration guidance from code changes for major releases?

Yes, you can create migration guidance by analyzing code changes, commit history, and PR diff metadata to produce categorized changelog entries and specific migration steps for breaking changes across major releases.

How do I structure changelog entries for minor and major Nuxt releases?

Structure changelog entries by categorizing code changes into narrative highlights, breaking changes, and migration notes, applying the Nuxt release format with clear sections and actionable upgrade prompts.

Does this release notes automation work without external dependencies?

Yes, this release notes automation operates with no external dependencies, analyzing your commit history and PR diff directly to generate structured changelog entries and upgrade prompts.