mobile-store-orchestrator
Mobile store orchestrator
Use this skill to run a full release pipeline with minimal manual work.
Use when
- Preparing a new app submission or update for iOS + Android.
- You need one command flow for readiness, ASO, screenshots, and submission docs.
- You want repeatable output artifacts for many apps.
Do NOT use when
- Task is only one platform-specific review (use app-store-review-aso or play-store-review-aso).
- Task is product feature development unrelated to store release.
Inputs expected
- App root path
- Target release type: first release | update
- Locale set (e.g. en-US, fr-FR)
- Monetization model (free, IAP, subscription)
Pipeline
- Static readiness audit
python3 scripts/store/validate_store_readiness.py --root . --out docs/store/automation/readiness-report.json
- Generate/refresh screenshot assets
python3 scripts/store/generate_all_store_assets.py --root . --locales en-US
- Generate metadata drafts + ASO variants
python3 scripts/store/generate_metadata_templates.py --root .
- Produce submission packet
python3 scripts/store/build_submission_packet.py --root .
Required outputs
docs/store/automation/readiness-report.jsondocs/store/automation/metadata/app-store.*.mddocs/store/automation/metadata/play-store.*.mddocs/store/automation/submission-packet.mddocs/store/screenshots/**updated
Success criteria
- No critical blockers in readiness report
- Required metadata fields filled
- Required screenshot slots generated for iPhone/iPad/Play form factors
- Clear reviewer notes + test credentials checklist present
More from keep-starknet-strange/starkclaw
play-store-review-aso
Google Play submission hardening + ASO workflow for Android apps. Optimized for policy compliance, listing quality, and conversion.
2use-dom
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
1upgrading-expo
Guidelines for upgrading Expo SDK versions and fixing dependency issues
1expo-api-routes
Guidelines for creating API routes in Expo Router with EAS Hosting
1expo-docs
Complete documentation for Expo SDK modules. Read docs before working with Expo libraries and when stuck on problems. New things (you don't know about them) include expo-glass. When user mentiones glass use expo-glass.
1expo-deployment
Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes
1