release-checklist

Generate pre-deployment validation checklists with environment-specific sections.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/nguyennd93/game_server_studio --skill release-checklist-nguyennd93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-checklist
Source: https://github.com/nguyennd93/game_server_studio/tree/main/.claude/skills/release-checklist
Command: npx skills add https://github.com/nguyennd93/game_server_studio --skill release-checklist-nguyennd93

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of a comprehensive pre-deployment validation checklist, ensuring that all necessary checks are performed before a release, thereby reducing the risk of deployment issues.

Core Features & Use Cases

  • Pre-Deployment Checklist Generation: Automatically generates a checklist for build verification, infrastructure readiness, rollout plan, and launch readiness.
  • Environment-Specific Adjustments: Generates environment-specific sections for staging and production environments.
  • Codebase Health Analysis: Scans for outstanding issues like TODO, FIXME, and HACK comments, and checks for test results.
  • Quality Gates: Ensures zero critical bugs, performance within budgets, and no regressions from previous builds.
  • Infrastructure and Deployment Checks: Validates container image builds, infrastructure-as-code changes, database migrations, and load balancer configurations.
  • Launch Readiness: Verifies monitoring, alerting, log aggregation, and on-call team readiness.

Quick Start

Run the release-checklist skill with the environment argument, e.g., /release-checklist staging.

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-deployment validation checklist for a software release?

Pre-deployment validation checklist generation is automated by scanning your codebase for outstanding issues and validating CI/CD quality gates to ensure deployment readiness. The skill outputs environment-specific rollout sections for both staging and production.

What does a deployment readiness check include for staging and production environments?

Deployment readiness checks validate container image builds, infrastructure-as-code changes, database migrations, and load balancer configurations. The generated checklist divides these infrastructure and deployment validations into separate staging and production sections.

How can I automate codebase health analysis before a release?

Automated codebase health analysis scans your project context files for outstanding TODO, FIXME, and HACK comments. It also checks for test results to ensure zero critical bugs and no regressions from previous builds before generating the release checklist.

Do I need access to CI/CD tools to validate release quality gates?

Yes, validating release quality gates requires access to your CI/CD tools and project context files. The skill checks these tools to verify performance stays within budget and ensures zero critical bugs before generating the deployment checklist.

What's the best way to verify launch readiness and monitoring before deployment?

Launch readiness verification checks monitoring, alerting, log aggregation, and on-call team readiness. The release checklist generation skill automates these validations alongside infrastructure checks to ensure complete pre-deployment preparation.