What problem does it solve? Debugging iOS apps on a simulator requires juggling Xcode builds, simulator state, UI inspection, and log capture across many manual steps. This Skill orchestrates that entire loop through XcodeBuildMCP so you can build, run, interact with, and inspect your app from a single conversation. ## 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 and summarizes important console output. - Use Case: You just changed a view controller and want to verify it renders correctly. The Skill builds the scheme on the booted simulator, launches the app, describes the UI, taps through the flow, and pulls the relevant logs. ## Quick Start Use the ios-debugger-agent skill to build and launch my current scheme on the booted simulator, then describe the UI and capture the app logs.