원클릭으로
accessibility-testing
Use for testing the accessibility of a web project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for testing the accessibility of a web project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | accessibility-testing |
| description | Use for testing the accessibility of a web project |
| license | MIT |
| metadata | {"author":"conesible.de","version":"0.1"} |
Implementing accessibility correctly is crucial to deliver quality web experiences for everyone, including developers.
To catch accessibility defects quickly and reliably, employ automated and rule-based accessibility checks. For this, set up a development requirement for the pa11y/pa11y CLI tool and the axe-core runner, and run it against fresh development builds. Also cover individual features and components, isolated from the rest of the page.
Include these checker tools into an existing CI pipeline.
For each component, check each component for its full WCAG 2.2 level AAA conformance, and create a table that contains the number of the success criterion, its name, a short description, and the conformance status (pass, fail, not applicable, untested)
If it helps, you may also make this as a template and re-use it accordingly.
You may use browser based tools (like Playwright) to run checks yourself that traditionally required real users for testing. If you can't make a judgement or it might be un-reliable, note a todo with a clear and concise assessment instruction for a developer.
Whenever you have made an accessibility assessment or judgement, produce a short writeup of all documented issues and suggested fixes. Never suggest quick-wins or shorthand fixes if a complete architectural overhaul would be the better and correct choice. This is especially true if the quick fix would involve ARIA patterns.
As required per EU law and local equivalents (e.g. Barrierefreiheitsstärkungsgesetz/BFSG in Germany), projects are required to have a public-facing information page about the accessibility of the page, with the following contents in natural language:
The law also mandates that developers inform the governing bodies of their offerings pro-actively. Draft an email for that and research the relevant email address.
This page must be available on every page, near other regulatory links such as a privacy policy.
Implement this page in any case, even if the service may not be directly covered by the law.