changelog-manager

Generate changelog entries from Git commits in Korean or English.

1|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/datamaker-kr/synapse-claude-marketplace --skill changelog-manager-datamaker-kr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog-manager
Source: https://github.com/datamaker-kr/synapse-claude-marketplace/tree/main/plugins/platform-dev-team-common/skills/changelog-manager
Command: npx skills add https://github.com/datamaker-kr/synapse-claude-marketplace --skill changelog-manager-datamaker-kr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of adding entries to your CHANGELOG.md file, ensuring consistency with the Keep a Changelog format and Calendar Versioning, saving developers time and reducing manual errors.

Core Features & Use Cases

  • Automated Entry Generation: Analyzes Git commits and branch names to suggest and format changelog entries.
  • Format Compliance: Strictly adheres to Keep a Changelog standards and CalVer versioning.
  • Multi-language Support: Generates entries in both Korean and English.
  • Use Case: After completing a new feature, run the skill to automatically create a well-formatted 'Added' entry in your CHANGELOG.md, complete with a link to the relevant JIRA ticket.

Quick Start

Add a new changelog entry for the current changes.

Frequently Asked Questions about changelog-manager

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

FAQPage Schema
How do I automate changelog entries from Git commits?

Automating changelog entries from Git commits involves analyzing commit messages and branch names to generate formatted documentation. This Skill parses Git history to suggest entries and formats them into CHANGELOG.md, reducing manual errors and saving development time.

What is the Keep a Changelog format and how does it structure versioning?

The Keep a Changelog format structures versioning by categorizing changes into Added, Changed, Deprecated, Removed, Fixed, and Security sections. This Skill enforces strict compliance with these standards while applying Calendar Versioning to maintain chronological release tracking.

Can I generate changelog entries in both Korean and English?

Yes, you can generate changelog entries in both Korean and English. The Skill analyzes Git commits and branch names to produce multi-language documentation, ensuring teams can maintain accessible release notes across different language preferences.

How do I link JIRA tickets to changelog entries automatically?

Linking JIRA tickets to changelog entries automatically is done by extracting ticket identifiers from Git branch names. The Skill parses branch naming conventions to include relevant JIRA ticket links within the generated CHANGELOG.md entries.

Does this changelog automation tool support Calendar Versioning?

Yes, this changelog automation tool supports Calendar Versioning alongside the Keep a Changelog format. It applies CalVer standards to your CHANGELOG.md entries, ensuring version numbers reflect date-based release cycles rather than semantic versioning.

What's the best way to maintain a consistent changelog across a development team?

The best way to maintain a consistent changelog is to automate entry generation directly from Git commits using standardized formats. This Skill enforces Keep a Changelog compliance and Calendar Versioning, eliminating manual formatting inconsistencies.