release-checklist

Solid

Generates a comprehensive pre-release validation checklist covering build verification, certification requirements, store metadata, and launch readiness.

AI & Automation 20,436 stars 2970 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Explicit invocation only**: This skill should only run when the user explicitly requests it with `/release-checklist`. Do not auto-invoke based on context matching. ## Phase 1: Parse Arguments Read the argument for the target platform (`pc`, `console`, `mobile`, or `all`). If no platform is specified, default to `all`. --- ## Phase 2: Load Project Context - Read `CLAUDE.md` for project context, version information, and platform targets. - Read the current milestone from `production/milestones/` to understand what features and content should be included in this release. --- ## Phase 3: Scan Codebase Scan for outstanding issues: - Count `TODO` comments - Count `FIXME` comments - Count `HACK` comments - Note their locations and severity Check for test results in any test output directories or CI logs if available. --- ## Phase 4: Generate the Release Checklist ```markdown ## Release Checklist: [Version] -- [Platform] Generated: [Date] ### Codebase Health - TODO count: [N] ([list top 5 if many]) - FIXME count: [N] ([list all -- these are potential blockers]) - HACK count: [N] ([list all -- these need review]) ### Build Verification - [ ] Clean build succeeds on all target platforms - [ ] No compiler warnings (zero-warning policy) - [ ] All assets included and loading correctly - [ ] Build size within budget ([target size]) - [ ] Build version number correctly set ([version]) - [ ] Build is reproducible from tagged commit ### Quality Gates - [ ] Zero S1 (Critic...

Details

Author
Donchitos
Repository
Donchitos/Claude-Code-Game-Studios
Created
3 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category