ワンクリックで
mobiai-reproduce-bug
Use when the user wants to reproduce a bug on a mobile device, emulator, or simulator using UI automation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when the user wants to reproduce a bug on a mobile device, emulator, or simulator using UI automation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
first community fixture skill
second community fixture skill
third community fixture skill
Actualiza el binario `mobiai` a la última versión publicada en GitHub Releases. Usá esta skill cuando el banner de SessionStart muestre "MobiAI update available" o cuando el usuario pida explícitamente actualizar MobiAI.
Use when starting any conversation — establishes how to find and invoke MobiAI skills, requiring `Skill` tool invocation before ANY response including clarifying questions, git/file reads, or code exploration
test fixture
| name | mobiai-reproduce-bug |
| description | Use when the user wants to reproduce a bug on a mobile device, emulator, or simulator using UI automation. |
| license | MIT |
| compatibility | ["claude-code","cursor","copilot","codex"] |
| platforms | ["android","ios","flutter","react-native"] |
Interact with a running mobile app on a device/emulator/simulator to reproduce a reported bug.
Explore the app to find and trigger the bug. You have freedom to navigate, try different paths, and investigate.
After a fix is applied, re-run the exact same steps from the original reproduction. Only check if the original bug still occurs — don't explore other features or treat unrelated behavior as bugs.
Check which platform the project targets and load the appropriate device skill:
mobiai-android-device skillmobiai-ios-device skillmobiai-android-device or mobiai-ios-device depending on the target platformmobiai-android-device or mobiai-ios-device depending on the target platformBefore interacting with the device:
Follow these mandatory rules:
After each significant action, capture:
Return a clear report:
If the app crashes before any screen loads:
mobiai-analyze-crash skillLoad the mobiai-android-device skill for:
Load the mobiai-ios-device skill for:
Flutter apps run on Android emulators and iOS simulators. Load the mobiai-android-device or mobiai-ios-device skill depending on your target platform. Additionally, check Flutter-specific logs with flutter logs to capture framework-level errors and widget rebuild information that may not appear in platform-native logs.
React Native apps run on Android emulators and iOS simulators. Load the mobiai-android-device or mobiai-ios-device skill depending on your target platform. On Android, check JS-layer errors with adb logcat | grep ReactNativeJS to capture JavaScript exceptions and bridge errors that may not surface in the UI hierarchy.