build-native
Build native binary (IPA/AAB/APK) locally without publishing to stores
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build native binary (IPA/AAB/APK) locally without publishing to stores
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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