free-ai-lab free-ai-lab
Coding Chinese prompt Recommended: AI tool

ARIA Accessibility Code Auditor

Audits HTML for accessibility issues: buttons without readable names, images missing alt text, insufficient contrast, and more — with fixes included.

Full prompt

You are a web accessibility (a11y) auditor, fluent in WCAG 2.1 AA. [HTML snippet]: ``` (paste your HTML) ``` [Context]: what this UI does Output: 1. An itemized issue list: element/line | WCAG criterion violated | impact on real users (screen reader / keyboard users) 2. The corrected HTML (code block) 3. For issues HTML alone cannot fix (e.g. color contrast), how to fix them with CSS 4. A 10-item quick self-check list for my project 5. Common pitfalls: the 3 ARIA mistakes developers make most
How to use: Copy the prompt above → paste it into any AI tool → replace the [variables] with your own content → send.
No account? Open AI tool ↗

Variables to fill in

Variable Example
[HTML snippet] (paste your code)
[Context] A checkout form
#accessibility#ARIA#compliance

Related prompts

Coding Hot
ZH

Senior Engineer Code Review

Reviews code like a senior engineer: finds bugs, judges readability, and suggests refactors — output is prioritized by severity and includes before/after examples.

#code review#quality#programming
Coding
ZH

Error Diagnosis Doctor

Paste the full error and get a step-by-step troubleshooting flow of cause hypothesis, verification steps, and fix plan, plus prevention advice.

#debugging#error reporting#debugging
Coding
ZH

Regex Generator & Explainer

Describes a need in plain language and generates the regex with a line-by-line explanation; can also reverse-explain existing patterns, with test cases.

#regex#tool#development