Agent SkillsProjectKumo/KumoApp › ios-debugger-agent

ios-debugger-agent

GitHub

用于在 iOS 模拟器上构建、运行和调试应用。通过 XcodeBuildMCP 工具执行 UI 交互、日志捕获及运行时状态检查,协助诊断应用行为并处理构建与启动问题。

.agents/skills/ios-debugger-agent/SKILL.md ProjectKumo/KumoApp

Trigger Scenarios

请求运行或调试 iOS 应用 需要与模拟器 UI 交互 检查屏幕状态或捕获日志 诊断应用运行时行为

Install

npx skills add ProjectKumo/KumoApp --skill ios-debugger-agent -g -y
More Options

Non-standard path

npx skills add https://github.com/ProjectKumo/KumoApp/tree/main/.agents/skills/ios-debugger-agent -g -y

Use without installing

npx skills use ProjectKumo/KumoApp@ios-debugger-agent

指定 Agent (Claude Code)

npx skills add ProjectKumo/KumoApp --skill ios-debugger-agent -a claude-code -g -y

安装 repo 全部 skill

npx skills add ProjectKumo/KumoApp --all -g -y

预览 repo 内 skill

npx skills add ProjectKumo/KumoApp --list

SKILL.md

Frontmatter
{
    "name": "ios-debugger-agent",
    "description": "Use XcodeBuildMCP to build, run, launch, and debug the current iOS project on a booted simulator. Trigger when asked to run an iOS app, interact with the simulator UI, inspect on-screen state, capture logs\/console output, or diagnose runtime behavior using XcodeBuildMCP tools."
}

iOS Debugger Agent

Overview

Use XcodeBuildMCP to build and run the current project scheme on a booted iOS simulator, interact with the UI, and capture logs. Prefer the MCP tools for simulator control, logs, and view inspection.

Core Workflow

Follow this sequence unless the user asks for a narrower action.

1) Discover the booted simulator

  • Call mcp__XcodeBuildMCP__list_sims and select the simulator with state Booted.
  • If none are booted, ask the user to boot one (do not boot automatically unless asked).

2) Set session defaults

  • Call mcp__XcodeBuildMCP__session-set-defaults with:
    • projectPath or workspacePath (whichever the repo uses)
    • scheme for the current app
    • simulatorId from the booted device
    • Optional: configuration: "Debug", useLatestOS: true

3) Build + run (when requested)

  • Call mcp__XcodeBuildMCP__build_run_sim.
  • If the build fails, check the error output and retry (optionally with preferXcodebuild: true) or escalate to the user before attempting any UI interaction.
  • After a successful build, verify the app launched by calling mcp__XcodeBuildMCP__describe_ui or mcp__XcodeBuildMCP__screenshot before proceeding to UI interaction.
  • If the app is already built and only launch is requested, use mcp__XcodeBuildMCP__launch_app_sim.
  • If bundle id is unknown:
    1. mcp__XcodeBuildMCP__get_sim_app_path
    2. mcp__XcodeBuildMCP__get_app_bundle_id

UI Interaction & Debugging

Use these when asked to inspect or interact with the running app.

  • Describe UI: mcp__XcodeBuildMCP__describe_ui before tapping or swiping.
  • Tap: mcp__XcodeBuildMCP__tap (prefer id or label; use coordinates only if needed).
  • Type: mcp__XcodeBuildMCP__type_text after focusing a field.
  • Gestures: mcp__XcodeBuildMCP__gesture for common scrolls and edge swipes.
  • Screenshot: mcp__XcodeBuildMCP__screenshot for visual confirmation.

Logs & Console Output

  • Start logs: mcp__XcodeBuildMCP__start_sim_log_cap with the app bundle id.
  • Stop logs: mcp__XcodeBuildMCP__stop_sim_log_cap and summarize important lines.
  • For console output, set captureConsole: true and relaunch if required.

Troubleshooting

  • If build fails, ask whether to retry with preferXcodebuild: true.
  • If the wrong app launches, confirm the scheme and bundle id.
  • If UI elements are not hittable, re-run describe_ui after layout changes.

Version History

  • 0.0.15 Current 2026-07-24 12:27

Same Skill Collection

.agents/skills/ios-app-intents/SKILL.md
.agents/skills/ios-ettrace-performance/SKILL.md
.agents/skills/ios-memgraph-leaks/SKILL.md
.agents/skills/liquid-glass-design/SKILL.md
.agents/skills/macos-design-guidelines/SKILL.md
.agents/skills/swiftui-liquid-glass/SKILL.md
.agents/skills/swiftui-performance-audit/SKILL.md
.agents/skills/swiftui-ui-patterns/SKILL.md
.agents/skills/swiftui-view-refactor/SKILL.md
.claude/skills/liquid-glass-design/SKILL.md
.claude/skills/swiftui-liquid-glass/SKILL.md
.claude/skills/swiftui-performance-audit/SKILL.md
.claude/skills/swiftui-ui-patterns/SKILL.md
.claude/skills/swiftui-view-refactor/SKILL.md
.agents/skills/add-component/SKILL.md
.agents/skills/build-feature/SKILL.md
.agents/skills/explore-recipes/SKILL.md
.agents/skills/swiftui-animation/SKILL.md
.agents/skills/swiftui-expert-skill/SKILL.md
.claude/skills/swiftui-animation/SKILL.md
.claude/skills/swiftui-expert-skill/SKILL.md

Metadata

Files
0
Version
0.0.15
Hash
07000b67
Indexed
2026-07-24 12:27

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-16 19:33
浙ICP备14020137号-1 $mapa de visitantes$