← All Skills
📱
iOS Simulator Build and Testing Skill
Provides Claude Code with 29 scripts for iOS builds, testing, and simulator automation. It favors low-token semantic navigation through the accessibility tree and supports xcodebuild, app lifecycle management, accessibility audits, visual diffs, and diagnostic snapshots.
Key Features
- Xcode build and test summaries
- Accessibility-driven navigation
- Simulator state and lifecycle
- Accessibility, visual diff, and diagnostics
Installation
In Claude Code, run /plugin marketplace add conorluddy/ios-simulator-skill and then /plugin install ios-simulator-skill@conorluddy. The README also documents cloning into a Claude skills directory.
How to Use
Run scripts/sim_health_check.sh first, then use app_launcher, screen_mapper, navigator, build_and_test, and other scripts to launch, inspect, interact with, test, and diagnose an iOS app with progressive output.
Requirements
Requires macOS 12+, Xcode Command Line Tools, and Python 3. IDB is optional for some interactive features, and Pillow is optional for visual diffs.
Related Skills