changelog-version

Analyze Git history to generate changelog entries and semantic version bumps.

4|1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/jankneumann/agentic-coding-tools --skill changelog-version
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog-version
Source: https://github.com/jankneumann/agentic-coding-tools/tree/main/.agents/skills/changelog-version
Command: npx skills add https://github.com/jankneumann/agentic-coding-tools --skill changelog-version

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generate keep-a-changelog compliant changelog entries from Git history and suggest semantic version bumps to streamline releases.

Core Features & Use Cases

  • Analyze commits following conventional commit conventions to categorize changes into Added, Changed, Fixed, and more.
  • Generate a Keep a Changelog-compatible version section and update VERSION and CHANGELOG.md accordingly.
  • Integrate with existing feature workflows to preview version impact before merging.

Quick Start

Use the changelog versioning skill to automatically generate changelog entries and bump versions.

Frequently Asked Questions about changelog-version

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

FAQPage Schema
How do I auto-generate a changelog from conventional commits in Git?

Auto-generate a changelog from conventional commits by analyzing Git history to categorize changes into Added, Changed, and Fixed. The tool creates a Keep a Changelog-compatible version section and updates your CHANGELOG.md automatically.

How do I determine the correct semantic version bump from my Git history?

Determine the correct semantic version bump by analyzing conventional commit messages in your Git history. The tool evaluates commit types to recommend the appropriate version increment and updates the VERSION file accordingly.

Does this changelog generator follow the Keep a Changelog format?

Yes, this changelog generator strictly follows the Keep a Changelog format. It structures generated entries into standardized categories and integrates them directly into your existing CHANGELOG.md file.

Can I customize the date or output format when generating changelog entries?

Yes, you can customize the date and output format when generating changelog entries. The tool supports optional parameters for date and format to integrate with your specific release workflow.

How do I preview the version impact of new features before merging?

Preview the version impact of new features by integrating the tool into your existing feature workflows. It analyzes conventional commits to show the semantic version bump and changelog changes before you merge.

What commit conventions are required to categorize changes into Added, Changed, and Fixed?

Conventional commit conventions are required to categorize changes into Added, Changed, and Fixed. The tool parses these specific commit message prefixes from your Git history to map changes accurately.