changelog

Generate internal and player-facing changelogs from git commits, sprint data, and design documents.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill changelog-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/changelog
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill changelog-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This changelog generator automates the creation of structured release notes by consolidating git commits, sprint data, and design documents into a single, readable document suitable for internal teams and players.

Core Features & Use Cases

  • Automated aggregation: Collects changes from git history, sprint reports, and design docs to form a cohesive changelog.
  • Dual outputs: Produces both an internal engineering-focused changelog and a player-facing release notes version.
  • Publish-ready templates: Formats content with consistent structure and tone for quick release.

Quick Start

Run the changelog generator with a target version or sprint to produce both internal and player-facing release notes.

Frequently Asked Questions about changelog

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

FAQPage Schema
How do I auto-generate release notes from git commits and sprint data?

Auto-generating release notes from git commits and sprint data requires aggregating commit history, sprint reports, and design documents into a structured format. This Skill consolidates those sources to produce cohesive changelogs for quick publishing.

Can I create separate changelogs for internal teams and players from the same git history?

You can create separate changelogs for internal teams and players from the same git history. The generator extracts changes, categorizes them, and formats dual outputs: an internal engineering-focused changelog and a player-facing release notes version.

What is the best way to consolidate design docs and git commits into a single changelog?

Consolidating design docs and git commits into a single changelog involves automated aggregation from multiple sources. This Skill collects changes from git history, sprint reports, and design documents to form a cohesive, publish-ready document with consistent structure and tone.

Do I need design documents to generate player-facing release notes?

Design documents are not strictly required but are supported as an input source. The changelog generator automates aggregation by collecting changes from git history, sprint reports, and design documents to form a cohesive summary for players.

How does automated changelog generation categorize git commits for release pipelines?

Automated changelog generation categorizes git commits by implementing a deterministic workflow that extracts changes and sorts them. This process applies to release pipelines requiring both internal development notes and player-facing summaries across versions.