changelog-generator

Generate user-friendly changelogs from git commit history.

Updated Nov 18, 2025
One-click install
npx skills add https://github.com/deangilmoreremix/videoremix.vip2 --skill changelog-generator-deangilmoreremix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog-generator
Source: https://github.com/deangilmoreremix/videoremix.vip2/tree/main/.kilo/skills/changelog-generator
Command: npx skills add https://github.com/deangilmoreremix/videoremix.vip2 --skill changelog-generator-deangilmoreremix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers and product teams spend valuable time manually crafting changelogs from raw git commits, leading to inconsistencies and delays in communicating updates to users.

Core Features & Use Cases

  • Git History Scanning: Analyzes commits over a chosen period or between tags.
  • Automatic Categorization: Groups changes into features, improvements, bug fixes, breaking changes, and security updates.
  • Human‑Friendly Translation: Converts technical commit messages into clear, customer‑oriented language.
  • Professional Formatting: Generates ready‑to‑publish markdown following customizable style guides.
  • Use Cases: Release note preparation, weekly product update summaries, app‑store change descriptions, and internal documentation.

Quick Start

Generate a changelog for all commits since the last release.

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 commit history automatically?

You can generate release notes from git commits by parsing the log between tags or over a chosen period. This Skill automatically categorizes changes into features, improvements, bug fixes, breaking changes, and security updates, then formats them into ready-to-publish markdown.

Can I customize the formatting style for my changelog markdown?

Yes, you can customize the formatting style for your changelog markdown. The Skill generates professional, ready-to-publish output following customizable style guidelines, ensuring the final release notes match your project's specific documentation standards.

How does automatic commit categorization work for release notes?

Automatic commit categorization works by scanning git history and grouping changes into features, improvements, bug fixes, breaking changes, and security updates. It filters noise and translates technical commit messages into clear, customer-oriented language for release notes.

What's the best way to create app store changelogs from git commits?

The best way to create app store changelogs from git commits is to parse the history and translate technical messages into customer-oriented language. This Skill automatically categorizes changes and formats them into clear, human-friendly descriptions suitable for app store updates.

Does this changelog generator work with commit history between specific git tags?

Yes, this changelog generator works with commit history between specific git tags. It analyzes commits over a chosen period or between tags, filters out repository noise, and categorizes the remaining changes for your release notes.