Help us improve
Share bugs, ideas, or general feedback.
From stacklane
Deploy with deterministic preflight, verification, and optional rollback automation using the configured deploy adapter.
npx claudepluginhub bishnubista/stacklane --plugin stacklaneHow 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.
Runs Vercel production deployment checklist: verifies env vars/build/tests, deploys or promotes, configures domains, performs health/security checks, enables rollbacks.
Runs pre-flight checks for env vars, migrations (Drizzle/Prisma/Knex), bundle size, git status, rollback plan, then deploys to Vercel, Railway, Fly.io, Cloudflare, Docker, or git.
Enforces a gated deployment pipeline with sequential checks: secrets, security, syntax, tests, i18n, build, and smoke. Use for setup, gate execution, or rollback.
Share bugs, ideas, or general feedback.
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).