release-checklist

Generate pre-release validation checklists for PC, console, and mobile game releases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nevesb/idol-agency-maker --skill release-checklist-nevesb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-checklist
Source: https://github.com/nevesb/idol-agency-maker/tree/main/.claude/skills/release-checklist
Command: npx skills add https://github.com/nevesb/idol-agency-maker --skill release-checklist-nevesb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Releases often fail or are delayed due to overlooked technical, certification, or store-preparation tasks; this Skill centralizes pre-release checks to surface blockers before launch. It eliminates last-minute surprises by scanning project artifacts, collecting metrics, and summarizing compliance and readiness items across platforms.

Core Features & Use Cases

  • Cross-platform coverage: Produces platform-specific checklists for PC, console, mobile, or an all-platform audit.
  • Codebase health scanning: Counts TODO/FIXME/HACK annotations, inspects test outputs and CI artifacts, and highlights potential blockers.
  • Build and quality verification: Verifies build success criteria, performance and regression gates, content completeness, and store metadata readiness.
  • Safe authoring: Presents the generated checklist and asks for confirmation before writing to production/releases.
  • Use Case: A producer preparing for a certification submission runs the skill to get a prioritized list of blockers and a written checklist to attach to the release ticket.

Quick Start

Run /release-checklist for the target platform (pc, console, mobile, or all) to generate a detailed pre-release checklist and optionally save it to production/releases.

Frequently Asked Questions about release-checklist

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

FAQPage Schema
How do I generate a pre-release checklist for a game launch across multiple platforms?

To generate a pre-release checklist, run the tool targeting PC, console, mobile, or all platforms to scan your codebase, verify build success, and validate store metadata readiness for your launch.

What does pre-release validation cover for store submission preparation?

Pre-release validation covers store submission preparation by verifying build success criteria, checking content completeness, ensuring performance and regression gates pass, and validating store metadata readiness.

Can I scan my codebase for technical blockers before a certification submission?

Yes, you can scan your codebase for technical blockers before a certification submission by counting TODO, FIXME, and HACK annotations, and inspecting test outputs and CI artifacts to surface potential blockers.

Does pre-release validation support separate quality gates for PC, console, and mobile?

Yes, pre-release validation supports separate quality gates by producing platform-specific checklists for PC, console, and mobile, allowing targeted audits for each platform's certification and launch readiness requirements.

How do I safely write a launch readiness checklist to my production releases directory?

To safely write a launch readiness checklist to your production releases directory, the tool presents the generated checklist and requires your explicit confirmation before authorizing any file writes.