ios-debugger-agent

Build, run, and debug iOS apps on a booted simulator via XcodeBuildMCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of building, running, and debugging iOS applications directly on a simulator, streamlining the development and testing cycle.

Core Features & Use Cases

  • Build & Run: Compiles and launches the current iOS project on a simulator.
  • UI Interaction: Allows for tapping, typing, and performing gestures within the simulator.
  • Debugging & Logging: Captures console logs and inspects UI elements for troubleshooting.
  • Use Case: After making changes to your iOS app, you can ask this Skill to build and run the app on the simulator, then interact with a specific button to test its functionality and check the console logs for any errors.

Quick Start

Use the ios-debugger-agent skill to build and run the current project on a booted simulator.

Frequently Asked Questions about ios-debugger-agent

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

FAQPage Schema
How do I build and run an iOS app on a simulator?

To build and run an iOS app on a simulator, provide a project or workspace path with a defined scheme to automate compilation and launching directly on a booted simulator.

Can I interact with the UI of an iOS app during simulator debugging?

Yes, iOS app simulator debugging supports UI interaction by allowing you to perform tapping, typing, and gestures within the simulator to test functionality and inspect UI elements.

How do I capture console logs for iOS app troubleshooting?

You can capture console logs for iOS app troubleshooting by running the project on a booted simulator, which allows you to inspect UI elements and collect logs during execution.

Do I need a booted simulator to run an iOS app?

Yes, you need a booted simulator to run an iOS app because the automation process relies on XcodeBuildMCP to handle compilation, launching, and interaction directly within the simulator environment.

What is needed to automate iOS app compilation using xcodebuild?

Automating iOS app compilation requires a project or workspace path with a defined scheme, which allows the build process to target the correct configuration and output the app to a booted simulator.