Automates iOS app testing by building your project, spinning up a simulator, installing the app, and walking through key screens while capturing screenshots and logs. It checks for crashes, UI problems, and console errors, then gives you a structured test report. The workflow pauses for things that need human interaction like Sign in with Apple or push notifications. Most useful after code changes or before opening a PR when you want confidence the app actually works on simulator. Requires XcodeBuildMCP server installed and Xcode command line tools. It won't catch everything manual QA would, but it's faster than doing the build-install-tap-screenshot dance yourself every time.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-test-xcode