ship
Installation
SKILL.md
Ship — Pre-Launch Checklist v3.0
Orchestrate all quality checks before shipping.
Checklist
SHIP CHECKLIST
==============
[ ] 1. /gates — All 4 stages pass (correctness, quality, security, consistency)
[ ] 2. /security — No critical/high vulnerabilities
[ ] 3. /browser-test — No console errors, Lighthouse > 90 (if frontend)
[ ] 4. /perf audit — Core Web Vitals in target range (if frontend)
[ ] 5. Git status — No uncommitted changes
[ ] 6. Tests — All tests pass
[ ] 7. ADR — Major decisions documented (if complexity >= 7)
[ ] 8. Spec — Exit criteria met (if spec exists)