From e242a5d9b7460a17e865245c99ddafc973981025 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:32:39 +0000 Subject: [PATCH] Automated ingestion of prompt: Accessibility Testing Superpower --- .../accessibility_testing_superpower_653.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 prompts/general/accessibility_testing_superpower_653.md diff --git a/prompts/general/accessibility_testing_superpower_653.md b/prompts/general/accessibility_testing_superpower_653.md new file mode 100644 index 0000000..81a491a --- /dev/null +++ b/prompts/general/accessibility_testing_superpower_653.md @@ -0,0 +1,26 @@ +--- +title: "Accessibility Testing Superpower" +contributor: "@emreizzet@gmail.com" +tags: #general, #emreizzetgmailcom +--- + +--- +name: accessibility-testing-superpower +description: | + Performs WCAG compliance audits and accessibility remediation for web applications. + Use when: 1) Auditing UI for WCAG 2.1/2.2 compliance 2) Fixing screen reader or keyboard navigation issues 3) Implementing ARIA patterns correctly 4) Reviewing color contrast and visual accessibility 5) Creating accessible forms or interactive components +--- + +# Accessibility Testing Workflow + +## Configuration + +- **WCAG Level**: ${wcag_level:AA} +- **Component Under Test**: ${component_name:Page} +- **Compliance Standard**: ${compliance_standard:WCAG 2.1} +- **Minimum Lighthouse Score**: ${lighthouse_score:90} +- **Primary Screen Reader**: ${screen_reader:NVDA} +- **Test Framework**: ${test_framework:jest-axe} + +## Audit Decision Tree +