ios-debugger-agent

Build and debug iOS applications on simulators using XcodeBuildMCP.

46|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/robinebers/skills --skill ios-debugger-agent-robinebers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-debugger-agent
Source: https://github.com/robinebers/skills/tree/main/skills/ios-debugger-agent
Command: npx skills add https://github.com/robinebers/skills --skill ios-debugger-agent-robinebers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined process to build, run, and debug iOS apps on Simulator using XcodeBuildMCP, enhancing the efficiency of the debugging process.

Core Features & Use Cases

  • Simulator Control: Build and run app schemes on booted iOS simulators.
  • UI Interaction: Interact with the simulator UI and capture logs.
  • Use Case: Quickly identify issues in your iOS app, such as UI bugs or unexpected behavior, using XcodeBuildMCP for simulator control and log capture.

Quick Start

To start debugging your app, use the ios-debugger-agent skill with the command: start debug ios-app --simulator "iPhone 13" --scheme "MyApp" --configuration "Debug".

Frequently Asked Questions about ios-debugger-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug an iOS app on a simulator using XcodeBuildMCP?

Build and debug iOS apps on a simulator by executing app schemes through XcodeBuildMCP, which enables UI interaction and log capture for efficient issue identification. Use the command 'start debug ios-app' with your simulator, scheme, and configuration parameters.

What is the best way to capture simulator logs when debugging iOS applications?

Capturing simulator logs for iOS application debugging is handled by running the app scheme through XcodeBuildMCP, which interacts with the simulator UI and collects execution logs to identify UI bugs or unexpected behavior.

Do I need XcodeBuildMCP to run iOS app schemes on a booted simulator?

Yes, you need XcodeBuildMCP to run the app scheme and access simulator features for iOS debugging. The Skill requires XcodeBuildMCP to control the booted iOS simulator, capture logs, and interact with the UI.

Can I interact with the simulator UI while debugging my iOS app?

Yes, you can interact with the simulator UI while debugging your iOS app. The Skill focuses on UI interaction and log analysis within the iOS development environment to help you quickly identify issues.

How to start debugging an iOS app with a specific scheme and configuration?

Start debugging an iOS app by using the command 'start debug ios-app' with parameters for simulator, scheme, and configuration. For example, specify 'iPhone 13' for the simulator, 'MyApp' for the scheme, and 'Debug' for the configuration.