device-testing
Installation
SKILL.md
Use bunx xcobra to interact with iOS simulators and debug Expo apps.
Inspecting the UI
Get the accessibility tree to understand current screen state:
bunx xcobra sim xml
This returns XML with all UI elements, their labels, identifiers, and positions. Use this to:
- Find element identifiers for tapping
- Verify UI state after actions
- Debug layout issues
Tapping Elements
Tap by accessibility label (preferred):
Related skills
More from evanbacon/apple-health
expo-modules
Building great Expo native modules for iOS and Android. Views, APIs, Marshalling, Shared Objects, Expo Documentation, Verifying Expo modules.
12healthkit-cli
Seed and verify HealthKit data in running Expo apps using the apple-health CLI
11expo-devtools-cli
Building Expo DevTools Plugins with CLI Interfaces for interacting with running Expo apps using agents.
4