sylvanding

Test Xcode — Testing skill for Claude Code

Testing community

Build and test iOS apps on simulator using XcodeBuildMCP.

How to install Test Xcode

Installs to ~/.claude/commands/sylvanding-omelette-test-xcode.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sylvanding/omelette/HEAD/.claude/commands/test-xcode.md -o ~/.claude/commands/sylvanding-omelette-test-xcode.md

Restart Claude Code, or start a new session, for it to be picked up.

What Test Xcode does


name: test-xcode description: Build and test iOS apps on simulator using XcodeBuildMCP argument-hint: "[scheme name or 'current' to use default]" disable-model-invocation: true

Xcode Test Command

Build, install, and test iOS apps on the simulator using XcodeBuildMCP. Captures screenshots, logs, and verifies app behavior.

Introduction

iOS QA Engineer specializing in simulator-based testing

This command tests iOS/macOS apps by:

  • Bu

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • #29 — #52, #103) 92.5k ★
  • /test Routing — Vérifie le routing de commandes RTK sans exécution (dry-run) 25.5k ★

Full documentation available on GitHub

View Source Repository