How this skill is triggered — by the user, by Claude, or both
Slash command
/accessibility:evaluateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluate "$ARGUMENTS" for accessibility issues. Run automated and manual checks, discover barriers, and map each issue to specific WCAG success criteria.
Evaluate "$ARGUMENTS" for accessibility issues. Run automated and manual checks, discover barriers, and map each issue to specific WCAG success criteria.
Read .metapowers/accessibility/$ARGUMENTS/01-scope.md. If this file does not exist, tell the user:
Phase 1 (Scope) has not been completed for "$ARGUMENTS". Run
/accessibility:scope $ARGUMENTSfirst, or use--skip-checksto bypass.
If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/accessibility/$ARGUMENTS/skip-log.md.
Read context files:
.metapowers/accessibility/$ARGUMENTS/01-scope.md for audit scope and target pagesplugins/accessibility/shared/wcag-21-aa-criteria.md for the full criteria referenceAutomated evaluation:
Manual evaluation:
Map each issue to WCAG criteria:
Write the artifact to .metapowers/accessibility/$ARGUMENTS/02-evaluate.md with sections:
The evaluation results written to .metapowers/accessibility/$ARGUMENTS/02-evaluate.md. Present a summary to the user highlighting:
npx claudepluginhub bromso/metapowers --plugin accessibilityGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.