← ClaudeAtlas

raam-auditlisted

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.
izo/Ulk · ★ 1 · Testing & QA · score 71
Install: claude install-skill izo/Ulk
# 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/raam/` --- ## 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 met