accessibility-validation-planner

Plans accessibility validation covering semantics, keyboard, focus, screen readers, and automated checks.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/vmitsaras/Agent-Skills --skill accessibility-validation-planner-vmitsaras
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: accessibility-validation-planner
Source: https://github.com/vmitsaras/Agent-Skills/tree/main/skills/frontend-a11y/accessibility-validation-planner
Command: npx skills add https://github.com/vmitsaras/Agent-Skills --skill accessibility-validation-planner-vmitsaras

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams shipping web interfaces often lack a structured way to verify accessibility before release, relying on ad-hoc checks or over-trusting automated scans. This Skill produces a complete accessibility validation plan with scope, methods, evidence, priorities, and release gates. ## Core Features & Use Cases - Full-coverage validation matrix: Plans checks across semantic HTML, keyboard operation, focus management, screen-reader behavior, zoom and reflow, contrast, reduced motion, and automated tooling. - Assistive technology and browser matrix: Defines which screen-reader, browser, and platform combinations to test and what each pass must verify. - Release gates and evidence: Distinguishes blockers from accepted risks, assigns owners, and specifies evidence such as recordings, test output, and keyboard path notes. - Use Case: Before launching a checkout flow, ask for an accessibility validation plan and receive a prioritized matrix covering form errors, focus trapping in modals, screen-reader announcements, and axe-based CI checks. ## Quick Start Ask the agent to create an accessibility validation plan for your page, component, or user flow before release.

Frequently Asked Questions about accessibility-validation-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an accessibility test plan for a web page?▼

Define the pages, flows, and states in scope, then plan checks across semantics, keyboard, focus, screen readers, zoom and reflow, contrast, motion, and automated tools. Assign each check a method, evidence type, and priority, and finish with release gates separating blockers from accepted risks.

What should an accessibility QA checklist cover?▼

A thorough checklist covers landmarks and headings, accessible names, keyboard-only task completion, focus visibility and restoration, screen-reader announcements, contrast and non-color cues, zoom and reflow, reduced motion, and automated scans with their known blind spots.

Can automated accessibility tools replace manual testing?▼

No. Tools like axe-based scans and accessibility linters catch only a subset of issues, so the plan records tool blind spots and reserves manual keyboard, focus, and screen-reader verification for final release gates.

Which screen readers and browsers should I test for accessibility?▼

Choose representative assistive-technology and browser combinations appropriate to your project's audience, then validate that equivalent information and control states are conveyed rather than requiring identical phrasing across every screen reader.

When should I not use an accessibility validation planner?▼

Skip it when you already have a specific failing accessibility issue needing a direct code fix, when the request is purely visual polish, or when you need a legal compliance opinion rather than a technical validation plan.