---
name: multi-agent-test-accessibility
language: en
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."
user-invocable: true
argument-hint: "(no arguments  -  the scenario is fixed)"
---

# multi-agent-test-accessibility  -  Accessibility audit

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

## Dispatcher

Read and follow:

```
$HOME/.copilot/multi-agent/sim-test.md
```

(Equivalent on Claude Code: `$HOME/.claude/commands/sim-test.md`.)

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

## Equivalent

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

## Requirements

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