Automated ingestion of prompt: Accessibility Testing Superpower
This commit is contained in:
parent
e035729ba7
commit
e242a5d9b7
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue