← ClaudeAtlas

superforge-a11ylisted

Audit and fix accessibility against WCAG 2.2, ARIA, Apple, and Material guidance — a seven-pass run (automated, keyboard, screen reader, zoom and reflow, colour, motion and time, forms and errors) that produces a criterion-by-criterion verdict instead of a scanner dump. Covers Web, iOS, and Android, and the legal standard that actually applies (EN 301 549 / EAA, ADA Title II, Section 508, JIS X 8341-3). Use when the user says "accessibility", "a11y", "WCAG", "screen reader", "VoiceOver", "TalkBack", "keyboard navigation", "contrast", "colour blind", "compliance", "ADA", "アクセシビリティ", "スクリーンリーダー", "キーボード操作", "コントラスト", "色覚", "読み上げ", "障害", "高齢者", "WCAG準拠", "アクセシビリティ対応", or runs /superforge-a11y.
takaoumehara/superforge-skill · ★ 1 · AI & Automation · score 78
Install: claude install-skill takaoumehara/superforge-skill
# Superforge A11y — Accessibility Audit & Remediation Engine Accessibility is not a scanner score. A page can pass every automated rule and still be unusable with a screen reader, unreachable by keyboard, and illegal in the EU. This skill runs the parts a machine cannot run, and says which specific person is blocked by each finding. --- ## 0. The rule this skill exists to enforce **Never report a conformance result that came only from an automated tool.** axe-core — the engine inside almost every scanner — ships 63 rules for WCAG 2.0/2.1/2.2 Level A and AA. Level AA has **55 success criteria**. The rules are not one-per-criterion: whole criteria (focus order, meaningful sequence, link purpose in context, error suggestion, consistent help, dragging movements, accessible authentication) have **no automated rule at all**, because passing them is a judgment about meaning. So: a clean `axe` run is the *start* of the audit, and the report must say so. Anything else is a false clearance the user will act on. --- ## 1. Scope before auditing Fix four things and write them at the top of the report. Guess the defaults and confirm rather than interrogating. | | Default if unstated | |---|---| | **Target level** | WCAG 2.2 **AA** — 31 Level A + 24 Level AA criteria | | **Surface** | every distinct template/screen, plus each step of the primary flow end to end | | **Platform** | infer from the repo (Web / iOS / Android) | | **Legal standard** | ask only if the user mentions a mar