---
description: "Accessibility audit on a booted simulator / emulator: VoiceOver labels, sub-44pt tap targets, contrast, traits. Alias pinning the accessibility scenario. Use when auditing a screen for assistive-technology support."
description-tr: "Booted simulator / emulator üzerinde erişilebilirlik denetimi: VoiceOver label'ları, 44x44pt altı tap target'lar, kontrast oranları ve trait'ler; her ekranda canlı UI tree'ye karşı denetlenir. /multi-agent:test \"accessibility\" için sabit-senaryo alias'ı."
argument-hint: "(argümansız  -  senaryo sabit)"
---

# /multi-agent:test-accessibility  -  Accessibility audit

Fixed-scenario alias. The implementation is the UI Bug Hunter flow; this command
only pins the scenario so the tag does not have to be typed or quoted.

## Dispatcher

Read this file and apply its instructions:

```
$HOME/.claude/commands/sim-test.md
```

Run it with **scenario = `accessibility`**. Ignore `$ARGUMENTS`; the scenario is
fixed by the command name. Anything the user adds is context for the report, never
a scenario override  -  to run a different matrix they invoke that command.

## Equivalent

`/multi-agent:test "accessibility"`  -  identical behaviour. Both forms are
supported; neither is deprecated.

## Requirements

- **iOS**: Xcode + a booted Simulator (`xcrun simctl list | grep Booted`)
- **Android**: Android SDK + a running emulator or USB device (`adb devices`)
- **MCP**: the `multi-agent-toolkit` MCP server must be installed (tool names start with `mcp__multi-agent-toolkit__`)
