changelog-generator

Convert git commit history into customer-facing release notes.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/reynalivan/EMMM2 --skill changelog-generator-reynalivan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog-generator
Source: https://github.com/reynalivan/EMMM2/tree/main/.agent/skills/changelog-generator
Command: npx skills add https://github.com/reynalivan/EMMM2 --skill changelog-generator-reynalivan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Transform raw git commits into polished, customer-facing release notes.

Core Features & Use Cases

  • Automated Changelog Generation: Converts Git history into readable release notes for customers.
  • Category & Translation: Maps commits to New Features, Improvements, Bug Fixes, and Breaking Changes, then rewrites for end users.
  • Use Case: Ideal for weekly updates, release notes, and app store descriptions.

Quick Start

Run this skill to generate a user-facing changelog from the latest commits.

Frequently Asked Questions about changelog-generator

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

FAQPage Schema
How do I generate release notes from git commits automatically?

To generate release notes automatically, you can run this skill to transform raw git history into customer-facing release notes. It analyzes typical commit signals like feat, fix, perf, and ui, ignoring merges and chores to produce ready-to-publish changelogs.

What is the best way to turn git history into app store descriptions?

The best way to turn git history into app store descriptions is using a skill designed for categorization and translation. It maps technical commits into New Features, Improvements, and Bug Fixes, rewriting them into polished text for end users.

How does automated changelog generation handle breaking changes and bug fixes?

Automated changelog generation handles breaking changes and bug fixes by mapping specific commit signals like fix and breaking into categorized sections. It then translates these technical updates into readable, customer-facing release notes.

Can I use this for weekly release summaries instead of full version release notes?

Yes, you can use this for weekly release summaries. The skill is ideal for weekly updates, as well as standard release notes and app store descriptions, categorizing recent commits into a ready-to-publish format.

Does the changelog generator work with standard commit messages?

Yes, the changelog generator works with standard commit messages. It specifically recognizes typical commit signals such as feat, fix, perf, and ui, while automatically ignoring merges and chore commits to maintain a clean changelog.