fix-github-issue
Installation
SKILL.md
Load agent-device skill. DO NOT SKIP
Fix a GitHub Issue
Constraints
These are hard rules. Violating any of them is a failure.
- NO mobile MCP — Never call any
mcp__mobile-mcp__*tool. No exceptions. - Device interaction =
agent-deviceonly — All simulator/emulator interaction (screenshots, taps, typing, scrolling, app launch/kill) MUST go throughagent-deviceCLI commands. Read the agent-device skill for allowed commands. Exception:adbis allowed for Android emulator setup (devices, install, reverse, shell getprop, screenrecord). - Reproduce first, code later — Always reproduce the issue on the simulator before exploring code. The bug might already be fixed. Do not explore the codebase until you have confirmed the bug exists. Exception: Feature requests and new example screens have nothing to reproduce — go straight to implementation.
- If you can't repro — When running interactively, stop and prompt the user with suggestions. When running on CI (no user), attempt to diagnose from code and issue description.