changelog

Generate categorized markdown changelogs from git commits, sprint reports, and design documents.

14|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill changelog-euraika-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog
Source: https://github.com/Euraika-Labs/Codex-Code-Game-Studios/tree/main/.agents/skills/changelog
Command: npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill changelog-euraika-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually compiling release notes from git logs, sprint reports, and design documents is time‑consuming and error‑prone. This skill automates the creation of both internal and player‑facing changelogs.

Core Features & Use Cases

  • Parse arguments for target version or sprint and validate git repository.
  • Aggregate data from git commits, sprint reports, and design documents.
  • Categorize changes into features, improvements, bugs, balance tweaks, known issues, and miscellaneous.
  • Generate formatted internal and player‑facing changelogs with metrics and optional file writing.
  • Integrate with workflow commands like $patch-notes and $release-checklist.

Quick Start

Ask the changelog skill to generate the latest internal and player‑facing changelogs for version 1.4.

Frequently Asked Questions about changelog

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

FAQPage Schema
How do I automate changelog generation from git commit history and sprint reports?

Automating changelog generation from git commits and sprint reports requires parsing version tags, aggregating data from the repository's git CLI and sprint directory, and categorizing changes into formatted markdown files. This skill produces both internal and player-facing changelogs automatically.

What is the best way to categorize release notes from git commits into features, improvements, and bugs?

Categorizing release notes from git commits involves parsing commit history, sprint reports, and design documents to automatically sort changes into features, improvements, bugs, balance tweaks, known issues, and miscellaneous sections for formatted markdown output.

Can I generate both internal and player-facing release notes from a single version tag?

Yes, generating internal and player-facing release notes from a single version tag is possible by applying the tag or sprint number as the scope, aggregating git and design document data, and producing categorized markdown files tailored for each audience.

Do I need access to the git CLI and sprint directory to compile automated release notes?

Access to the repository's git CLI, the production or sprints directory, and design or game design document files is required to aggregate commit history and sprint data for generating categorized changelogs and release metrics.

How do release notes integrate with patch notes and release checklist workflows?

Generated release notes integrate with existing workflows by supporting commands like patch-notes and release-checklist, allowing categorized changelog markdown files to feed directly into downstream software release processes.