| name | ship |
| description | Take a finished change from working diff to a ready-for-review PR, ending with the PR URL as plain text. Use when the user says "ship it" or wants to go from a working change to an opened PR. |
Ship
Run in order, skipping any step already done; if a step surfaces a real problem, fix it before continuing.
- Run
/simplify — code quality pass on the diff.
- Run
/verify — edge-case sweep, reliability checklist, drive the change end-to-end. Tests passing ≠ feature working.
- Run
/code-review — review the diff for bugs before the PR exists; fix every real finding (re-run /verify if a fix changes runtime behavior).
- Run
/pr — commit, push, open a draft PR.
- Run
/babysit — watch CI, fix failing checks, address review feedback, mark ready when green.
When done, share the full PR URL with the user, verbatim as plain text on its own line.