Retest
A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.
npx -y skills add bromso/metapowers --skill retestAssembled 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.
What its author says it does
Copied from the file, not written here
Verify accessibility fixes and produce a conformance statement
SKILL.md
2.3 KB, as published. Nobody here has run it
Retest
Verify that accessibility fixes for "$ARGUMENTS" are effective and produce a formal conformance statement.
Prerequisites
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.
Process
-
Read all prior artifacts:
- Read
.metapowers/accessibility/$ARGUMENTS/01-scope.mdfor original scope - Read
.metapowers/accessibility/$ARGUMENTS/02-evaluate.mdfor original issues - Read
.metapowers/accessibility/$ARGUMENTS/03-report.mdfor detailed findings - Read
.metapowers/accessibility/$ARGUMENTS/04-remediate.mdfor fixes applied
- Read
-
Re-evaluate each fixed issue:
- Read the current code for each fixed issue
- Verify the fix resolves the original WCAG violation
- Check for regressions — did the fix break anything else?
- Update issue status: verified fixed, partially fixed, or regression found
-
Run regression checks:
- Re-check all WCAG criteria from the scope
- Verify no new issues were introduced by the fixes
- Check keyboard navigation flow end-to-end
- Verify ARIA attributes are correct
-
Produce conformance statement:
- Overall conformance level achieved
- Per-principle conformance status
- Known remaining issues (if any)
- Recommendations for ongoing maintenance
-
Write the artifact to
.metapowers/accessibility/$ARGUMENTS/05-retest.mdwith sections:- Verification Results — each issue with retest outcome
- Regression Check — any new issues found
- Conformance Statement — formal WCAG conformance declaration
- Remaining Issues — known gaps with justification
- Maintenance Recommendations — ongoing monitoring advice
Output
The conformance statement written to .metapowers/accessibility/$ARGUMENTS/05-retest.md. Present a summary to the user highlighting:
- Conformance level achieved
- Issues verified as fixed
- Any remaining gaps
- Maintenance recommendations