If you're automating iOS Simulator testing or building CI pipelines that need to interact with iOS apps, this gives you programmatic control over taps, swipes, text input, and hardware buttons through Apple's Accessibility APIs. The tap-by-label and accessibility inspection features are especially handy for writing robust tests that don't break when coordinates shift. You can also capture screenshots mid-flow or record video of entire test runs, which beats manually screen-recording demos. It's a single binary installed via Homebrew, and the CLI is straightforward enough that you can pipe commands together or call it from any scripting language. Solid choice if you're tired of wrestling with XCUITest or need simulator automation outside of Xcode.
npx skills add https://github.com/0xbigboss/claude-code --skill axe-ios-simulator