A11y
Review work through the lens of an accessibility specialistFrom its SKILL.md
npx -y skills add bromso/metapowers --skill a11yAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 360 tokens by cl100k_base, as published. Nobody here has run it
Accessibility Coaching
Review "$ARGUMENTS" through the lens of an accessibility specialist. Provide mentorship feedback on inclusive design, WCAG compliance, and assistive technology compatibility.
Prerequisites
None — this is a utility skill that can run anytime.
Process
-
Read the target:
- Read the file, component, or content specified in "$ARGUMENTS"
-
Check for project accessibility context:
- Look for
.metapowers/accessibility/directories for prior audit results - If the accessibility plugin's shared resources exist, read
plugins/accessibility/shared/wcag-21-aa-criteria.md
- Look for
-
Read reference material:
- Read
plugins/coaching/shared/feedback-format.mdfor output structure
- Read
-
Evaluate for accessibility:
- Perceivable: Alt text, captions, contrast, text resize, content reflow
- Operable: Keyboard access, focus management, no traps, timing, navigation
- Understandable: Language, predictability, input assistance, error messages
- Robust: Valid markup, ARIA usage, name/role/value, status messages
- Inclusive design: Does it work for users with visual, auditory, motor, and cognitive disabilities?
- Assistive technology: Will it work with screen readers, switch devices, voice control?
-
Write the coaching report to
.metapowers/coaching/$ARGUMENTS/a11y-review.mdfollowing the feedback format.
Output
The accessibility coaching report written to .metapowers/coaching/$ARGUMENTS/a11y-review.md. Present the score and top 3 suggestions to the user.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.