accessibility-workflows

Run Playwright accessibility tests for keyboard navigation, screen readers, and focus management.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/mgifford/drupal-core --skill accessibility-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-workflows
Source: https://github.com/mgifford/drupal-core/tree/main/.agents/skills/ai_best_practices/skills/accessibility-workflows
Command: npx skills add https://github.com/mgifford/drupal-core --skill accessibility-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the testing of core accessibility workflows, helping teams identify and fix issues related to keyboard navigation, screen reader compatibility, and focus management, thereby improving digital accessibility.

Core Features & Use Cases

  • Automated Accessibility Tests: Executes Playwright test suites to verify accessibility features across different themes, color modes, and device viewports.
  • Multi-Scenario Coverage: Validates authentication flows, content creation, form validation, and keyboard navigation.
  • Use Case: A developer needs to ensure a Drupal site meets WCAG 2.2 AA standards before launch; this Skill runs comprehensive tests and generates compliance reports.

Quick Start

Run the accessibility test suite on your Drupal project directory to verify accessibility compliance across multiple themes and devices.

Frequently Asked Questions about accessibility-workflows

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

FAQPage Schema
How do I automate accessibility testing with Playwright to verify WCAG compliance?

Automate accessibility testing by executing Playwright test suites that validate keyboard navigation, screen reader compatibility, and focus management against WCAG standards across multiple viewports and themes.

What is automated keyboard navigation testing and how does it validate screen reader compatibility?

Automated keyboard navigation testing uses Playwright scripts to simulate user interactions, verifying focus management and screen reader compatibility for core workflows like authentication and form validation.

Can I use Playwright to run accessibility tests across different themes and device viewports?

Yes, you can use Playwright to run automated accessibility tests that verify WCAG compliance across various color modes, themes, and device viewports to ensure optimal user experience.

How do I test Drupal WCAG 2.2 AA compliance for core content creation and authentication workflows?

Test Drupal WCAG 2.2 AA compliance by running comprehensive accessibility test suites that validate content creation, form validation, and authentication workflows, generating compliance reports.

Does automated accessibility testing cover focus management and form validation scenarios?

Yes, automated accessibility testing covers focus management and form validation scenarios by executing Playwright tests that verify keyboard navigation and screen reader compatibility.

Why does my accessibility testing workflow need to cover multiple color modes and themes?

Accessibility testing needs to cover multiple color modes and themes to ensure WCAG standards are consistently met across different visual configurations, preventing focus management and contrast issues.