e2e-checklist
Installation
SKILL.md
E2E Checklist
Pre-release smoke test before submitting to TestFlight or App Store.
External action gate
This checklist prepares a release. TestFlight upload, App Store submission, phased-release activation, tester invites, and production monitoring integrations each require explicit owner confirmation of the account, build, and intended action.
Code health
-
npm test— all unit tests pass -
npm run lint— no errors -
npx tsc --noEmit— no TS errors - No console.log in production code (search:
grep -r console.log src/) - Maestro smoke flow passes (critical user journey)