Game Post-Release Tasks

Automate post-release verification, documentation updates, and Git tagging for game versions.

1|1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/sunholo-data/stapledons_voyage --skill game-post-release-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Game Post-Release Tasks
Source: https://github.com/sunholo-data/stapledons_voyage/tree/main/.claude/skills/post-release
Command: npx skills add https://github.com/sunholo-data/stapledons_voyage --skill game-post-release-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ailang, make, git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the complex, multi-step process of finalizing a game release. It ensures all necessary checks are performed, documentation is updated, and feedback is summarized, preventing manual errors and saving significant time during critical release periods.

Core Features & Use Cases

  • Release Verification: Automatically checks AILANG module compilation, game builds, and runtime functionality.
  • Documentation Management: Updates CHANGELOG.md, CLAUDE.md, and archives completed design documents.
  • AILANG Feedback Summary: Compiles feedback sent during development and identifies blocking issues for the AILANG team.
  • Use Case: After completing game version v0.1.0, use this skill to automatically verify the game state, update all relevant documentation, summarize AILANG feedback, and prepare release notes, ensuring a professional and error-free launch.

Quick Start

Run post-release tasks for game version v0.1.0.

Frequently Asked Questions about Game Post-Release Tasks

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

FAQPage Schema
How do I automate game release tasks like documentation updates and version tagging?

Game post-release automation handles verification, documentation updates, and Git tagging in one workflow. This Skill automates AILANG module compilation checks, updates CHANGELOG.md and release notes, archives design documents, and creates version tags—eliminating manual steps and reducing launch errors.

Can I verify AILANG module compilation and game builds automatically before release?

Yes. This automation validates that all sim/*.ail modules compile via ailang, run core entry functions, and the game builds and tests successfully. It catches compilation failures before release, ensuring only verified code reaches production.

What's the best way to manage documentation during a game release?

Post-release automation consolidates documentation tasks: moving design docs from planned/ to implemented/, updating CLAUDE.md, creating release notes, and maintaining CHANGELOG.md. It keeps all records synchronized with the released version without manual file shuffling.

How do I summarize AILANG feedback and identify blocking issues for a release?

The automation compiles feedback collected during development, surfaces blocking issues for the AILANG team, and includes them in release documentation. This ensures feedback is captured and visibility is shared without post-release discovery gaps.

Do I need Git and shell scripting knowledge to run post-release automation?

The Skill uses Git, ailang, make, and gh as dependencies but wraps them in scripts and validation steps. Basic familiarity with versioning and command-line tools helps, but the automation handles the orchestration—you provide the version number and trigger the workflow.

What happens if AILANG compilation or game tests fail during release automation?

The automation includes validation steps that halt on compilation or test failures, preventing a broken release. Errors surface immediately so you can fix issues before the version tag is published and documentation is finalized.