بنقرة واحدة
store-build
Build Expo app for production using EAS Build. Supports local and cloud builds for iOS and Android.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build Expo app for production using EAS Build. Supports local and cloud builds for iOS and Android.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Set up AdMob app and create ad units (banner, interstitial, rewarded) via Python+Playwright automation. Saves ad unit IDs to project config.
Install deployment prerequisites and create fastlane directory structure for Expo apps. Use when setting up a new project for store deployment.
Submit app binary to App Store and Google Play via EAS Submit. Handles submission configuration and post-submission metadata upload.
Fill App Store Connect and Google Play Console forms via Python+Playwright automation. Handles age rating, privacy, data safety, content rating, export compliance, IDFA, target audience, and ads declaration.
Main orchestrator for Expo app store deployment. Use when deploying apps, publishing to stores, or running the full deployment pipeline. Routes to sub-skills: store-setup, store-build, store-screenshots, store-metadata, store-forms, store-submit, store-admob.
Generate and upload store metadata (title, description, keywords, release notes) for App Store and Google Play in multiple languages.
| name | store-build |
| description | Build Expo app for production using EAS Build. Supports local and cloud builds for iOS and Android. |
| argument-hint | [ios|android|both] [--local] |
git status — warn if uncommitted changeseas.json — confirm production profile existsapp.json for version, buildNumber, versionCodeeas.json has "autoIncrement": true, inform it's automatic. Otherwise ask:
"Current: v{version} (iOS build {buildNumber}, Android code {versionCode}). Bump version? (y/n)"
Build type?
1. cloud — EAS cloud build (default, no local SDK needed)
2. local — EAS local build (requires Xcode / Android SDK)
Parse from $ARGUMENTS if --local flag present.
iOS:
eas build --platform ios --profile production
# or with --local flag:
eas build --local --platform ios --profile production
Android:
eas build --platform android --profile production
# or with --local flag:
eas build --local --platform android --profile production
For "both", launch two builds. Cloud builds can run in parallel.
Note the build ID, dashboard URL, or local artifact path.
Build Complete
==============
iOS: {build_id or file path}
Android: {build_id or file path}
Dashboard: https://expo.dev/accounts/{account}/builds