ios-debugger-agent

Build, run, launch, and debug iOS projects on booted simulators with xcodebuild and xcrun simctl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of building, running, launching, and debugging iOS applications directly on a simulator, simplifying the development and troubleshooting workflow.

Core Features & Use Cases

  • Build & Run: Compiles and executes your iOS project on a simulator.
  • Simulator Control: Interacts with the simulator's UI, captures screenshots, and manages app state.
  • Debugging & Logging: Provides tools for inspecting runtime behavior, capturing console logs, and diagnosing issues.
  • Use Case: When you need to test a new feature on an iOS simulator, ensure it's running correctly, and capture logs to identify any unexpected behavior.

Quick Start

Use the ios-debugger-agent skill to build and run the current project scheme 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 from the command line?

You can build and run an iOS app on a simulator by using xcodebuild to compile the project scheme and xcrun simctl to launch it on a booted simulator. This automates execution and captures runtime diagnostics.

How do I capture console logs and debug an iOS app running on a simulator?

Capturing console logs and debugging an iOS app on a simulator involves launching the app via xcrun simctl and inspecting the runtime behavior. This provides tools for diagnosing issues and capturing logs to identify unexpected behavior.

Does the iOS debugger agent require a booted simulator to launch schemes?

Yes, the iOS debugger agent requires a booted simulator to launch and debug the current project scheme. It interacts directly with the simulator UI, manages app state, and captures screenshots using xcrun simctl commands.

What is the best way to automate UI interaction and capture screenshots on an iOS simulator?

The best way to automate UI interaction and capture screenshots on an iOS simulator is using xcrun simctl commands. This approach allows direct control over the simulator UI, manages app state, and facilitates runtime diagnostics.

Why is my xcodebuild workflow not capturing runtime diagnostics on the iOS simulator?

Your xcodebuild workflow may not capture runtime diagnostics if it lacks proper xcrun simctl integration for launching and debugging on a booted simulator. Integrating both tools ensures console logs and UI interactions are properly captured.