What problem does it solve?
This Skill automates the risky, multi-step process of taking local code changes through verification, migration, PR workflow, and deployment so teams can release safely and reliably without missing quality gates or rollback protections.
Core Features & Use Cases
- Full CI/CD Orchestration: Scans changes, runs parallel quality gates (lint, type-check, tests), stages and commits fixes, and creates PRs with structured summaries.
- Safe Database Migration Flow: Uses the Supabase MCP workflow to list projects/migrations, validate SQL, apply migrations, run security and performance advisors, and remediate blockers before deployment.
- Canary Deploy + Verification: Deploys backend to Cloud Run with traffic splits (10% → 50% → 100%), deploys frontend to Vercel, captures pre- and post-deploy performance baselines, verifies health endpoints, and performs automated rollback after retry limits.
- Use Case: Run when a developer says "ship it" or requests a one-shot release to move local changes (including migrations) into production while ensuring minimal risk and automated remediation.
Quick Start
Ask the assistant to "ship it" to run the full CI/CD pipeline from scan through canary deploys, verification, and automatic rollback if needed.