From agent-skills
Runs a comprehensive pre-launch checklist covering code quality, security, performance, accessibility, infrastructure, and documentation. Reports failures and helps resolve them before deployment.
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-skills:shipcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the agent-skills:shipping-and-launch skill. Run through the complete pre-launch checklist: 1. **Code Quality** — Tests pass, build clean, lint clean, no TODOs, no console.logs 2. **Security** — npm audit clean, no secrets in code, auth in place, headers configured 3. **Performance** — Core Web Vitals good, no N+1 queries, images optimized, bundle sized 4. **Accessibility** — Keyboard nav works, screen reader compatible, contrast adequate 5. **Infrastructure** — Env vars set, migrations ready, monitoring configured 6. **Documentation** — README current, ADRs written, changelog updat...
Invoke the agent-skills:shipping-and-launch skill.
Run through the complete pre-launch checklist:
Report any failing checks and help resolve them before deployment. Define the rollback plan before proceeding.
npx claudepluginhub aeinziigdev/hiddenhubs8plugins reuse this command
First indexed Mar 22, 2026
Showing the 6 earliest of 8 plugins
/shipRuns a comprehensive pre-launch checklist covering code quality, security, performance, accessibility, infrastructure, and documentation. Reports failures and helps resolve them before deployment.
/launchProvides a go-live and shareability checklist to help prepare projects for deployment and public release.
/release-readinessRuns a pre-ship readiness checklist covering feature flags, rollout strategy, rollback plan, documentation, monitoring, analytics, and deployment dependencies. Consolidates api-docs, tracking-plan, and security-check status into one gate.
/deployRuns pre-flight checks (env validation, migrations, bundle size, ship audit), deploys the project, and performs production health check.
/verifyEnforces 7 production safety gates via verification workflow, collecting evidence to confirm readiness before deployment.
/pre-deployRuns pre-deployment checklist: test coverage, code review, dependency audit, secrets scan, env vars, Docker config. Outputs PASS/FAIL per check and GO/NO-GO decision with issues.