What problem does it solve? Expo apps often fail late in the release cycle because of configuration drift, missing bundle identifiers, broken EAS profiles, or versioning mistakes that local development never surfaces. This Skill catches those technical readiness issues before TestFlight, Play testing, or store submission. ## Core Features & Use Cases - Config Surface Validation: Reviews app name, slug, version, iOS bundleIdentifier, Android package, build numbers, icons, splash, and permissions against a canonical checklist. - Dependency and SDK Health Checks: Runs npx expo install --check and npx expo doctor, flagging warnings that affect production builds. - EAS Profile and Environment Review: Verifies eas.json build and submit profiles, release environment variables, and expo-updates runtime policy. - Use Case: Before shipping a TestFlight build, run this Skill to confirm identifiers, assets, and release profiles are correct, then route behavior issues to Maestro QA or upload work to the submission skill. ## Quick Start Validate this Expo app before we ship a TestFlight build and report any blockers or major issues.