changelog

Generates changelogs from Git commits and PRs for release notes.

54|7|Updated May 29, 2026
One-click install
npx skills add https://github.com/wibus-wee/cradle-app --skill changelog-wibus-wee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog
Source: https://github.com/wibus-wee/cradle-app/tree/main/.agents/skills/changelog
Command: npx skills add https://github.com/wibus-wee/cradle-app --skill changelog-wibus-wee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of generating a changelog based on commits and PRs, saving developers time and ensuring accurate release notes.

Core Features & Use Cases

  • Automated Changelog Creation: Generates changelogs from commits and pull requests.
  • Language Support: Supports both Chinese and English.
  • Version Tracking: Integrates with Git tags to track versions.
  • Use Case: For software projects, this Skill helps maintain up-to-date release notes, improving communication with users and developers.

Quick Start

Run the changelog command with the version of the release you want to document, for example: /changelog dev-20260624.1.

Frequently Asked Questions about changelog

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

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

You can generate a changelog from Git commits automatically by running a command that extracts and summarizes user-facing changes from your repository history and formats them for release notes. This requires Git commands and repository access.

What is the best way to create release notes from pull requests and tags?

Creating release notes from pull requests is best handled by integrating with Git tags to track versions. The process extracts user-facing changes from PRs and commits, formatting them into accurate release notes for your software project.

Does automated changelog generation work with both public and private Git repositories?

Automated changelog generation works with both public and private Git repositories. It requires Git commands and access to repository data to extract and summarize commits and pull requests for your release notes.

Can I generate release notes in Chinese and English from my Git history?

You can generate release notes in both Chinese and English from your Git history. The changelog extraction process supports both languages to help maintain up-to-date release notes for diverse developer audiences.

Do I need Python installed to automate changelog extraction from Git?

You need Python and Git installed to automate changelog extraction from your repositories. These dependencies are required to run the scripts that extract and summarize user-facing changes from commits and pull requests.

How to document a specific release version using Git tags and commits?

To document a specific release version, run the changelog command with your target version identifier. The tool integrates with Git tags to track versions and extracts relevant commits and PRs to generate formatted release notes.