Skip to content

QA · Global library

Accessibility Auditor Pro

Audit interface flows against WCAG 2.2 AA with both automated checks and human-readable remediation sequences.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Accessibility Auditor Pro when you need to audit interface flows against WCAG 2.2 AA with both automated checks and human-readable remediation sequences, especially when the work is driven by wcag and axe.

Trigger signals

wcagaxeaccessibility audit

Validation hooks

audit_wcag_compliance

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show accessibility-auditor-pro

Use

orchestrator-mcp skills export accessibility-auditor-pro --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/accessibility-auditor-pro ./your-agent-skills/accessibility-auditor-pro
# or open skills/accessibility-auditor-pro/SKILL.md in a markdown-first client

File patterns

**/*.tsx**/*.html**/pages/**

Model preferences

moonshotai/kimi-k2.5deepseek-ai/deepseek-v3.2qwen2.5-coder:32b

Related skills

Adjacent packs to compose next.

QAGlobal library

API Fuzzing Strategist

Open pack

Build property-based and boundary-oriented API tests that find input handling failures before attackers or customers do.

CodexClaude Code