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