| name | orca-ios-sim-qa |
| description | Run iOS simulator QA with MCP support, including blind and guided passes. |
ORCA Framework iOS Simulator QA
What This Skill Is
An iOS QA workflow for agents using simulator MCP tools.
Trigger
Use when testing an iOS app through a simulator, especially with blind first-look requirements.
Do Not Trigger
Do not use for web apps or when no iOS app surface is available.
Required Inputs
- Simulator target or launch instructions
Optional Inputs
- Device model
- OS version
- Context packet for briefed pass
- Accessibility expectations
Exact Workflow
- State whether the pass is blind or briefed.
- In Linear-first mode, read only context allowed for that pass.
- Launch or build the app through available simulator tooling.
- Interact with visible UI only unless briefed otherwise.
- Inspect accessibility-visible labels and navigation when tools support it.
- Capture screenshots, logs, and reproduction steps when available.
- Report observations, blockers, and confidence limits back to the issue or opt-out record.
Expected Outputs
- Blind pass:
templates/blind-qa-report.md
- Briefed pass:
templates/guided-qa-report.md
Quality Bar
The tester must not use hidden project knowledge unless explicitly included in a context packet.
Common Failure Modes
- Treating simulator launch success as product success.
- Ignoring accessibility tree mismatches.
- Using source code knowledge in a blind pass.
Relationship To Other ORCA Framework Skills And Commands
Pairs with orca-blind-qa, orca-context-brief, and orca-test-regression.