How this skill is triggered — by the user, by Claude, or both
Slash command
/accessibility:retestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify that accessibility fixes for "$ARGUMENTS" are effective and produce a formal conformance statement.
Verify that accessibility fixes for "$ARGUMENTS" are effective and produce a formal conformance statement.
Read all prior artifacts. If .metapowers/accessibility/$ARGUMENTS/04-remediate.md does not exist, tell the user:
Phase 4 (Remediate) has not been completed for "$ARGUMENTS". Run
/accessibility:remediate $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 all prior artifacts:
.metapowers/accessibility/$ARGUMENTS/01-scope.md for original scope.metapowers/accessibility/$ARGUMENTS/02-evaluate.md for original issues.metapowers/accessibility/$ARGUMENTS/03-report.md for detailed findings.metapowers/accessibility/$ARGUMENTS/04-remediate.md for fixes appliedRe-evaluate each fixed issue:
Run regression checks:
Produce conformance statement:
Write the artifact to .metapowers/accessibility/$ARGUMENTS/05-retest.md with sections:
The conformance statement written to .metapowers/accessibility/$ARGUMENTS/05-retest.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