release-checklist

Generate a platform-aware release validation checklist from CLAUDE.md and production milestones.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill release-checklist-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-checklist
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/release-checklist
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill release-checklist-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a structured, ready-to-use release validation checklist covering code health, build readiness, quality gates, content completeness, platform readiness, and launch readiness for a specified platform.

Core Features & Use Cases

  • Reads CLAUDE.md for project context, version information, and platform targets.
  • Reads the current milestone from production/milestones/ to tailor the release content.
  • Scans the codebase for outstanding issues: TODO, FIXME, HACK with locations and severity.
  • Checks for test results in CI logs or test outputs when available.
  • Generates a platform-aware, publish-ready release checklist with sections for code, build, quality, content, store/launch, and go/no-go.

Quick Start

Invoke the skill with /release-checklist and, if desired, specify the target platform.

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 validation checklist for a specific platform?

To generate a release validation checklist, the skill reads project context from CLAUDE.md and current milestones, scans the codebase for issues, and assembles a platform-aware release document. You can invoke it and specify your target platform to tailor the output.

How do I find outstanding TODO, FIXME, and HACK notes before a production release?

Finding outstanding TODO, FIXME, and HACK notes before a release is automated by scanning the codebase for these markers. The skill aggregates them with their file locations and severity into a structured readiness document.

What is included in a pre-release checklist for production milestones?

A pre-release checklist for production milestones includes sections for code health, build readiness, quality gates, content completeness, platform readiness, and launch go/no-go criteria, tailored by reading milestone configurations.

Does the release checklist skill work without CI-CD build verification logs?

Yes, the release checklist works without CI-CD build verification logs. It checks for test results in CI logs or test outputs when available, but primarily relies on scanning codebase issues and reading milestone context.

Do I need a CLAUDE.md file to use the automated release checklist?

Yes, you need a CLAUDE.md file to use the automated release checklist. The skill reads this file to gather project context, version information, and platform targets required to generate the validation document.

Can I automate build verification and quality gate checks for my deployment?

You can automate build verification and quality gate checks by generating a comprehensive validation document. The skill aggregates platform-specific readiness sections and checks test outputs to satisfy deployment requirements.