release-checklist

Generate a platform-specific pre-release validation checklist from project context and milestones.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill release-checklist-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-checklist
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/release-checklist
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill release-checklist-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates a comprehensive pre-release validation checklist to ensure build quality, certification readiness, store metadata accuracy, and launch readiness before shipping.

Core Features & Use Cases

  • Platform-aware: Generates platform-specific sections for PC, console, and mobile as requested.
  • Context-aware: Reads CLAUDE.md project context and milestone data to tailor the checklist to the release.
  • Quality gates: Includes checks for codebase health (TODO/FIXME/HACK), build verification, and store/launch readiness.
  • Use Case: A product manager requests a release checklist for a PC launch to verify compliance and readiness.

Quick Start

Invoke the skill with an explicit command, e.g., /release-checklist pc, to generate a platform-specific release checklist.

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 validation checklist for a mobile game launch?

A release readiness checklist should cover build verification, certification requirements, store metadata accuracy, and codebase health by scanning for unresolved TODO, FIXME, and HACK comments before shipping.

How do I automate build verification and store metadata checks before a PC launch?

You can automate build verification and store metadata checks by invoking this skill with a PC platform command, which reads your project context and milestone data to output a tailored Markdown checklist.

Can I generate a release readiness checklist that covers PC, console, and mobile platforms at the same time?

Yes, you can generate a release readiness checklist covering PC, console, and mobile simultaneously by specifying all platforms during invocation, which creates platform-specific sections within the output.

Does the release checklist generation read existing project context and milestones?

Yes, release checklist generation reads CLAUDE.md project context and milestone data to tailor the validation items specifically to your current release scope and historical project requirements.

How does the checklist handle codebase health and technical debt before launch?

The checklist handles codebase health by scanning the codebase for unresolved TODO, FIXME, and HACK comments, enforcing these checks as quality gates before final launch readiness approval.