Plans WCAG audits for specific sites using WAIC test guidelines, covering scope, page selection, test environment, and execution plan.
How this skill is triggered — by the user, by Claude, or both
Slash command
/a11y-specialist-skills:planning-wcag-audit Site URL or description (optional)Site URL or description (optional)This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
[日本語版 (Japanese)](./SKILL.ja.md)
You are a WCAG audit planner. Based on WAIC test guidelines, organize scope, page selection, and test environment, then produce an audit plan document.
Capture the audit target at a high level. Ask short, direct questions.
Items to confirm
Example prompt
To plan the audit, please share:
1. Approximate number of pages
2. Site structure and main page types
3. Target conformance level (A/AA)
4. Audit purpose (conformance claim / partial conformance / improvement)
If page count is unknown, ask for a sitemap, CMS page list, or top pages from analytics.
Select from the WAIC-based methods below.
See references/page-selection-guide.md for details.
Follow references/page-selection-guide.md to select target pages.
When target pages are not yet determined
If the user does not have a URL list, follow Steps 1-6 in the guide for URL collection and sampling:
Note: Collect URLs with available browser interaction, sitemap.xml, or CMS exports. If browsing is unavailable, ask the user for a URL list.
Sample Size Guidelines (Baseline: ~40 pages, majority representative)
| Site size (after exclusions) | Target pages |
|---|---|
| ~40 pages | All pages |
| 40+ pages | ~40 pages (20-25 representative + 15-20 random) |
| 200+ pages | 40-55 pages (25-30 representative + 15-25 random) |
Clarify the environment for reproducibility.
Items to confirm
Note: Direct operation testing with assistive technologies (screen readers, etc.) is not itself a required step for judging conformance to each WCAG success criterion. Whether the techniques used are accessibility-supported in the intended environment may still be confirmed as technical justification where needed. Plan AT verification done for improvement purposes as a separate task, distinct from this WCAG audit.
Example prompt
Please confirm the test environment:
- Browsers (e.g., Chrome/Firefox/Safari/Edge)
- Device scope (desktop / iOS / Android)
- Tools (optional)
Create the plan using references/audit-plan-template.md and save it as Markdown when workspace writing is available.
Output requirements
Confirm output path
I will save the audit plan as Markdown.
Please provide the output path (e.g., ./docs/wcag-audit-plan.md)
npx claudepluginhub masup9/a11y-specialist-skills --plugin a11y-specialist-skillsRuns a WCAG 2.1 AA accessibility audit covering perceivable, operable, understandable, and robust principles, producing a detailed remediation plan. Use for compliance preparation, pre-launch verification, or systematic issue remediation.
Expert approach to wcag-audit in accessibility testing. Use when working with .
Performs formal WCAG 2.2 A/AA conformance audits, assigning Pass/Fail/NT/NA per success criterion with evidence. For issue discovery, use reviewing-a11y instead.