superforge-a11ylisted
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