npx claudepluginhub versoxbt/claude-initial-setup --plugin claude-initial-setup# Deploy Check Run a comprehensive pre-deployment verification to ensure the application is ready for release. ## Steps 1. Run the full test suite: - Execute all unit, integration, and E2E tests. - Verify zero test failures. - Check test coverage meets the 80% threshold. - If any tests fail, stop and fix them before proceeding. 2. Verify the build: - Run a clean production build. - Check for build warnings that may indicate issues. - Verify the build output size is reasonable (no unexpected bloat). - Confirm no development-only code is included in the production ...
/deploy-checkPre-deployment readiness check for Drupal projects. Validates config, dependencies, security, and deployment scripts.
/deploy-checkRun through a deployment checklist before launch: security, database, monitoring, analytics, performance, and pre-launch testing.
/deploy-checkVerifica que un servicio esta listo para deploy (Dockerfile, tests, health check, CI/CD)
/deploy-checkInvokes the @sre agent to run a pre-deployment checklist before pushing to production.
Run a comprehensive pre-deployment verification to ensure the application is ready for release.
Run the full test suite:
Verify the build:
Check environment configuration:
.env.example is up to date with all required variables.Review database migrations:
Security verification:
npm audit, pip audit, etc.).Check CI pipeline:
Review recent changes:
git log to review all commits since last deployment.Create a rollback plan:
A deployment readiness report: READY or NOT READY, with a list of passed checks, failed checks, and any items requiring follow-up.