build-native
Build native binary (IPA/AAB/APK) locally without publishing to stores
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Build native binary (IPA/AAB/APK) locally without publishing to stores
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Analyze every interactive UI element — classify effects, detect broken promises, map cross-screen dependencies
Full QA procedure — interaction map, unit tests, Maestro flows, visual review
Add/remove features, fix bugs, redesign — keeping code clean and artifacts in sync
Generate a new mobile app — full pipeline or code-only if PRD already exists
Run full QA — interaction map, unit tests, Maestro UI tests, visual review
Read screenshots and verify UI against DESIGN.md, reference mockups, and quality checklist
| name | build-native |
| description | Build native binary (IPA/AAB/APK) locally without publishing to stores |
| disable-model-invocation | true |
Build a native binary for an existing app. No store submission.
xcrun for iOS, java + Android SDK for Androidnpx expo prebuild --cleanxcodebuild or fastlane gym./gradlew bundleRelease or APK via ./gradlew assembleReleaseDoes NOT require .env.deploy, store accounts, or fastlane setup. For signing: uses development certificates (iOS) or debug keystore (Android) by default.
App: $ARGUMENTS