Safe Production Deployment
curated by SkillMD · plugin · 9 skills
Deploy a web application safely with pre-deployment audit, rollout plan, canary monitoring, and rollback strategy.
Install the whole plugin (CLI)
npx skillmds add affaan-m/production-audit
npx skillmds add addyosmani/shipping-and-launch
npx skillmds add github/devops-rollout-plan
npx skillmds add affaan-m/canary-watch
npx skillmds add galyarderlabs/release
npx skillmds add tinh2/preflight
npx skillmds add zero-yx/caddy-https-reverse-proxy
npx skillmds add zero-yx/selfhosted-gateway-seamless-upgrade
npx skillmds add luokai0/deploySkills in this plugin
- ▌ production-audit · affaan-mAudits local code for production readiness, identifying risks in security, data integrity, payments, operations, and UX before shipping.
- ▌ shipping-and-launch · addyosmaniProvides a structured pre-launch checklist, staged rollout plan, monitoring setup, and rollback strategy for safe production deployments.
- ▌ devops-rollout-plan · githubGenerate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes.
- ▌ canary-watch · affaan-mMonitors a deployed URL for regressions after releases by checking HTTP status, console errors, network failures, performance metrics, content integrity, API health, static assets, and SSE streams.
- ▌ release · galyarderlabsCoordinate a full Galyarder Framework release across engineering verification, npm, GitHub, smoke testing, and announcement follow-up.
- ▌ preflight · tinh2Runs a read-only pre-deploy verification gate covering git status, builds, tests, migrations, secrets, and commit conventions, then reports READY or NOT READY.
- ▌ caddy-https-reverse-proxy · zero-yx bundleDeploy Caddy on a remote Linux host to expose a local HTTP backend as trusted HTTPS, prioritizing a user-owned domain with Let's Encrypt HTTP-01 and falling back to DuckDNS DNS-01 when needed.
- ▌ selfhosted-gateway-seamless-upgrade · zero-yxUpgrades the local StaticFlow backend behind a running Pingora gateway on port 39180 using blue/green slots, applying config changes via SIGHUP without restarting the gateway.
- ▌ deploy · luokai0 bundleGuides reliable application deployment with CI/CD pipelines, zero-downtime strategies, rollback plans, and post-deploy monitoring.