From stacklane
Deploy with deterministic preflight, verification, and optional rollback automation using the configured deploy adapter.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stacklane:deploy-verifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the script entrypoint for release tracking and rollback-safe behavior.
Use the script entrypoint for release tracking and rollback-safe behavior.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/stacklane-deploy-verify.sh" --environment staging
--environment <staging|production>--service <name>--healthcheck-url <url>--smoke-command "..."--auto-rollback--rollback-target <deployment-id>--confirm-production I_UNDERSTAND_PRODUCTION (required for production)--dry-run--healthcheck-url or .stacklane.json healthcheck.url).http:// or https:// URL.--confirm-production I_UNDERSTAND_PRODUCTION.--auto-rollback: report blocked release and rollback command--auto-rollback: execute rollback path and report outcomecommands.rollback template..stacklane/releases/ and final status (deployed, rolled-back, or failure).npx claudepluginhub bishnubista/stacklane --plugin stacklanePre-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).
Runs Vercel production deployment checklist: verifies env vars/build/tests, deploys or promotes, configures domains, performs health/security checks, enables rollbacks.
Enforces a gated deployment pipeline with sequential checks: secrets, security, syntax, tests, i18n, build, and smoke. Use for setup, gate execution, or rollback.