deployment-checklist-generator

Generates deployment checklists, smoke test scripts, and sign-off workflows for production releases.

2|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/sathishssj3/NexVR-Engine --skill deployment-checklist-generator-sathishssj3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deployment-checklist-generator
Source: https://github.com/sathishssj3/NexVR-Engine/tree/main/.agents/skills/deployment-checklist-generator
Command: npx skills add https://github.com/sathishssj3/NexVR-Engine --skill deployment-checklist-generator-sathishssj3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Deployments to production often fail due to missed verification steps, untested migrations, or poor communication. This Skill produces structured checklists and automation templates that enforce consistent pre-deployment checks, smoke testing, and post-release monitoring. ## Core Features & Use Cases - Pre-Deployment Checklists: Covers code quality, dependencies, database migrations, infrastructure, documentation, and stakeholder communication. - CI/CD Deployment Workflow: Provides a GitHub Actions workflow with branch verification, CI status checks, staging health validation, and manual approval gates. - Smoke Test Script: Includes a bash script that validates health endpoints, authentication, critical API routes, database connectivity, and external services. - Use Case: Before releasing a new version of a web application, generate a complete deployment runbook with verification steps, a smoke test suite, and a two-approver sign-off workflow to reduce release risk. ## Quick Start Generate a production deployment checklist with smoke tests and an approval workflow for my web application release.

Frequently Asked Questions about deployment-checklist-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a deployment checklist for production releases?▼

A deployment checklist should cover code quality gates, dependency audits, database migration testing, infrastructure readiness, documentation updates, and stakeholder communication. This Skill generates a complete markdown checklist plus automation templates for each phase.

How to add smoke tests to a GitHub Actions deployment workflow?▼

Add a post-deploy job step that runs a bash script hitting health endpoints, authentication flows, and critical API routes, exiting non-zero on failure. The generated workflow chains smoke tests after deployment and before status page updates.

What should a pre-deployment checklist include?▼

Include CI check verification, code review approval, security scans, dependency vulnerability checks, database backup and rollback plans, infrastructure capacity, changelog updates, and team communication. The checklist also covers deployment window timing and emergency contacts.

Does the deployment workflow support manual approval gates?▼

Yes, the sign-off template uses the trstringer/manual-approval GitHub Action to require approvals from designated approvers like tech leads and ops managers before production deployment proceeds. Minimum approval counts are configurable.

What metrics should I monitor after a production deployment?▼

Monitor error rates below 1%, p95 latency under 500ms, CPU and memory stability, and database query performance in the first 30 minutes. Longer-term checks include support ticket volume, scheduled job execution, and memory leak detection over 24 hours.