Prompt file imported from bsstahl/SlideFed (
.github/prompts/accessibility-audit.prompt.md). Copyright stays with the author.
Accessibility Audit
Audit the current codebase for accessibility issues. Check for:
- Semantic HTML — Are semantic elements used appropriately?
- ARIA attributes — Are ARIA roles, labels, and descriptions correct?
- Keyboard navigation — Can all interactive elements be reached via keyboard?
- Color contrast — Do text and background combinations meet WCAG AA standards?
- Alt text — Do all images have meaningful alternative text?
Provide a prioritized list of issues with severity levels and remediation steps.