What problem does it solve? Manually testing iOS apps in the Simulator is slow and hard to repeat, and auditing accessibility labels or VoiceOver support screen by screen is tedious. This Skill provides scripted, repeatable control of the iOS Simulator through the AXe command-line tool. ## Core Features & Use Cases - UI Automation: Tap, swipe, scroll, type text, and press hardware buttons programmatically on any booted simulator via UDID. - Accessibility Auditing: Dump the full accessibility tree with describe-ui to find missing labels, hints, and incorrect traits for VoiceOver compliance. - Test Recording & CI Integration: Record MP4 videos of test runs and integrate scripted flows into GitHub Actions or other CI/CD pipelines. - Use Case: Automate a login flow by tapping the email field, typing credentials via stdin, tapping the login button, then verifying success by grepping the accessibility tree for a "Welcome" element. ## Quick Start Use the ios-app-tester skill to list my available simulators, tap the login button on the booted simulator, and dump the accessibility tree to verify the result.