ce-test-xcode

Automate building, installing, and executing iOS apps on a simulator with XcodeBuildMCP.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-test-xcode-diestok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-test-xcode
Source: https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026/tree/main/.agents/skills/compound-engineering/skills/ce-test-xcode
Command: npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-test-xcode-diestok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines building, installing, and validating iOS apps on a simulator to quickly detect crashes and verify behavior after code changes.

Core Features & Use Cases

  • Automates discovery of Xcode projects and schemes, booting and managing an iOS simulator.
  • Builds the app, installs it on the simulator, launches it, and captures logs and screenshots for verification.
  • Suitable for pre-PR validation, regression checks, and quick sanity testing after changes to iOS code.

Quick Start

Invoke the skill with the default scheme or specify a scheme name to run the end-to-end iOS test workflow on a chosen simulator.

Frequently Asked Questions about ce-test-xcode

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

FAQPage Schema
How do I automate iOS app builds and tests on an Xcode simulator?

To automate iOS builds and tests on a simulator, this skill uses XcodeBuildMCP to build, install, and launch your app, capturing logs and screenshots to verify behavior after code changes.

What do I need to run automated iOS simulator tests using XcodeBuildMCP?

Running automated iOS simulator tests requires Xcode with command-line tools, an active XcodeBuildMCP server, a valid Xcode project or workspace, and at least one available iOS Simulator.

Can I run an automated iOS build on a specific simulator scheme?

Yes, you can invoke the skill with a default scheme or specify a scheme name to run the end-to-end iOS test workflow on your chosen iOS simulator.

Why use an automated iOS simulator workflow for pre-PR validation?

Using an automated iOS simulator workflow for pre-PR validation quickly detects crashes and verifies app behavior, providing rapid and repeatable checks after code changes.

Does this iOS test automation skill support physical devices?

No, this skill focuses on automating iOS builds and tests exclusively on an iOS simulator, requiring at least one available simulator rather than supporting physical device deployment.