ios-debugger-agent

Automate iOS app build, run, and debugging on simulators with XcodeBuildMCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires XcodeBuildMCP, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for building, running, and debugging iOS apps on a booted simulator, providing a streamlined process for interacting with the simulator UI and capturing logs.

Core Features & Use Cases

  • Build and Run iOS Apps: Use XcodeBuildMCP to build and run the current iOS project scheme on a booted simulator.
  • Simulator UI Interaction: Interact with the simulator UI, including tapping, typing, and gestures.
  • Logs and Console Output: Capture logs and console output for debugging purposes.
  • Use Case: For a developer looking to quickly debug an iOS app on a simulator, this Skill automates the process of building, running, and interacting with the app, saving time and effort.

Quick Start

Use the ios-debugger-agent to build and run the current iOS project on the 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 automate building and running iOS apps on a simulator?

You can automate building and running iOS apps by using XcodeBuildMCP tools to compile the current project scheme and launch it on a booted simulator. This Skill handles session setup and app launch automatically.

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

Yes, you can interact with the simulator UI while debugging an iOS app. This Skill supports tapping, typing, and gestures to help you test the user interface directly on the booted simulator.

Do I need XcodeBuildMCP to debug iOS apps on a simulator?

Yes, XcodeBuildMCP is a required dependency to debug iOS apps on a simulator using this Skill. It provides the core tools needed to build the project scheme and manage the simulator session.

How do I capture console output and logs for iOS app debugging?

Capturing console output and logs for iOS app debugging is handled automatically during the build and run process. The Skill captures logs from the booted simulator session to help you identify issues.

What is the best way to debug an iOS app on a booted simulator?

The best way to debug an iOS app on a booted simulator is to automate the process using XcodeBuildMCP tools. This approach streamlines building, running, UI interaction, and log capture in one workflow.