원클릭으로
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.