xcode-test

Build and test iOS apps on simulators via XcodeBuildMCP.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mattjefferson/open-compound-engineering --skill xcode-test
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xcode-test
Source: https://github.com/mattjefferson/open-compound-engineering/tree/main/skills/test-xcode
Command: npx skills add https://github.com/mattjefferson/open-compound-engineering --skill xcode-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates reliable iOS simulator testing by building, installing, and running apps with XcodeBuildMCP, capturing logs and screenshots for verification.

Core Features & Use Cases

  • Build for iOS Simulator using the XcodeBuildMCP server.
  • Install and launch the app on a selected simulator and capture logs and screenshots for validation.
  • Validate app behavior across multiple schemes and simulators with deterministic results.

Quick Start

Run xcode-test to build the app for the simulator, install it, and verify key flows.

Frequently Asked Questions about xcode-test

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

FAQPage Schema
How do I automate iOS app testing in the simulator?▼

To automate iOS app testing in the simulator, you can build, install, and launch your app using XcodeBuildMCP. This process captures logs and screenshots to validate app behavior across different schemes and simulators deterministically.

What is needed to run automated Xcode simulator tests?▼

Automated Xcode simulator testing requires Xcode with command-line tools, an Xcode project or workspace, and a connected XcodeBuildMCP server. Optional scheme selection and simulator boot configurations are also supported for validation.

Can I validate app behavior across multiple iOS simulators?▼

Yes, you can validate app behavior across multiple iOS simulators by automating builds and installations. XcodeBuildMCP allows you to select different schemes and simulators to ensure deterministic testing results.

How do I capture screenshots and logs during iOS simulator testing?▼

You capture screenshots and logs during iOS simulator testing by installing and launching your app via XcodeBuildMCP. It automatically gathers these artifacts to verify key application flows and UI validation.

Does XcodeBuildMCP work with my existing Xcode workspace?▼

Yes, XcodeBuildMCP works with your existing Xcode workspace or project. It integrates directly into your iOS development workflow to automate reliable builds, installations, and UI validation on the simulator.