game-docs

Generate player-facing patch notes and internal changelogs from git tags and commits.

58|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/fagemx/gstack-game --skill game-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-docs
Source: https://github.com/fagemx/gstack-game/tree/main/skills/game-docs
Command: npx skills add https://github.com/fagemx/gstack-game --skill game-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Releasing games involves manual, error-prone docs work. This Skill automates the generation of player-facing patch notes, an internal changelog, and updates to all project documentation after a release to keep everyone aligned.

Core Features & Use Cases

  • Automated patch notes: generate concise player-facing notes from the release changes.
  • Internal changelog: produce a developer-facing log of changes for QA and auditing.
  • Documentation sweep: update README, GDD, API docs, and store descriptions to reflect the latest release.

Quick Start

Run the game-docs skill after a release to generate patch notes and update project documentation.

Frequently Asked Questions about game-docs

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

FAQPage Schema
How do I automate release notes generation from git tags and commits?

Automating release notes generation from git tags and commits involves reading repository history to produce player-facing patch notes and internal changelogs. This Skill parses commit data and outputs documentation artifacts to your shared project directory.

What is the best way to generate player-facing patch notes for a game release?

Generating player-facing patch notes for a game release is best handled by automatically extracting changes from git commits. This Skill converts raw repository history into concise markdown summaries tailored for players.

Can I automatically update project documentation and API docs after a release?

Updating project documentation and API docs after a release can be fully automated by reading and writing to repository files. This Skill performs a documentation sweep to update README, GDD, and API docs to reflect the latest changes.

How do I create an internal changelog for QA and auditing from git history?

Creating an internal changelog for QA and auditing from git history requires parsing commit messages and tags into a structured developer-facing log. This Skill generates a detailed markdown changelog for engineering reference.

Do I need a specific repository setup to automate post-release documentation?

Automating post-release documentation requires access to git tags and commits within your repository. This Skill reads version control history to generate patch notes and writes the resulting markdown artifacts back to your project directory.

Why does manual changelog generation lead to errors in game development?

Manual changelog generation leads to errors in game development because it relies on hand-copying changes from memory or scattered sources. Automating the process directly from git commits ensures documentation accurately reflects the release.