What problem does it solve? Deploying to production without proper verification leads to broken releases, security vulnerabilities, and silent integration failures. This Skill enforces a gated deployment pipeline so tests, security scans, and release checklists pass before anything ships. ## Core Features & Use Cases - Gated Deployment Pipeline: Blocks deploys until the full test suite and security scan pass, with no exceptions. - Multi-Platform Support: Detects and deploys to Vercel, Netlify, Fly.io, Docker/VPS, and npm-based targets automatically. - Progressive Rollout: Supports canary releases and feature-flag staged rollouts with watchdog monitoring gates at each traffic percentage. - Use Case: You finish a feature and say "ship it" — the Skill runs tests and security scans, verifies the release checklist (version bump, changelog, rollback plan), deploys to your platform, confirms the live URL returns HTTP 200, and activates post-deploy monitoring. ## Quick Start Deploy my application to production and verify it is live with monitoring enabled.