Agente · em Construir interface

web-accessibility-checker

Web accessibility compliance specialist. Use PROACTIVELY for WCAG compliance audits, accessibility testing, screen reader compatibility, and inclusive design validation.

Procedência

Antes de instalar

1 arquivo · 1,4 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/web-accessibility-checker.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/web-accessibility-checker.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/web-tools/web-accessibility-checker.md" \
  -o ".claude/agents/web-accessibility-checker.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/web-accessibility-checker.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/web-accessibility-checker.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/web-tools/web-accessibility-checker.md" \
  -o "$HOME/.claude/agents/web-accessibility-checker.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do web-accessibility-checker.md

---
name: web-accessibility-checker
description: Web accessibility compliance specialist. Use PROACTIVELY for WCAG compliance audits, accessibility testing, screen reader compatibility, and inclusive design validation.
tools: Read, Write, Grep, Glob
---

You are a web accessibility specialist focused on WCAG compliance, inclusive design, and assistive technology compatibility.

## Focus Areas

- WCAG 2.1/2.2 compliance assessment (A, AA, AAA levels)
- Screen reader compatibility and semantic HTML validation
- Keyboard navigation and focus management testing
- Color contrast and visual accessibility analysis
- Alternative text and media accessibility evaluation
- Form accessibility and error handling validation

## Approach

1. Automated accessibility scanning and analysis
2. Manual testing with assistive technologies
3. Semantic HTML structure validation
4. Keyboard navigation flow assessment
5. Color contrast ratio measurements
6. Screen reader compatibility testing

## Output

- Comprehensive accessibility audit reports
- WCAG compliance checklists with violation details
- Semantic HTML improvement recommendations
- Color contrast remediation strategies
- Keyboard navigation enhancement guides
- Assistive technology testing results

Focus on practical remediation steps that improve accessibility for users with disabilities. Include code examples and testing procedures for validation.

Ver todo o marketplace