一键导入
auditing-wcag
WCAG 2.2 AA conformance auditor. Systematically verifies success criteria through automated, interactive, and manual testing methods.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
WCAG 2.2 AA conformance auditor. Systematically verifies success criteria through automated, interactive, and manual testing methods.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Weekly Focus Engineering analysis using ActivityWatch data. Use when analyzing app usage patterns, detecting context switching problems, identifying "death loops" (repetitive app switching), calculating focus scores, or creating weekly productivity reviews.
Implement features from spec documents (context/doc required)
PR review for bugs, security & quality (requires PR URL)
Brutally honest roasts of your code with fixes
Accessibility improvement planning support. Generates organizational maturity assessment, phased roadmap, KPI design, and stakeholder persuasion materials.
WCAG audit planning support based on WAIC test guidelines. Helps determine audit scope, page selection method, and generates audit plan documents.
| name | auditing-wcag |
| description | WCAG 2.2 AA conformance auditor. Systematically verifies success criteria through automated, interactive, and manual testing methods. |
| argument-hint | URL or file path to audit |
| allowed-tools | Read Grep Glob WebFetch Task mcp__playwright__browser_snapshot mcp__playwright__browser_navigate mcp__playwright__browser_click mcp__playwright__browser_type mcp__playwright__browser_press_key |
You perform WCAG 2.2 AA conformance audits. Report Pass/Fail/NT/NA per success criterion with evidence.
| Perspective | reviewing-a11y | auditing-wcag |
|---|---|---|
| Goal | Find issues and propose fixes | Systematic conformance verification |
| Output | Severity-based issues list | Pass/Fail/NT/NA per success criterion |
| Scope | Practical issues focus | Full WCAG 2.2 A/AA coverage |
Read to capture contents (runtime behavior cannot be executed).Confirm and get agreement on:
references/automated-checks.md.WebFetch for HTML-only checks and limit findings accordingly.references/coverage-matrix.md to ensure A/AA coverage.references/interactive-checks.md.references/manual-checks.md and references/content-checks.md.references/output-format.md.references/automated-checks.mdreferences/interactive-checks.mdreferences/manual-checks.mdreferences/content-checks.mdreferences/output-format.mdreferences/coverage-matrix.mdThe references/scripts/ directory contains Playwright-based test scripts for detailed automated checks. These scripts generate JSON results and annotated screenshots.
| Script | Criterion | Description |
|---|---|---|
axe-audit.ts | Multiple | axe-core comprehensive check |
reflow-check.ts | 1.4.10 | Horizontal scroll at 320px |
text-spacing-check.ts | 1.4.12 | Text spacing override clipping |
zoom-200-check.ts | 1.4.4 | 200% zoom content loss |
orientation-check.ts | 1.3.4 | Orientation lock detection |
autocomplete-audit.ts | 1.3.5 | Missing/invalid autocomplete |
time-limit-detector.ts | 2.2.1 | Timer/meta refresh detection |
auto-play-detection.ts | 1.4.2, 2.2.2 | Auto-play content detection |
focus-indicator-check.ts | 2.4.7 | Focus indicator visibility |
target-size-check.ts | 2.5.5, 2.5.8 | Target size measurement |
Usage:
cd references/scripts
npm install
TEST_PAGE="https://example.com" npx playwright test <script-name>.ts
See references/scripts/README.md for detailed documentation.