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 页面并帮你完成安装。
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