From apple-agent-kit
Add or run iOS simulator build, unit test, and UI smoke automation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-agent-kit:ios-simulator-ciThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for iOS simulator automation.
Use this skill for iOS simulator automation.
Parse or inspect xcresult output. If UI smoke passes, still check that the expected test target actually ran.
Use python3 scripts/aak.py assert-xcresult --path <bundle> --expect-test <test> --require-success --json when a result bundle is available. The proof should fail if the expected UI smoke test is absent, even when xcodebuild exits successfully.
npx claudepluginhub neonwatty/apple-agent-kitCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.