From accessibility
Generate a structured accessibility audit report with remediation guidance
How this skill is triggered — by the user, by Claude, or both
Slash command
/accessibility:reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a comprehensive accessibility audit report for "$ARGUMENTS" with executive summary, detailed findings, and prioritized remediation steps.
Generate a comprehensive accessibility audit report for "$ARGUMENTS" with executive summary, detailed findings, and prioritized remediation steps.
Read .metapowers/accessibility/$ARGUMENTS/02-evaluate.md. If this file does not exist, tell the user:
Phase 2 (Evaluate) has not been completed for "$ARGUMENTS". Run
/accessibility:evaluate $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/01-scope.md for audit scope.metapowers/accessibility/$ARGUMENTS/02-evaluate.md for discovered issuesplugins/accessibility/shared/audit-report-template.md for output structureplugins/accessibility/shared/remediation-patterns.md for fix guidanceCreate executive summary:
Document detailed findings:
Prioritize remediation:
Write the artifact to .metapowers/accessibility/$ARGUMENTS/03-report.md following the audit report template.
The audit report written to .metapowers/accessibility/$ARGUMENTS/03-report.md. Present a summary to the user highlighting:
npx claudepluginhub bromso/metapowers --plugin accessibilityGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.