estimating-accessibility-effort
Installation
SKILL.md
Estimating Accessibility Effort
Estimate the effort required to remediate accessibility issues. Given a set of findings — from an audit, automated scan, user report, or backlog — produce effort estimates that help with planning. This is a planning skill; it does not fix the issues.
Inputs
This skill expects one or more accessibility issues to estimate. These may come from:
- An accessibility audit report (from
reviewing-accessibilityor a manual audit) - axe-core scan results
- GitHub issues labelled as accessibility
- A backlog of known accessibility problems
- A VPAT or compliance gap analysis
For each issue, the input should ideally include: what the problem is, where it occurs, and which WCAG criterion it violates. If the input is sparse (e.g., "fix keyboard navigation on the settings page"), gather context by reading the affected code before estimating.
Read the code first
Effort estimates based only on the issue description are unreliable. Before estimating, read the actual implementation: