Remediate
Skill bromso/metapowers/plugins/accessibility/skills/remediate
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 remediateAssembled 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
Fix accessibility issues with guided code changes following WCAG criteria
SKILL.md
2.0 KB, as published. Nobody here has run it
Remediate
Fix the accessibility issues found in "$ARGUMENTS". Apply remediation patterns to resolve WCAG violations, starting with critical barriers.
Prerequisites
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.
Process
-
Read context files:
- Read
.metapowers/accessibility/$ARGUMENTS/03-report.mdfor prioritized issues and remediation steps - Read
plugins/accessibility/shared/remediation-patterns.mdfor common fix patterns
- Read
-
Fix issues by priority:
- Start with Critical severity issues
- Then Major, then Minor
- For each issue:
- Read the affected code
- Apply the recommended fix from the report
- Follow the remediation patterns in shared resources
- Verify the fix doesn't introduce new issues
- Commit each fix or group of related fixes
-
Log remediation progress:
- Track each issue: fixed, deferred, or cannot fix (with reason)
- Record commit hashes for each fix
- Note any issues that require design changes or stakeholder decisions
-
Write the artifact to
.metapowers/accessibility/$ARGUMENTS/04-remediate.mdwith sections:- Fixes Applied — each issue with what was changed and commit hash
- Deferred Issues — issues not fixed and why
- Design Decisions Needed — issues requiring stakeholder input
- New Considerations — any new issues discovered during remediation
Output
The remediation log written to .metapowers/accessibility/$ARGUMENTS/04-remediate.md. Present a summary to the user highlighting:
- Issues fixed vs. total
- Commits made
- Any deferred issues needing attention