What problem does it solve?
Validate and document iOS and macOS app behavior on real simulator runtimes so failures, crashes, and UI regressions are detected with verifiable evidence rather than mocked assumptions.
Core Features & Use Cases
- End-to-end build and install: run xcodebuild, locate the .app bundle, and install to a booted simulator.
- Runtime evidence capture: capture screenshots, record video, and collect filtered system and app logs for forensic review.
- Interaction and automation: exercise UI flows, deep links, and accessibility trees via idb or Xcode MCP tools to reproduce and demonstrate issues.
- Crash detection and verdicts: search DiagnosticReports for recent crash artifacts and produce pass/fail criteria with cited evidence.
- Use Case: pre-release validation to confirm a feature renders correctly, deep links navigate properly, and no crash logs or error-level entries are present before shipping.
Quick Start
Use the ios-validation skill to build the app, install it on a simulator, exercise the target flow while capturing screenshots, video, and logs into e2e-evidence for review.