Frontend · Version 1.1.0 · Reviewed 2026-08-02
Accessibility Bug Remediation Orchestrator
Improve accessibility bug reproduction and accessible component repair with evidence, explicit trade-offs, and a verification plan.
4 method steps
7 documented failure modes
5 diagnostic checks
7 quality gates
Coordinates reproduction, user-impact analysis, component-level repair, regression tests, and accessible verification. It grounds the decision in the reported barrier, affected workflow, component source, accessibility tree, keyboard behavior, and target criteria and explicitly prevents patching an ARIA attribute without reproducing the user failure or checking native semantics and focus behavior.
₹199 one-time
Get this skill archive
What it checks first
Accessibility Bug Remediation Orchestrator coordinates reproduction, user-impact analysis, component-level repair, regression tests, and accessible verification. It grounds the decision in the reported barrier, affected workflow, component source, accessibility tree, keyboard behavior, and target criteria and explicitly prevents patching an ARIA attribute without reproducing the user failure or checking native semantics and focus behavior. Use it when the work involves Accessibility bug reproduction, Accessible component repair, Assistive technology verification.
- Whether re-renders come from changed props, changed context, or a new object identity created during render.
- Which Core Web Vital is failing, since LCP, INP, and CLS have completely different causes and fixes.
- Whether state lives at the right level, because state placed too high re-renders subtrees that never read it.
- Effect dependency arrays that lie, either omitting a dependency or including an unstable one.
- Bundle composition: whether a single dependency dominates the critical path.