A command-line wrapper for xcrun simctl that covers the full iOS Simulator workflow: spinning up devices, installing and launching apps, simulating push notifications and GPS coordinates, granting privacy permissions without dialogs, and capturing screenshots or logs. Useful when you're automating tests in CI, debugging location-based features without a physical device, or need to pre-grant camera or photo access to skip permission prompts. The skill includes JSON payload examples for push testing and shows how to stream app logs with os_log filtering. One thing to remember is that simulator push notifications bypass APNs entirely, so you still need real device testing before shipping anything that depends on remote notification delivery.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-simulator