ios-simulator-skill
Originally fromovachiever/droid-tings
Installation
Summary
21 production-ready scripts for iOS app testing, building, and automation via accessibility-driven navigation.
- Semantic element interaction using accessibility trees instead of pixel coordinates, reducing token cost from 1,600–6,300 per screenshot to 10–50 per query
- Covers five domains: build and testing, navigation and gestures, accessibility auditing, permissions and notifications, and simulator lifecycle management
- All scripts support
--jsonfor machine-readable output and auto-detect booted simulators; batch operations available for device management - Token-efficient screenshots with configurable sizing (quarter/half/full) and structured output designed for minimal AI agent overhead
SKILL.md
iOS Simulator Skill
Build, test, and automate iOS applications using accessibility-driven navigation and structured data instead of pixel coordinates.
Quick Start
# 1. Check environment
bash scripts/sim_health_check.sh
# 2. Launch app
python scripts/app_launcher.py --launch com.example.app
# 3. Map screen to see elements
python scripts/screen_mapper.py
# 4. Tap button
python scripts/navigator.py --find-text "Login" --tap