release-checklist

Generate a Markdown release readiness checklist from build and compliance checks.

277|65|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/pixel-cellar/Claude-Code-Game-Studios --skill release-checklist-pixel-cellar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: release-checklist
Source: https://github.com/pixel-cellar/Claude-Code-Game-Studios/tree/main/.claude/skills/release-checklist
Command: npx skills add https://github.com/pixel-cellar/Claude-Code-Game-Studios --skill release-checklist-pixel-cellar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a comprehensive release readiness checklist that covers build validation, compliance requirements, storefront metadata, and publishing readiness.

Core Features & Use Cases

  • Automated release health checks: Scans the repository for unresolved TODO/FIXME/HACK notes, reads milestone requirements, and aggregates a release checklist.
  • Context-aware planning: Reads CLAUDE.md to pull project context, version information, and platform targets, aligning checks to the current release scope.
  • Publish-ready output: Generates a detailed Markdown release-checklist document and stores it under production/releases for traceability and audit.

Quick Start

Generate a release readiness checklist for the current project across all platforms.

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 release readiness checklist for my project?▼

You can automate release readiness by reading project context and version information from CLAUDE.md, scanning milestones for required content, and checking build health. This generates a Markdown checklist stored under production/releases for audit purposes.

What is release readiness validation and what does it cover?▼

Release readiness validation ensures your project is prepared for deployment by covering build health, compliance requirements, storefront metadata, and publishing checks. It aggregates unresolved code notes and milestone requirements into a single comprehensive overview.

Can I use CLAUDE.md to align release checks with my platform targets?▼

Yes, the Skill reads CLAUDE.md to gather project context, version information, and platform targets. This context-aware planning ensures the generated checklist aligns checks specifically to your current release scope across platforms.

How do I track unresolved TODO and FIXME notes before a software release?▼

You can track unresolved code annotations by scanning the repository for TODO, FIXME, and HACK notes as part of automated release health checks. These are consolidated into a Markdown checklist for review.

Does automated release management require any external dependencies?▼

No, this release management automation has zero dependencies. It directly reads your CLAUDE.md file and production milestones to generate the checklist without requiring external modules or components.

Where should I store release checklists for traceability and audit?▼

Release checklists should be stored under the production/releases directory. The Skill automatically generates a detailed Markdown document in this location to ensure long-term traceability and audit readiness for your deployment process.