Use when the user asks to check, audit, or improve a website or web project for accessibility (a11y), WCAG compliance, screen reader support, keyboard navigation, color contrast, or alt text. Triggers a plan-mode investigation against the TeachAccess design and code checklists, then implements approved fixes.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Use when the user asks to check, audit, or improve a website or web project for accessibility (a11y), WCAG compliance, screen reader support, keyboard navigation, color contrast, or alt text. Triggers a plan-mode investigation against the TeachAccess design and code checklists, then implements approved fixes.
Accessible Website Check
Audit a web project for accessibility issues against the TeachAccess design and code checklists, propose a prioritized remediation plan in plan mode, and implement the plan after user approval.
When to Use
Run when the user asks to:
"Check accessibility" / "audit a11y" / "make this accessible"
Improve WCAG compliance, keyboard navigation, screen reader support
Fix color contrast, alt text, ARIA labels, focus indicators, form labels
Review a website or web component before launch
Workflow
Identify scope — Determine which files/pages/components to audit. If unclear, scan the project root for index.html, src/, pages/, components/, or framework markers (React/Vue/Svelte/Astro/Next).
Enter plan mode — Use EnterPlanMode before investigating. All investigation is read-only and happens inside plan mode.
Investigate — Walk the codebase systematically against both checklists below. For each finding, capture: file path, line number, the checklist item it violates, severity (blocker/major/minor), and the concrete fix.
Write the plan — Group findings by checklist item. Prioritize blockers (keyboard traps, missing alt text on meaningful images, contrast failures on body text) above minor issues. Include a verification step.
Exit plan mode for approval — Use ExitPlanMode. The user reviews and approves.
Implement — After approval, apply fixes in priority order. Test each change. Run any available linters/a11y tools (see Tooling).
Verify — Re-run through the checklists on changed files. Report what was fixed and any items deferred.