gaia-test-a11y

Run automated accessibility tests on deployed web applications with axe-core, pa11y, and Lighthouse.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-test-a11y
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-test-a11y
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-a11y-testing
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-test-a11y

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axe-core, pa11y, lighthouse, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the post-deployment accessibility testing process, ensuring that deployed applications meet accessibility standards.

Core Features & Use Cases

  • Automated Accessibility Testing: Performs accessibility checks using axe-core, pa11y, and Lighthouse.
  • Post-Deploy Smoke Testing: Identifies accessibility issues after deployment.
  • Integration with CI/CD: Can be integrated into CI/CD pipelines for continuous testing.
  • Use Case: After deploying an application, use this Skill to test for accessibility issues and ensure compliance with WCAG 2.1 standards.

Quick Start

Run the gaia-test-a11y skill on the deployed URL of your application.

Frequently Asked Questions about gaia-test-a11y

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

FAQPage Schema
How do I automate accessibility testing post-deployment?

Automated accessibility testing post-deployment is performed by running checks on a deployed web application URL using axe-core, pa11y, and Lighthouse to validate WCAG 2.1 compliance. It functions as a post-deployment smoke test to identify accessibility issues.

How does automated accessibility testing integrate with CI/CD pipelines?

Automated accessibility testing integrates with CI/CD pipelines by executing axe-core, pa11y, and Lighthouse checks against the deployed application URL. This enables continuous testing for WCAG 2.1 compliance automatically after each deployment.

Can I use axe-core, pa11y, and Lighthouse together to check WCAG 2.1 compliance?

Yes, you can use axe-core, pa11y, and Lighthouse together to check WCAG 2.1 compliance. This automated testing approach combines multiple engines to perform comprehensive post-deployment accessibility checks on deployed web applications.

What is post-deploy accessibility smoke testing?

Post-deploy accessibility smoke testing is the process of identifying accessibility issues on a web application immediately after deployment. It uses automated tools like axe-core, pa11y, and Lighthouse to ensure the live application meets WCAG 2.1 standards.

Does automated accessibility testing work on any deployed URL?

Automated accessibility testing works on any deployed web application URL. By running axe-core, pa11y, and Lighthouse against the live URL, it performs continuous testing to verify that the deployed application complies with WCAG 2.1 standards.