Frontend · Version 1.0.0 · Reviewed 2026-08-02
Accessibility Audit Report Composer
Improve accessibility finding synthesis and component-level deduplication with evidence, explicit trade-offs, and a verification plan.
4 method steps
7 documented failure modes
5 diagnostic checks
7 quality gates
Combines automated and manual accessibility evidence into deduplicated findings, user impact, and remediation priorities. It grounds the decision in automated scan results, keyboard tests, screen-reader observations, routes, states, components, and conformance targets and explicitly prevents reporting hundreds of repeated node violations as separate issues or treating an automated pass as full conformance.
₹299 one-time
Get this skill archive
What it checks first
Accessibility Audit Report Composer combines automated and manual accessibility evidence into deduplicated findings, user impact, and remediation priorities. It grounds the decision in automated scan results, keyboard tests, screen-reader observations, routes, states, components, and conformance targets and explicitly prevents reporting hundreds of repeated node violations as separate issues or treating an automated pass as full conformance. Use it when the work involves Accessibility finding synthesis, Component-level deduplication, WCAG remediation report.
- 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.