ce-test-xcode

Build, install, and test iOS apps on the simulator with XcodeBuildMCP.

2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/thisisryanswift/zellij-agent-tools --skill ce-test-xcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-test-xcode
Source: https://github.com/thisisryanswift/zellij-agent-tools/tree/main/.opencode/skills/ce-test-xcode
Command: npx skills add https://github.com/thisisryanswift/zellij-agent-tools --skill ce-test-xcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds, installs, and tests iOS apps on the simulator using XcodeBuildMCP, capturing logs and screenshots to verify app behavior.

Core Features & Use Cases

  • Discovery of available projects and schemes via XcodeBuildMCP.
  • Boot and manage simulated devices, install and launch apps, and capture logs.
  • Automated UI verification across key screens with screenshot capture and log analysis.

Quick Start

Run /ce-test-xcode to start testing the default scheme on the connected 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 testing on the simulator?

You can automate iOS app testing on the simulator by building, installing, and launching your app to automatically capture logs and screenshots for UI behavior verification.

What's the best way to capture logs and screenshots during iOS simulator testing?

Capturing logs and screenshots during iOS simulator testing is handled automatically by building, installing, and launching the app to verify UI behavior across key screens.

Do I need XcodeBuildMCP to run automated simulator tests?

Yes, XcodeBuildMCP is required to discover available projects and schemes, boot simulated devices, and manage the installation and launch process for testing.

Can I discover available Xcode projects and schemes for automated testing?

Yes, you can discover available Xcode projects and schemes directly via the XcodeBuildMCP server before booting a simulator and building the app for testing.

What are the prerequisites for automating iOS app testing on a simulator?

Prerequisites for automating iOS app testing include having Xcode installed, an available simulator, a valid Xcode project, and proper MCP server connectivity for execution.

How does automated UI verification work on the iOS simulator?

Automated UI verification works by building and launching the app on a booted simulator, then capturing screenshots and analyzing logs to validate behavior across key screens.