agentsclimarketplace

Retest

Skill bromso/metapowers/plugins/accessibility/skills/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.

Install
npx -y skills add bromso/metapowers --skill retest

Assembled 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 $ARGUMENTS first, or use --skip-checks to bypass.

If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/accessibility/$ARGUMENTS/skip-log.md.

Process

  1. Read all prior artifacts:

    • Read .metapowers/accessibility/$ARGUMENTS/01-scope.md for original scope
    • Read .metapowers/accessibility/$ARGUMENTS/02-evaluate.md for original issues
    • Read .metapowers/accessibility/$ARGUMENTS/03-report.md for detailed findings
    • Read .metapowers/accessibility/$ARGUMENTS/04-remediate.md for fixes applied
  2. 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
  3. 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
  4. Produce conformance statement:

    • Overall conformance level achieved
    • Per-principle conformance status
    • Known remaining issues (if any)
    • Recommendations for ongoing maintenance
  5. Write the artifact to .metapowers/accessibility/$ARGUMENTS/05-retest.md with 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.