patch-notes

Generate player-facing patch notes from development logs and sprint data.

277|65|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/pixel-cellar/Claude-Code-Game-Studios --skill patch-notes-pixel-cellar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: patch-notes
Source: https://github.com/pixel-cellar/Claude-Code-Game-Studios/tree/main/.claude/skills/patch-notes
Command: npx skills add https://github.com/pixel-cellar/Claude-Code-Game-Studios --skill patch-notes-pixel-cellar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates player-friendly patch notes by transforming internal development updates (git history, sprint data, balance changes) into clear release communications, saving time and improving player understanding.

Core Features & Use Cases

  • Aggregates changes from git logs, internal changelogs, sprint reviews, and balance documentation to create a cohesive patch narrative.
  • Translates technical language into player-facing wording and organizes notes by category (new content, balance changes, fixes, known issues).
  • Outputs a Markdown patch-notes file at production/releases/[version]/patch-notes.md for easy publishing.

Quick Start

Provide a version number and run the patch-notes generator to produce the release notes for that version.

Frequently Asked Questions about patch-notes

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

FAQPage Schema
How do I generate player-facing patch notes from git history?▼

To generate player-facing patch notes from git history, aggregate your development logs and sprint data, then translate technical changes into categorized release notes. This process converts internal commit messages into a coherent narrative for your players.

What is the best way to organize game patch notes by category?▼

Organizing game patch notes by category involves sorting development updates into new content, balance changes, fixes, and known issues. This categorization translates technical updates into structured, player-friendly release communications.

Can I automate release notes generation from sprint data?▼

You can automate release notes generation by parsing sprint data and internal changelogs to output a cohesive patch narrative. This automated translation saves time by converting technical balance documentation into player-facing wording.

How do I convert technical changelogs into player-friendly wording?▼

Converting technical changelogs into player-friendly wording requires parsing internal development updates and categorizing them into new content and fixes. This translates technical language into a clear narrative output for publication.

Do I need a specific version number to generate patch notes?▼

You need to provide a specific version number to generate the corresponding patch notes. The system parses this version input to output the final release notes file at production/releases/[version]/patch-notes.md.

What format is used for outputting automated patch notes?▼

Automated patch notes are outputted as a Markdown file at production/releases/[version]/patch-notes.md. This format organizes categorized changes into a coherent narrative ready for easy publishing.