changelog

Generate changelogs from git commits, sprint data, and design documents.

Updated May 24, 2026
One-click install
npx skills add https://github.com/LeKay/ai-game --skill changelog-lekay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog
Source: https://github.com/LeKay/ai-game/tree/main/.claude/skills/changelog
Command: npx skills add https://github.com/LeKay/ai-game --skill changelog-lekay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, sprint reports, design documents, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically generates changelogs for game development by parsing git commits, sprint data, and design documents.

Core Features & Use Cases

  • Auto-Generated Changelogs: Produces both internal and player-facing versions based on git history, sprint reports, and design documents.
  • Version and Sprint Data Integration: Utilizes version tags and sprint numbers to filter and include relevant changes.
  • Customizable Output: Allows the user to specify output location and append/overwrite existing changelogs.

Quick Start

Generate a changelog for the last sprint using the command: /changelog sprint-number

Frequently Asked Questions about changelog

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

FAQPage Schema
How do I generate changelogs for game development from git commits and sprint data?

To generate changelogs for game development, this Skill parses git commits, sprint data, and design documents to automatically produce both internal and player-facing versions. You simply execute the command with your target sprint number.

Can I create a player-facing changelog separately from internal development logs?

Yes, you can create a player-facing changelog separately from internal logs. The Skill automatically generates both internal and player-facing versions from your git history and sprint reports to suit different audiences.

How do I filter changelog entries by version tags and sprint numbers?

You filter changelog entries by utilizing version tags and sprint numbers. The Skill integrates this version and sprint data to include only relevant changes for the specified development cycle.

Do I need access to design documents and sprint reports to generate a changelog?

Yes, you need access to design documents and sprint reports. The Skill requires access to your git repository, sprint reports, and design documents to accurately parse development history and generate the output.

Can I append or overwrite existing changelogs when generating new output?

Yes, you can append or overwrite existing changelogs. The Skill offers customizable output, allowing you to specify the output location and choose whether to append new entries to or overwrite existing changelog files.