From n360-app-release
Use immediately after any production deployment. Quick verification checklist to confirm the deploy is healthy before closing out. Covers health checks, smoke tests, error monitoring, and rollback decision criteria. Typically takes 15 minutes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/n360-app-release:post-deploy-verificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Run immediately after every production deploy. Do not close the session until this passes.**
Run immediately after every production deploy. Do not close the session until this passes.
Error rate > 1% for 5+ minutes? → ROLLBACK
Health check failing? → ROLLBACK immediately
New critical errors in tracking? → Assess — rollback if user-facing
Performance degraded > 2x baseline? → ROLLBACK
Everything green after 15 minutes? → Deploy confirmed. Safe to close.
npx claudepluginhub jpvt1977/n360-marketplace --plugin n360-app-releaseGenerates customizable pre-deployment checklists to verify CI status, tests, reviews, migrations, feature flags, rollback plans, and monitor production deploys.
Pre-flight validation and deployment pipeline for Node.js projects. Checks env vars, migrations, bundle size, and rollback plan, then deploys via git push or platform CLI (Vercel, Railway, Fly.io, Cloudflare Workers).
Generates pre-deployment checklists for code quality, security, performance, infrastructure, database migrations, and produces go/no-go readiness report.