Skip to main content
PROMPT SPACE
C
$12.00developer-toolsUniversal

changelog-gen

Automatically generate and update a professional CHANGELOG.md from your git history and Conventional Commits.

skill install https://www.promptspace.in/skills/changelog-gen

What it does

This skill automates the tedious process of maintaining a professional changelog. It parses your git history—specifically identifying Conventional Commits—and transforms raw commit logs into a beautifully structured CHANGELOG.md formatted according to the Keep a Changelog standard.

Why use this skill

Manually documenting every change is error-prone and often forgotten. While basic tools can dump commit messages into a file, this skill intelligently categorizes entries into sections like "Added", "Fixed", and "Breaking Changes". It handles version tagging, date mapping, and even preserves your existing file content by prepending the latest updates. It’s significantly more sophisticated than simple prompting because it executes specific shell commands to extract precise git metadata (hashes, scopes, and dates) that a standard LLM context window might miss or hallucinate.

Supported tools

  • Git: Comprehensive history parsing and tag identification
  • FileSystem: Intelligent reading and updating of your project root's CHANGELOG.md
  • Conventional Commits: Native support for feat, fix, docs, refactor, and breaking changes

Use cases

  • Generate a Keep A Changelog formatted file from scratch
  • Prepend recent changes to an existing CHANGELOG.md without duplication
  • Group commits by semantic type like Added, Fixed, and Breaking Changes
  • Filter history by specific git tags or ISO dates during generation

Example

Prompt

Generate a changelog since version v1.2.0 and update the file.

Sample output preview is available after purchase.

Frequently asked questions

The skill is designed to work with any AI agent that has file system and shell execution permissions, such as AutoGPT, BabyAGI, or customized OpenInterpreter setups. It requires a local Git environment to function correctly.