patch-notes

Generate player-facing patch notes from changelog and sprint data.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/easonlao/jiazi-game --skill patch-notes-easonlao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: patch-notes
Source: https://github.com/easonlao/jiazi-game/tree/main/.claude/skills/patch-notes
Command: npx skills add https://github.com/easonlao/jiazi-game --skill patch-notes-easonlao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns scattered developer-facing change information into clear, player-friendly patch notes, so your community understands what changed and why.

Core Features & Use Cases

  • Patch notes generation from multiple sources: Pulls release changelog entries, repository history, sprint context, balance docs, and QA bug fixes for a given version.
  • Tone + template aware writing: Detects writing style guidance from technical preferences or tone guides, and optionally uses a patch-notes template if one exists.
  • Actionable, categorized output: Organizes changes into New Content, Gameplay Changes, Quality of Life, Bug Fixes, Performance, and Known Issues, translating internal language into player experience.

Quick Start

Ask the AI to generate patch notes for version 0.0.1 in detailed style by running the command: /patch-notes 0.0.1 --style detailed

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 and developer changelogs?

To generate player-facing patch notes, the Skill collects git history and sprint data, translating developer language into categorized highlights, fixes, and known issues for the community. It organizes the output into categories like New Content, Quality of Life, and Bug Fixes.

Can I apply tone guidance to automated changelog generation for release communication?

Yes, you can apply tone guidance to changelog generation by specifying a style argument like detailed, allowing the Skill to detect writing preferences and format the release communication accordingly. It optionally uses an existing patch-notes template to match your desired tone.

What is the best way to translate internal developer changelogs into community manager release notes?

The best way to translate developer changelogs into community manager release notes is to parse multi-source change data and categorize it into player experience updates. The Skill converts technical entries into actionable output like Gameplay Changes, Performance, and Known Issues.

Does patch notes generation work without a dedicated changelog file?

Patch notes generation can work without a dedicated changelog file by falling back to git log history to gather change data for a specified release version. However, execution will block if all changelog sources are completely missing.

How do I save generated patch notes to versioned docs for a specific release?

To save generated patch notes to versioned docs, the Skill optionally writes the categorized output directly to your documentation and internal archives after gathering and translating the release data. This satisfies release communication workflow requirements.

Can I include before and after balance values in gameplay changes patch notes?

Yes, you can include before and after balance values in gameplay changes patch notes to provide clear context for player experience updates. The Skill supports optional balance value formatting when translating internal developer data into player language.