What problem does it solve?
This Skill provides a structured feedback loop for diagnosing and fixing issues reported in the iOS simulator, guiding collaboration between developers and testers to expedite stable app behavior.
Core Features & Use Cases
- Guided debugging workflow using XcodeBuildMCP and ios-simulator MCP tools to reproduce issues and gather data.
- Capture visual state with screenshots, collect console logs, and observe app behavior to form a clear problem statement.
- Propose precise, testable fixes with concrete steps, and require explicit user confirmation before applying changes.
Quick Start
Start a debugging session for a failing iOS simulator scenario by launching the app in the iOS simulator, reproduce the issue, capture a screenshot, retrieve logs, draft a specific fix description, and request confirmation before implementing it. Then validate by rebuilding the app and re-running the simulator to verify the issue is resolved.