End-to-end shipping pipeline that commits, pushes, follows CI/CD deploy to staging, runs all E2E tests on staging, deploys to production, follows that deploy, then runs Google PageSpeed Insights and Lighthouse audits on production until all categories score 100 with zero errors. Iterates and fixes at every step. Use when the user says "ship it", "deploy everything", "ship and verify", "push to prod", "full deploy pipeline", or wants to go from committed code to verified production with perfect scores.
End-to-end shipping pipeline: commit, push branch, create PR, merge via CI/CD, follow staging deploy, E2E on staging, deploy to production via CI/CD workflow, run PageSpeed/Lighthouse on production. Every step has a fix loop — issues found are fixed, re-pushed, and re-verified.
All deploys go through CI/CD pipelines — never push directly to main.
Autonomous by default (with one mandatory gate). This skill runs without user interruption through commit, staging deploy, and staging E2E verification. The only mandatory human checkpoint is production deploy confirmation (Phase 4.1). All other checkpoints use safe defaults. This is a permanent design choice — the user's workflow