WCAG gate
By Karo
Category: Vibe Coding Prompts
Review a page for accessibility issues.
Adapted and shared by Product with Attitude, with credit to Ruben Hassid's validation step.
Prompt / skill content
Review this page for contrast and accessibility. List any WCAG 2.1 AA
violations with exact fixes. Then check: heading hierarchy is semantic
(one h1, no skipped levels), every image has meaningful alt text, all
interactive elements are keyboard-reachable, and tap targets are at
least 44px on mobile. Output a pass/fail table with the fix per row.
Where to get it
Read the original resource.
More in Vibe Coding Prompts
← Back to Attitude Vault