changelog

Generate software release changelogs from Git repositories and sprint documents.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/nguyennd93/game_server_studio --skill changelog-nguyennd93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog
Source: https://github.com/nguyennd93/game_server_studio/tree/main/.claude/skills/changelog
Command: npx skills add https://github.com/nguyennd93/game_server_studio --skill changelog-nguyennd93

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of changelogs for software updates, saving time and reducing the risk of errors in manual compilation.

Core Features & Use Cases

  • Git Integration: Extracts commit history and tag information to build a timeline of changes.
  • Sprint Reports Analysis: Incorporates data from sprint reports for context and planning.
  • Design Document Review: Scans design documents for new features and changes.
  • Changelog Generation: Produces both internal and player-facing versions of the changelog.
  • Quick Start: Use /changelog [version] to generate a changelog for a specific version or sprint.

Quick Start

Generate a changelog for the latest release by running /changelog.

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 history and sprint data?

Generate a changelog by parsing Git repositories, analyzing sprint planning documents, and reviewing design docs to produce detailed release notes. Run /changelog [version] to automate extraction and compilation for a specific version or sprint.

What is the best way to automate software release notes from Git commits?

Automating software release notes is best handled by parsing Git commit history and tags to build a timeline of changes, incorporating sprint reports for context. This produces both internal and player-facing Markdown changelog versions.

Can I create both internal and player-facing changelogs for a software release?

You can create both internal and player-facing changelog versions by extracting Git history and analyzing design documents. The generation process scans commit data and sprint reports to tailor the output for different audiences.

Does this changelog generator require Markdown for the output format?

The changelog generator requires Markdown for the output format. It produces detailed release documentation by combining parsed Git repository data with sprint planning documents and design documentation reviews.

How to include design document changes in automated release changelogs?

Include design document changes in release changelogs by scanning design docs for new features alongside Git history extraction and sprint report analysis. This provides full context for release communication and documentation.

What are the limitations of generating changelogs solely from Git history?

Generating changelogs solely from Git history lacks sprint context and design intentions. Combining Git commit parsing with sprint planning documents and design doc reviews ensures comprehensive release communication.