debug

Diagnose iOS simulator issues and validate fixes with XcodeBuildMCP.

21|6|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/mintuz/claude-plugins --skill debug-mintuz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/mintuz/claude-plugins/tree/main/plugins/app/skills/debug
Command: npx skills add https://github.com/mintuz/claude-plugins --skill debug-mintuz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured feedback loop for diagnosing and fixing issues reported in the iOS simulator, guiding collaboration between developers and testers to expedite stable app behavior.

Core Features & Use Cases

  • Guided debugging workflow using XcodeBuildMCP and ios-simulator MCP tools to reproduce issues and gather data.
  • Capture visual state with screenshots, collect console logs, and observe app behavior to form a clear problem statement.
  • Propose precise, testable fixes with concrete steps, and require explicit user confirmation before applying changes.

Quick Start

Start a debugging session for a failing iOS simulator scenario by launching the app in the iOS simulator, reproduce the issue, capture a screenshot, retrieve logs, draft a specific fix description, and request confirmation before implementing it. Then validate by rebuilding the app and re-running the simulator to verify the issue is resolved.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I debug iOS simulator issues using user feedback?

Debug iOS simulator issues using a structured feedback loop that scopes diagnosis, captures visual state with screenshots, collects console logs, and proposes precise changes with explicit user consent before implementation.

What is the structured debugging workflow for the iOS simulator?

The structured debugging workflow involves reproducing the reported issue in the iOS simulator, capturing the visual state and logs to form a clear problem statement, drafting a specific fix, and validating by rebuilding and re-running the simulator.

Does this debugging process work with XcodeBuildMCP and ios-simulator MCP tools?

Yes, the debugging process works with XcodeBuildMCP and ios-simulator MCP tools to reproduce issues, gather data, and validate fixes by rebuilding the app and re-running the simulator to verify resolution.

How do I collect logs and screenshots to diagnose iOS simulator problems?

You collect logs and screenshots by launching the app in the iOS simulator, reproducing the issue, capturing the visual state via screenshots, and retrieving console logs to observe app behavior and form a problem statement.

Can I apply fixes to my iOS app automatically during a debugging session?

No, the debugging session enforces explicit user consent before applying any changes, requiring you to confirm the proposed precise, testable fixes before they are implemented and validated through rebuilding and re-simulating.