What problem does it solve? Verifying iOS code changes requires manually building, launching a simulator, tapping through screens, and reading logs. This Skill automates that entire loop so you can confirm an app builds and behaves correctly before opening a PR. ## Core Features & Use Cases - Automated Simulator Testing: Discovers projects and schemes, boots a simulator, builds the app, installs it, and launches it via XcodeBuildMCP. - Screenshot and Log Verification: Captures screenshots of key screens and inspects simulator logs for crashes, exceptions, and error-level messages. - Human Verification Handoffs: Pauses for manual confirmation on flows automation cannot cover, such as Sign in with Apple, push notifications, and SwiftUI inline text links. - Use Case: After modifying an iOS feature, run the skill with your scheme name to rebuild the app, walk through key screens, and receive a structured pass/fail test report before creating a PR. ## Quick Start Ask the agent to run the ce-test-xcode skill with your scheme name to build and test the app on a simulator.