agentsclimarketplace

Auditing website accessibility

Skill qte77/claude-code-plugins/plugins/website-audit/skills/auditing-website-accessibility

Audits website accessibility for WCAG 2.2 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.From its SKILL.md

Install
npx -y skills add qte77/claude-code-plugins --skill auditing-website-accessibility

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.8 KB, 583 tokens by cl100k_base, as published. Nobody here has run it

Website Accessibility Audit

Target: $ARGUMENTS

Conducts focused accessibility audits against WCAG 2.2 AA and generates implementable code fixes. No over-analysis.

WCAG Quick Reference

MUST READ references/wcag-quick-reference.md before auditing. Use it as the checklist for all findings.

Audit Areas

Keyboard Navigation

  • Tab order and focus management
  • Skip links and keyboard shortcuts
  • Focus indicators and styling

Screen Reader Compatibility

  • ARIA landmarks and roles
  • Semantic HTML structure
  • Alternative text and descriptions
  • Live region announcements

Visual Accessibility

  • Color contrast ratios (4.5:1 minimum)
  • Responsive zoom (200% minimum)
  • Motion and animation controls

Forms and Data Tables

  • Label associations and error handling
  • Fieldset/legend usage and required field indicators
  • Table header associations and caption elements

Workflow

  1. Identify scope from $ARGUMENTS (URL, file, or directory)
  2. Run automated checks (axe-core, HTML validation, contrast ratios)
  3. Manual review (keyboard-only navigation, screen reader, 200% zoom)
  4. Classify findings by WCAG level and impact
  5. Generate code fixes for each finding

Output Format

Findings

CRITICAL (WCAG Level A)
- [Issue] - Impact: [High/Medium/Low] - Element: [selector]
  Fix: [Code snippet]
  WCAG: [Success Criterion]

COMPLIANCE (WCAG Level AA)
- [Issue] - Impact: [High/Medium/Low] - Element: [selector]
  Fix: [Code snippet]
  WCAG: [Success Criterion]

Implementation Checklist

- [ ] [Fix description] - Impact: [High/Medium/Low]

Group fixes by: Keyboard Navigation, Screen Readers, Visual, Forms/Tables.

Rules

  • Prioritize Level A violations before Level AA
  • Every finding must include a specific, implementable code fix
  • Test keyboard navigation and screen reader paths manually
  • Keep output concise: findings + fixes + checklist only

Further Reading

What ships with it: 1 file

5.9 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.