production-deploy

Automate production deployment with pre-deploy checks, migrations, and rollback readiness.

Updated Oct 12, 2025
One-click install
npx skills add https://github.com/amo-tech-ai/medellin-spark --skill production-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-deploy
Source: https://github.com/amo-tech-ai/medellin-spark/tree/main/.claude/archive/skills/production-deploy
Command: npx skills add https://github.com/amo-tech-ai/medellin-spark --skill production-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pnpm, netlify-cli, vercel, supabase-cli, playwright.

What problem does it solve?

This Skill provides a comprehensive, step-by-step guide to ensure secure, performant, and reliable production deployments. It eliminates the risks associated with manual deployments, reduces downtime, and ensures all critical checks are performed, saving you from post-deployment crises.

Core Features & Use Cases

  • Pre-Deployment Checklist: Guides through essential code quality, security, and database verification checks before deployment.
  • Automated Deployment Steps: Provides commands for deploying frontend (Netlify/Vercel), Edge Functions (Supabase), and applying database migrations.
  • Post-Deployment Verification: Includes smoke tests, E2E tests, performance checks, and security verification to confirm successful deployment.
  • Use Case: When preparing for a major release, use this skill to systematically run all pre-deployment checks, execute the deployment, and verify everything is working correctly, ensuring a smooth go-live.

Quick Start

Pre-Deploy Check (5 min)

pnpm tsc && pnpm lint && pnpm build && npx playwright test

All must pass before deployment

Frequently Asked Questions about production-deploy

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

FAQPage Schema
How do I automate production deployments across frontend and backend?

Automate production deployments by running pre-deployment checks (code quality, security, database verification), executing deployment commands for your frontend platform and edge functions, then performing post-deployment verification including smoke tests and health checks. This Skill guides the entire lifecycle from pre-deploy through rollback readiness.

What checks should I run before deploying to production?

Before deploying, run TypeScript compilation, linting, build verification, and end-to-end tests with Playwright. Code quality checks, security verification, and database migration validation must all pass before proceeding to deployment to catch issues early.

Can I deploy to both Netlify and Vercel using the same workflow?

Yes. This Skill provides automated deployment steps for both Netlify and Vercel frontends alongside Supabase edge function deployment and database migrations, letting you manage multi-platform deployments in a unified, reliable process.

How do I verify a production deployment is working correctly?

Post-deployment verification includes running smoke tests, end-to-end tests with Playwright, performance checks, and security verification to confirm all systems are functioning correctly before considering the deployment complete.

What's included in a production deployment checklist?

A comprehensive checklist covers pre-deployment verification (code quality, security, database checks), deployment execution (frontend, edge functions, migrations), post-deployment testing (E2E, health checks, performance), and rollback readiness to ensure nothing is missed.

Do I need specific CLI tools to automate deployments?

Yes. This Skill uses pnpm, netlify-cli, vercel, supabase-cli, and playwright to automate the full deployment lifecycle, from pre-deploy verification through post-deploy testing and monitoring across multiple platforms.