Domains
Forms
- SKILL.md14.3%
- references71.4%
- other14.3%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When the user wants to deploy, release, or ship an Expo app to the iOS App Store, Google Play, or TestFlight, prepares a production build, runs eas build/eas submit, bumps versions, or sets up store metadata.
eas.json config for build/submit profileseas build --profile production --submit for iOS/Android or npx testflightappVersionSource: remote and eas build:version:*A published Expo app on app stores/TestFlight with correct versions, metadata, and automated release pipeline.
Use Cases
A solo developer finishes an Expo app and wants to ship it to the App Store and Google Play. Using this skill, they run `eas-cli init`, configure eas.json profiles, and execute `eas build --profile production --submit` for both platforms. The skill handles version bumps, credentials, and metadata, so they publish without learning each store's console deeply, saving days of setup and reducing submission errors.
A team prepares a beta TestFlight build for internal QA. They use the skill's `npx testflight` shortcut and TestFlight reference to submit an iOS build quickly, then manage build numbers via `eas build:version:set`. Combined with EAS Workflows for CI, they get a repeatable beta pipeline that lets testers install builds fast and gives managers clear version tracking before production release.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File