ce-test-xcode

Automate iOS app builds and tests on simulators with XcodeBuildMCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires XcodeBuildMCP, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of building, installing, and testing iOS apps on a simulator, eliminating the need for manual testing and speeding up the development process.

Core Features & Use Cases

  • Automated Build and Test: Automates the entire process of building and testing iOS apps on a simulator using XcodeBuildMCP.
  • Screenshot and Log Capture: Captures screenshots and logs to verify app behavior and check for crashes.
  • Human Verification: Allows for human verification of certain test cases that require manual interaction.
  • Integration with ce-code-review: Can be integrated with the ce-code-review workflow for automated testing during code reviews.
  • Use Case: Ideal for developers who want to quickly test their iOS apps on a simulator and catch any issues early in the development process.

Quick Start

Test your iOS app using the ce-test-xcode skill by providing the scheme name:

/ce-test-xcode MyApp-Debug

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 testing on a simulator?

To automate iOS app testing on a simulator, this Skill uses XcodeBuildMCP to execute XcodeBuild commands, automatically building, installing, and testing apps while capturing logs and screenshots to verify behavior and check for crashes.

What do I need to run automated Xcode simulator tests?

You need the XcodeBuildMCP dependency installed and configured to run automated Xcode simulator tests. The Skill utilizes this component to execute the build and test processes and requires a valid iOS app scheme name to start.

Can I capture screenshots and logs during iOS simulator testing?

Yes, you can capture screenshots and logs during iOS simulator testing. The Skill automatically records these outputs during the XcodeBuild execution to help verify app behavior, simulate interactions, and identify crashes.

How do I test an iOS app using a specific scheme?

To test an iOS app using a specific scheme, provide the scheme name to the Skill. It will then automate the entire build and test process on the simulator using XcodeBuildMCP, allowing for human verification of manual interactions.

Does this work with code review workflows for iOS apps?

Yes, this Skill can be integrated with the ce-code-review workflow. This integration allows you to automate iOS app testing on simulators during code reviews, catching crashes and UI issues early in development.