jikime-workflow-changelog

Generate categorized changelogs from Git commits with breaking change detection.

5|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jikime-workflow-changelog
Source: https://github.com/jikime/jikime-adk/tree/main/templates/.claude/skills/jikime-workflow-changelog
Command: npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of release notes and changelogs by transforming raw Git commit history into user-friendly, categorized release summaries.

Core Features & Use Cases

  • Automated Changelog Generation: Converts Git commits into structured release notes.
  • Conventional Commits Parsing: Understands and categorizes commits based on the Conventional Commits specification.
  • Breaking Change Detection: Automatically identifies and highlights breaking changes.
  • Multiple Output Formats: Supports Markdown and JSON outputs for different integration needs.
  • Use Case: After merging a new feature and several bug fixes, run this Skill to generate the CHANGELOG.md entry for the upcoming release, ensuring consistency and clarity for users.

Quick Start

Generate the changelog for the latest release using the default configuration.

Frequently Asked Questions about jikime-workflow-changelog

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

FAQPage Schema
How do I automatically generate a changelog from Git commit history?

You can automatically generate a changelog by parsing Git commit history into structured release notes. This Skill transforms raw commits into user-friendly summaries, categorizing them based on the Conventional Commits specification.

Does this changelog generator support Conventional Commits and Keep a Changelog standards?

Yes, the changelog generator fully supports Conventional Commits and Keep a Changelog standards. It parses commit messages according to these specifications to ensure release notes are properly structured and consistently categorized.

How do I detect breaking changes when generating release notes from Git?

To detect breaking changes in release notes, the Skill automatically scans and identifies them from your Git commit history. It highlights these breaking changes explicitly in the generated changelog to alert users of potential migration requirements.

Can I output changelogs in JSON format for CI/CD pipeline integration?

Yes, you can output changelogs in JSON format for CI/CD pipeline integration. The Skill supports multiple output formats including Markdown and JSON, allowing seamless integration with various automated Git workflows and release management systems.

What is the best way to automate release notes creation for multiple software versions?

The best way to automate release notes creation is converting Git commits into categorized release summaries. This Skill automates the process, transforming raw commit history into user-friendly changelog entries for each upcoming release.

How to categorize bug fixes and features when generating a changelog?

To categorize bug fixes and features in a changelog, the Skill parses Conventional Commits metadata from your Git history. It automatically groups commits into distinct categories like features and fixes, ensuring clarity for users.