What problem does it solve? Manually testing iOS app behavior in the simulator is slow and error-prone. This Skill lets you programmatically launch apps, tap UI elements, read accessibility trees, and capture screenshots to verify app behavior without manual interaction. ## Core Features & Use Cases - UI Automation: Launch apps, tap elements by accessibility text or coordinates, swipe, and type into focused fields using the steve CLI. - State Verification: Read normalized accessibility trees and capture screenshots to confirm navigation and layout after each action. - Parallel Simulator Support: Target specific simulators by UDID with separate Appium sessions per device, bundle, and port. - Use Case: After building the Fedi React Native app, launch it in the simulator, tap "Get started", and verify the onboarding screen renders correctly via the accessibility tree and a screenshot. ## Quick Start Use the ios-emulator skill to launch the app in the iOS simulator and verify the home screen loads correctly.