patch-notes

Installation
SKILL.md

Phase 1: Parse Arguments

  • version: the release version to generate notes for (e.g., 1.2.0)
  • --style: output style — brief (bullet points), detailed (with context), full (with developer commentary). Default: detailed.

If no version is provided, ask the user before proceeding.


Phase 2: Gather Change Data

  • Read the internal changelog at production/releases/[version]/gamedev:changelog.md if it exists
  • Also check docs/CHANGELOG.md for the relevant version entry
  • Run git log between the previous release tag and current tag/HEAD as a fallback
  • Review the relevant completed Backlog tasks (backlog/tasks/) for context
  • Read any balance change documents in design/balance/
  • Read bug fix records from QA if available
Installs
1
GitHub Stars
1
First Seen
Aug 24, 2026
patch-notes — kessriga/game-studio