What problem does it solve? Debugging iOS apps on a simulator requires juggling build commands, simulator state, UI inspection, and log capture across many tools. This Skill orchestrates the entire cycle through XcodeBuildMCP so you can build, run, interact with, and diagnose your app from a single workflow. ## Core Features & Use Cases - Build and Run Automation: Discovers the booted simulator, sets session defaults (project, scheme, simulator ID), and builds and launches the app with build-failure recovery guidance. - UI Interaction and Inspection: Describes the view hierarchy, taps elements, types text, performs gestures, and captures screenshots to verify runtime behavior. - Log Capture and Diagnosis: Starts and stops simulator log capture filtered by bundle ID, with console output support for diagnosing runtime issues. - Use Case: You just changed a view controller and want to verify it works. Ask the agent to build and run the app on the booted simulator, tap through the new screen, and capture logs to confirm no errors occur. ## Quick Start Use the ios-debugger-agent to build and run my current scheme on the booted simulator, then describe the UI and capture the app logs.