release-checklist

Generates a pre-release validation checklist covering builds, quality gates, platform requirements, and launch readiness.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/claretagrapelike32/codex-ai-game-studio --skill release-checklist-claretagrapelike32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-checklist
Source: https://github.com/claretagrapelike32/codex-ai-game-studio/tree/main/plugins/ai-game-studio/skills/release-checklist
Command: npx skills add https://github.com/claretagrapelike32/codex-ai-game-studio --skill release-checklist-claretagrapelike32

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Shipping a game requires verifying dozens of build, certification, store, and launch requirements, and missing any one of them can delay or block a release. This Skill scans the project for outstanding issues and produces a structured go/no-go checklist so nothing is overlooked before launch. ## Core Features & Use Cases - Codebase Health Scan: Counts TODO, FIXME, and HACK comments with locations and severity to surface potential blockers. - Platform-Specific Sections: Generates tailored requirement lists for PC (storefront SDKs, resolutions), console (TRC/TCR certification), and mobile (store guidelines, permissions). - Store and Launch Readiness: Covers store metadata, age ratings, legal notices, analytics, crash reporting, and rollback planning, ending with a go/no-go verdict and sign-off list. - Use Case: Before submitting a build to Steam, run the checklist with the pc argument to verify build reproducibility, achievement integration, and store page completeness, then save the result to production/releases/. ## Quick Start Ask the AI to run the release checklist for the pc platform and report any blocking items before launch.

Frequently Asked Questions about release-checklist

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

FAQPage Schema
How do I create a pre-release checklist for a game launch?

Run the release-checklist skill with a target platform argument (pc, console, mobile, or all). It scans the codebase for outstanding issues and generates a structured checklist covering builds, quality gates, store requirements, and launch readiness.

What does a game release readiness checklist include?

It includes codebase health counts (TODO/FIXME/HACK), build verification, quality gates like zero critical bugs and performance budgets, content completeness, platform certification requirements, store metadata, age ratings, and a go/no-go verdict with sign-offs.

Does the checklist support console certification requirements?

Yes, passing the console argument adds a section covering TRC/TCR/Lotcheck requirements, suspend/resume behavior, controller prompts, parental controls, and first-party certification submission preparation.

Can I generate a checklist for only one platform?

Yes, pass pc, console, or mobile as the argument to include only that platform's requirements section. If no platform is specified, the checklist defaults to all platforms.

Where is the generated release checklist saved?

After presenting the checklist with blocker counts, the skill asks for confirmation and then writes it to production/releases/release-checklist-[version].md, creating the directory if needed.