accessibility-audit

Solid

Audit UI code for WCAG 2.1 AA compliance — color contrast, keyboard navigation, ARIA roles, focus management, and screen reader compatibility. Use when the user asks to "check accessibility", "make this accessible", "WCAG audit", "a11y review", or before marking any public-facing UI as done. Do NOT use for quick pre-delivery checks — use output-enforcement for that. This skill goes deeper: it covers ARIA semantics, focus order, and live regions.

AI & Automation 2 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<!-- Adapted from vercel-labs/agent-skills (MIT) — accessibility audit concept and WCAG rule coverage. All content written original for YAMTAM. Rule descriptions derived from WCAG 2.1 public spec (W3C). --> ## When to Use - Use when: user explicitly asks for an accessibility review - Use when: UI is public-facing and will be used by real users - Use when: product serves regulated industries (healthcare, gov, finance — a11y is often legally required) - Use when: `output-enforcement` L3 check flagged a contrast or label issue and you need the full fix - Do NOT use for quick pre-delivery sweeps — use `output-enforcement` L3 baseline instead - Do NOT use when: there is no UI code to review ## Pre-conditions - [ ] UI code (HTML/JSX/TSX/CSS) is available to read - [ ] Target WCAG level confirmed (default: AA — upgrade to AAA if user requests) ## How It Works 1. **Run the 5-category audit** (see checklist below) 2. **Score each item** PASS / FAIL / ESTIMATED / N/A 3. **For each FAIL**: show the specific line/element, the rule violated, and the fix 4. **Summary**: WCAG AA level reached or not, list of blockers ## Audit Checklist ### Category 1 — Color & Contrast (WCAG 1.4) ``` □ Normal text (< 18pt): contrast ratio ≥ 4.5:1 □ Large text (≥ 18pt or ≥ 14pt bold): contrast ratio ≥ 3:1 □ UI components and icons: contrast ≥ 3:1 against adjacent color □ Focus indicator: contrast ≥ 3:1 against both sides of the boundary □ Information NOT conveyed by color alone (e.g. error state...

Details

Author
yanacuti1121
Repository
yanacuti1121/Yana-AI
Created
2 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

accessibility-audit

Generate a WCAG 2.2 accessibility audit checklist and remediation suggestions for any UI or design. Use when asked to audit for accessibility, check WCAG compliance, review a design for a11y issues, or create an accessibility remediation plan. Produces a prioritised checklist with pass/fail assessments and specific fixes.

1,228 Updated today
mohitagw15856
AI & Automation Solid

accessibility-audit

Run a comprehensive WCAG accessibility audit covering perceivable, operable, understandable, and robust principles. Use this skill whenever the user wants to audit accessibility, review WCAG compliance, fix accessibility issues, prepare for accessibility certification, address an accessibility lawsuit risk, or systematically improve a site's accessibility. Triggers on accessibility audit, WCAG audit, a11y audit, accessibility compliance, ADA compliance, screen reader test, keyboard navigation, accessibility report, fix accessibility, axe scan. Also triggers when accessibility issues have been reported and need systematic remediation.

2 Updated 5 days ago
rampstackco
AI & Automation Featured

accessibility-audit

Run a comprehensive WCAG accessibility audit covering perceivable, operable, understandable, and robust principles. Use this skill whenever the user wants to audit accessibility, review WCAG compliance, fix accessibility issues, prepare for accessibility certification, address an accessibility lawsuit risk, or systematically improve a site's accessibility. Triggers on accessibility audit, WCAG audit, a11y audit, accessibility compliance, ADA compliance, screen reader test, keyboard navigation, accessibility report, fix accessibility, axe scan. Also triggers when accessibility issues have been reported and need systematic remediation.

476 Updated 6 days ago
rampstackco