Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add itsnex1s/awesome-claude-skills --skill xcode-mcp-app-testinggit clone --depth 1 https://github.com/itsnex1s/awesome-claude-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/itsnex1s/awesome-claude-skills/xcode-mcp-app-testing)<a href="https://agentmods.dev/skills/itsnex1s/awesome-claude-skills/xcode-mcp-app-testing"><img src="https://agentmods.dev/badge/skills/itsnex1s/awesome-claude-skills/xcode-mcp-app-testing/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/itsnex1s/awesome-claude-skills/xcode-mcp-app-testing"><img src="https://agentmods.dev/badge/skills/itsnex1s/awesome-claude-skills/xcode-mcp-app-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00086 | $0.01641 |
| Opus 5 | $0.00043 | $0.00821 |
| Sonnet 5 | $0.00017 | $0.00328 |
| Haiku 4.5 | $0.00009 | $0.00164 |
Grade A, and why
xcode-mcp-app-testing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 190 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Xcode MCP App Testing
Build, test, and validate Xcode apps using the native Xcode MCP server (Xcode 26.3+). Falls back to xcodebuild/simctl CLI when MCP is not connected.
Installation
Enable Xcode MCP server
- Open Xcode → Settings (
⌘,) → Intelligence - Under Model Context Protocol, toggle Xcode Tools to ON
Register with Claude Code
claude mcp add --transport stdio xcode -- xcrun mcpbridge
claude mcp list # verify "xcode" appears
If xcode does not appear: re-run the add command, confirm the Xcode Tools toggle is enabled, and restart Claude Code.
Xcode MCP Tools Reference
Build & Testing
| Tool | Purpose |
|---|---|
BuildProject |
Compile the project for a scheme and destination |
GetBuildLog |
Retrieve build output (errors, warnings, notes) |
RunAllTests |
Execute the full test suite |
RunSomeTests |
Run specific test targets or test methods |
GetTestList |
Enumerate all available test cases |
Diagnostics
| Tool | Purpose |
|---|---|
XcodeListNavigatorIssues |
List all current warnings and errors |
XcodeRefreshCodeIssuesInFile |
Re-scan a specific file for issues |
File Operations
| Tool | Purpose |
|---|---|
XcodeRead |
Read file contents |
XcodeWrite |
Create a new file |
XcodeUpdate |
Modify an existing file |
XcodeGlob |
Find files by pattern |
XcodeGrep |
Search text across the project |
XcodeLS |
List directory contents |
XcodeMakeDir |
Create directories |
XcodeRM |
Delete files or directories |
XcodeMV |
Move or rename items |
Intelligence & Preview
| Tool | Purpose |
|---|---|
ExecuteSnippet |
Run Swift code in a REPL environment |
RenderPreview |
Capture SwiftUI preview screenshots |
DocumentationSearch |
Search Apple docs and WWDC transcripts |
Workspace
| Tool | Purpose |
|---|---|
XcodeListWindows |
List open Xcode project windows |
Execution Workflow
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 190 lines · 86 tokens per session scan A c835d8b63912
xcode-mcp-app-testing is a skill published in the GitHub repository itsnex1s/awesome-claude-skills (5 stars, last pushed 6mo ago), licensed MIT. It adds 86 tokens to every session and 1,641 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
mobile-testing
Write and run mobile tests including widget tests, integration tests, and golden tests. Use when implementing test strategies for Flutter or React Native apps.
device-interaction
Verify iOS app behavior on device or simulator via screenshots, UI hierarchy, and touch interactions.
baguette
Drive iOS simulators programmatically via the baguette CLI — taps, swipes, multi-finger gestures, hardware buttons (Home / Lock / Volume / Action / Power), ASCII keyboard text, and frame capture, all without opening Xcode. Use when: (1) an agent needs to drive a booted iOS simulator from a script — tap a coordinate…
e2e
Generate and run Playwright E2E tests traced to spec.md acceptance criteria, with an optional accessibility audit. Use when saying "e2e tests" or "a11y audit".
qamap-pr-qa
Local zero-LLM PR QA workflow. Use when an agent is preparing, updating, finalizing, or reviewing a pull request, asks what the PR should test, or needs commit-backed change intent, affected behavior, QA scenarios, evidence, validation commands, optional automation drafts, and manifest repair guidance.
tauri-pilot
Inspect, interact with, and test a running Tauri v2 app via CLI. Communicates over Unix socket using JSON-RPC 2.0. Use when testing UI, automating interactions, or debugging a Tauri app.