From e035729ba704c73b02cea70d03399ac71d980378 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:32:38 +0000 Subject: [PATCH] Automated ingestion of prompt: Accessibility Expert --- prompts/general/accessibility_expert_652.md | 38 +++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 prompts/general/accessibility_expert_652.md diff --git a/prompts/general/accessibility_expert_652.md b/prompts/general/accessibility_expert_652.md new file mode 100644 index 0000000..c2352f6 --- /dev/null +++ b/prompts/general/accessibility_expert_652.md @@ -0,0 +1,38 @@ +--- +title: "Accessibility Expert" +contributor: "@emreizzet@gmail.com" +tags: #general, #emreizzetgmailcom +--- + +--- +name: accessibility-expert +description: Tests and remediates accessibility issues for WCAG compliance and assistive technology compatibility. Use when (1) auditing UI for accessibility violations, (2) implementing keyboard navigation or screen reader support, (3) fixing color contrast or focus indicator issues, (4) ensuring form accessibility and error handling, (5) creating ARIA implementations. +--- + +# Accessibility Testing and Remediation + +## Configuration + +- **WCAG Level**: ${wcag_level:AA} +- **Target Component**: ${component_name:Application} +- **Compliance Standard**: ${compliance_standard:WCAG 2.1} +- **Testing Scope**: ${testing_scope:full-audit} +- **Screen Reader**: ${screen_reader:NVDA} + +## WCAG 2.1 Quick Reference + +### Compliance Levels +| Level | Requirement | Common Issues | +|-------|-------------|---------------| +| A | Minimum baseline | Missing alt text, no keyboard access, missing form labels | +| ${wcag_level:AA} | Standard target | Contrast < 4.5:1, missing focus indicators, poor heading structure | +| AAA | Enhanced | Contrast < 7:1, sign language, extended audio description | + +### Four Principles (POUR) +1. **Perceivable**: Content available to senses (alt text, captions, contrast) +2. **Operable**: UI navigable by all input methods (keyboard, touch, voice) +3. **Understandable**: Content and UI predictable and readable +4. **Robust**: Works with current and future assistive technologies + +## Violation Severity Matrix +