release-checklist

Generates a pre-release validation checklist covering builds, certification, store metadata, and launch readiness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Shipping a game without a structured release review leads to missed certification requirements, unresolved bugs, and incomplete store listings. This Skill produces a comprehensive, platform-aware pre-release checklist so teams can verify launch readiness systematically. ## Core Features & Use Cases - Codebase Health Scan: Counts TODO, FIXME, and HACK comments with locations and severity to surface outstanding issues before release. - Platform-Specific Requirements: Generates tailored sections for PC (Steam/Epic SDK, resolution scaling), console (TRC/TCR/Lotcheck certification), and mobile (store guidelines, permissions, battery usage). - Go/No-Go Verdict: Produces a readiness assessment with blocking items, rationale, and required sign-offs from QA, Technical Director, Producer, and Creative Director. - Use Case: Before submitting a build to Steam, run the checklist for the pc platform to verify build reproducibility, achievement integration, age ratings, and store metadata completeness, then save the result to production/releases/. ## Quick Start Ask the AI to run the release checklist for your target platform, for example: generate a release checklist for the PC version of this project and report any blockers.

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 your codebase for outstanding issues, reads project milestones, and generates a structured checklist covering builds, quality gates, store metadata, and launch readiness.

What does a game release readiness checklist include?

It includes codebase health counts (TODO/FIXME/HACK), build verification steps, 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, the console platform section covers TRC/TCR/Lotcheck requirements, suspend/resume behavior, user switching, parental controls, trophy integration, and first-party certification submission preparation.

Can I generate a checklist for multiple platforms at once?

Yes, pass `all` as the platform argument or omit it entirely, since `all` is the default. The generated checklist then includes the PC, console, and mobile requirement sections together.

Where is the generated release checklist saved?

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