Генерация заметок об обновлении для игроков

content

patch-notes is a Claude Code skill that generates player-facing patch notes from git history, sprint retrospectives, and internal changelogs. It reads `production/releases/[version]/changelog.md`, `docs/CHANGELOG.md`, and sprint data, then translates developer language into player-friendly copy — for example, "Fixed null reference in inventory manager" becomes "Fixed a crash when opening inventory." Three output styles are supported: `brief` (bullet points), `detailed` (with balance tables and context), and `full` (with first-person developer commentary). Finished notes are saved to both `docs/patch-notes/[version].md` and `production/releases/[version]/patch-notes.md` as an internal archive copy. The skill suits indie and AA game teams looking to produce clear, consistent release communication without manually rewriting every changelog entry before publishing.