From Harness Mobile
EAS Build / Submit / Update conventions for Expo apps — development/preview/production profiles in eas.json, the OTA-vs-binary decision via expo prebuild --check, and two-key gating on eas submit. Use when configuring EAS profiles or running EAS Build/Submit/Update for a React Native Expo project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/harness-mobile:addon-eas-buildThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `development` — dev client; internal distribution; for live-reload + native debugging.
eas.json)development — dev client; internal distribution; for live-reload + native debugging.preview — internal QA build; internal distribution; tester groups can install via QR.production — store-bound build; store distribution; binary or OTA via EAS Update.Run npx expo prebuild --check before deciding:
eas update --branch production (OTA, no review needed).eas build --profile production then eas submit --profile production (requires App Store / Play Store review).The eas-release-coordinator agent refuses eas submit without safety.two_key=true or a typed token in autonomous loops.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub camilool8/harness-engineering-templates --plugin harness-mobile