deploy-checklist

Verify security, environment variables, database, monitoring, analytics, domain, performance, and testing readiness for deployments.

5|2|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/tarunccet/pm-skills --skill deploy-checklist-tarunccet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-checklist
Source: https://github.com/tarunccet/pm-skills/tree/main/pm-vibe-coding/skills/deploy-checklist
Command: npx skills add https://github.com/tarunccet/pm-skills --skill deploy-checklist-tarunccet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A concise, risk-prioritized pre-launch checklist that helps PM-builders verify the critical deployment items often missed in prototypes and early releases, including secrets, backups, monitoring, analytics, and basic security checks.

Core Features & Use Cases

  • Security & Secrets: Detect hardcoded keys, ensure .env is ignored, and confirm environment variables are set in the hosting platform.
  • Database & Backups: Verify connection strings are env vars, migrations are applied, seeding is complete, and backups exist.
  • Monitoring & Analytics: Confirm error tracking, logs, health checks, uptime monitoring, pageview tracking, and key event instrumentation.
  • Domain, Performance & Testing: Check SSL, page titles/meta tags, favicon, mobile/core-flow tests, and basic performance targets.
  • Use Case: Useful before sharing a Vercel/Railway/Render prototype with beta users or before promoting an MVP to a wider audience.

Quick Start

Run the deploy-checklist against your live URL and mark each item as done, blocker, or warning while noting fixes for any blockers.

Frequently Asked Questions about deploy-checklist

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

FAQPage Schema
What should a pre-launch deployment checklist include for a prototype or MVP?

A pre-launch deployment checklist verifies security, environment variables, database backups, monitoring, analytics, domain SSL, performance, and cross-browser mobile testing readiness before sharing public URLs.

How do I check for hardcoded secrets and environment variables before deploying to Vercel or Railway?

To check for hardcoded secrets and environment variables, verify no hardcoded keys exist in code, ensure .env is ignored, and confirm all environment variables are set in the hosting platform before deployment.

Does this deployment checklist work for apps hosted on Render or custom domains?

Yes, this deployment checklist applies to prototypes, MVPs, or production launches hosted on Vercel, Railway, Render, or custom domains to verify readiness before promoting to a wider audience.

What monitoring and analytics setup do I need before a product launch?

Before a product launch, you need to confirm error tracking, logs, health checks, uptime monitoring, pageview tracking, and key event instrumentation are active to ensure deployment visibility.

How do I verify database backups and migrations before promoting an MVP to production?

To verify database backups and migrations before promoting an MVP, confirm connection strings are environment variables, migrations are applied, seeding is complete, and backups exist in the hosting environment.