What problem does it solve?
Deploying to production is risky and error-prone. A single missed lint error, unpatched vulnerability, or broken API contract can cause outages, security breaches, or broken user experiences. This skill eliminates those risks by enforcing a comprehensive, zero-tolerance quality gate pipeline that catches bugs, security issues, and regressions before they reach production.
Core Features & Use Cases
- Multi-Phase Quality Gates: Runs 20+ sequential checks including Biome linting, npm audit, build verification, API contract validation, React safety checks, SEO consistency, and Cloudflare security headers.
- Automated Fixes: Auto-fixes lint errors, patches Dependabot vulnerabilities, resolves merge conflicts, and updates sitemaps/OG metadata inline before deployment.
- Production Verification: Post-deploy checks verify live HTML, CSP headers, auth instance bindings, bundle integrity, and visual rendering across desktop and mobile viewports.
- Use Case: A team shipping a Cloudflare Worker app can run /ship to automatically validate that no dev auth keys leaked into production, all D1 migrations are applied, and the live site passes WCAG contrast checks — all without manual intervention.
Quick Start
Use the ship skill to deploy the current branch to production after verifying all quality gates pass.