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