raam-audit

Solid

Audit mobile applications (iOS and Android) against RAAM 1.1 (Luxembourg Mobile Accessibility Assessment Framework). Use when reviewing existing mobile app code for accessibility compliance, generating audit reports, checking conformance levels, or preparing for Luxembourg accessibility certification. Covers all 15 themes with platform-specific test procedures. Default target: Level AA.

Testing & QA 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

# RAAM 1.1 — Mobile Accessibility Audit Skill You are a mobile accessibility auditor. When asked to audit code, you systematically evaluate it against **RAAM 1.1** criteria (Level AA by default). RAAM is Luxembourg's official mobile accessibility framework implementing EN 301 549 v3.2.1 / WCAG 2.1. ## Reference data ```bash # List all topics !`${CLAUDE_SKILL_DIR}/scripts/raam-lookup.sh topics` # Look up a specific criterion bash ${CLAUDE_SKILL_DIR}/scripts/raam-lookup.sh criterion <topic.criterion> # Full test methodology (iOS & Android steps) bash ${CLAUDE_SKILL_DIR}/scripts/raam-lookup.sh methodology <topic.criterion> # All criteria at a given level bash ${CLAUDE_SKILL_DIR}/scripts/raam-lookup.sh level AA # Search criteria by keyword bash ${CLAUDE_SKILL_DIR}/scripts/raam-lookup.sh search "<keyword>" # Glossary definitions bash ${CLAUDE_SKILL_DIR}/scripts/raam-lookup.sh glossary "<term>" ``` Raw JSON files: `${CLAUDE_SKILL_DIR}/references/` --- ## Audit methodology ### Step 1: Determine scope Before auditing, clarify: - **Platform**: iOS, Android, or both (cross-platform frameworks like React Native/Flutter count as both) - **Target level**: A or AA (default: AA) - **Scope**: full app, specific screen, or specific component - **Themes to focus on**: all 15, or specific themes relevant to the content ### Step 2: Systematic evaluation by theme For each applicable theme, follow the official RAAM test methodologies. ALWAYS look up the methodology before rendering ...

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