FixPanel's "ship it" pipeline: move work onto a branch, push to origin (mixpanel/fixpanel), open a PR, wait for the required CI checks, squash-merge, wait for the GitHub Pages deploy, delete the branch, and return local to main updated. Use this WHENEVER the user says "ship it", "/ship", "ship this", "land it", or asks to get finished work merged and deployed in this repo — even if they don't spell out each step. Drives the whole flow with `git` + `gh` and stops loudly if a required check or the deploy fails.
2026-06-01