一键导入
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.