What problem does it solve? Deploying applications involves many error-prone steps: verifying builds, configuring environment variables, choosing the right hosting platform, and confirming the release actually works. This Skill provides a structured deployment workflow that prevents common mistakes like deploying broken builds or pushing to production without confirmation. ## Core Features & Use Cases - Multi-Platform Deployment: Deploy to GitHub Pages, Netlify, Vercel, or static hosts via rsync/scp/S3 with platform-specific setup guidance. - Pre-Deployment Checklist: Verify build success, required files, environment variables, and service credentials before any deploy. - Release Safety: Enforces user confirmation before production deploys, documents rollback procedures, and supports PR/MR-based release workflows. - Use Case: You finished a static site and want it live. The Skill checks your build, walks you through vercel or gh-pages setup, deploys, verifies status, and hands you the access URL. ## Quick Start Deploy my project to Vercel and verify the deployment is healthy.