From accessibility
Fix accessibility issues with guided code changes following WCAG criteria
How this skill is triggered — by the user, by Claude, or both
Slash command
/accessibility:remediateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fix the accessibility issues found in "$ARGUMENTS". Apply remediation patterns to resolve WCAG violations, starting with critical barriers.
Fix the accessibility issues found in "$ARGUMENTS". Apply remediation patterns to resolve WCAG violations, starting with critical barriers.
Read .metapowers/accessibility/$ARGUMENTS/03-report.md. If this file does not exist, tell the user:
Phase 3 (Report) has not been completed for "$ARGUMENTS". Run
/accessibility:report $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/03-report.md for prioritized issues and remediation stepsplugins/accessibility/shared/remediation-patterns.md for common fix patternsFix issues by priority:
Log remediation progress:
Write the artifact to .metapowers/accessibility/$ARGUMENTS/04-remediate.md with sections:
The remediation log written to .metapowers/accessibility/$ARGUMENTS/04-remediate.md. Present a summary to the user highlighting:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub bromso/metapowers --plugin accessibility