test-xcode

Automate iOS app testing on simulators via XcodeBuildMCP with log capture.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/drhazemibclc/plate --skill test-xcode-drhazemibclc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-xcode
Source: https://github.com/drhazemibclc/plate/tree/main/.codex/skills/test-xcode
Command: npx skills add https://github.com/drhazemibclc/plate --skill test-xcode-drhazemibclc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build, test, and validate iOS apps on a simulator automatically, reducing manual QA effort.

Core Features & Use Cases

  • Build for iOS Simulator with XcodeBuildMCP
  • Install, launch, and verify app on a selected simulator
  • Capture logs and screenshots for key flows
  • Support human verification steps for flows like Sign in, Push, In-app purchases

Quick Start

Run the default xcode test flow using /xcode-test current to test the current scheme on the active project.

Frequently Asked Questions about test-xcode

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

FAQPage Schema
How do I automate iOS simulator testing for an Xcode project?

Automating iOS simulator testing is done by using this Skill to build, install, and launch your app via the XcodeBuildMCP server. It captures logs and screenshots to validate UI flows, reducing manual QA effort on Xcode projects.

Can I capture logs and screenshots automatically during iOS app testing?

Yes, this Skill captures logs and screenshots for key UI flows during automated iOS simulator testing. It installs and launches your app on a selected simulator to verify behavior and document QA results automatically.

Do I need XcodeBuildMCP integration to run automated simulator tests?

Yes, XcodeBuildMCP integration is required. The Skill relies on this server to automate the end-to-end build, install, launch, and UI flow validation processes for iOS apps on the simulator.

What is the best way to test iOS in-app purchases and push notifications on a simulator?

The best way is to use this Skill to automate testing flows like Sign in, Push, and In-app purchases. It supports human verification steps for these specific flows during the automated simulator test run.

How do I build and test an iOS app on a simulator using a command?

You can build and test your iOS app by running the default xcode test flow using /xcode-test current. This builds the current scheme on the active project and installs it on an available simulator.