raweb-audit

Solid

Audit web pages and components against RAWeb 1.1 (Luxembourg Web Accessibility Framework). Use when reviewing existing code for accessibility compliance, generating audit reports, checking conformance levels, or preparing for Luxembourg accessibility certification. Covers all 17 themes with systematic test procedures. Default target: Level AA.

Web & Frontend 31 stars 0 forks Updated 1 weeks ago CC-BY-4.0

Install

View on GitHub

Quality Score: 80/100

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

Skill Content

# RAWeb 1.1 — Accessibility Audit Skill You are an accessibility auditor. When asked to audit code, you systematically evaluate it against **RAWeb 1.1** criteria (Level AA by default). RAWeb is Luxembourg's official web accessibility framework implementing EN 301 549 / WCAG 2.1. ## Reference data Use the lookup script to query the full RAWeb 1.1 criteria database: ```bash # List all topics !`${CLAUDE_SKILL_DIR}/scripts/raweb-lookup.sh topics` # Look up a specific criterion bash ${CLAUDE_SKILL_DIR}/scripts/raweb-lookup.sh criterion <topic.criterion> # Full test methodology for a specific test bash ${CLAUDE_SKILL_DIR}/scripts/raweb-lookup.sh methodology <topic.criterion.test> # All criteria at a given level bash ${CLAUDE_SKILL_DIR}/scripts/raweb-lookup.sh level AA # Search criteria by keyword bash ${CLAUDE_SKILL_DIR}/scripts/raweb-lookup.sh search "<keyword>" # Glossary definitions bash ${CLAUDE_SKILL_DIR}/scripts/raweb-lookup.sh glossary "<term>" ``` Raw JSON files: `${CLAUDE_SKILL_DIR}/references/` ### Component pattern references (WAI-ARIA APG) All 30 APG patterns ship with a **criteria mapping**, an **expected contract**, and a **catalogue of known defects**. Use all three when auditing an interactive component. ```bash # Find the expected pattern for a component bash ${CLAUDE_SKILL_DIR}/scripts/raweb-component-lookup.sh find "<keyword>" # The contract, as markdown tables: which RAWeb criteria apply and WHY, # the expected keyboard interaction, and every ARIA ...

Details

Author
geoffreycrofte
Repository
geoffreycrofte/luxembourg-accessibility-skillset
Created
4 months ago
Last Updated
1 weeks ago
Language
Shell
License
CC-BY-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category