a11y-audit-fix-agent-orchestrator

Orchestrate accessibility audits across analysis, remediation, and validation stages.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/joe-watkins/a11y-devkit --skill a11y-audit-fix-agent-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: a11y-audit-fix-agent-orchestrator
Source: https://github.com/joe-watkins/a11y-devkit/tree/main/packages/a11y-audit-fix-agent-orchestrator
Command: npx skills add https://github.com/joe-watkins/a11y-devkit --skill a11y-audit-fix-agent-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates the complete accessibility audit workflow by orchestrating tasks across multiple specialized a11y skills, enabling end-to-end analysis, remediation, and validation.

Core Features & Use Cases

  • Autonomous orchestration: Run analysis, remediation, and validation in a single continuous run without human prompts.
  • Workflow coordination: Directs other skills (web-standards, a11y-tester, a11y-remediator, a11y-validator) to perform tasks in sequence and generate a remediation report.
  • Use case: When a user requests a "full accessibility audit" for a codebase or URL, this skill chains the workflow to identify, fix, and verify issues automatically.

Quick Start

Use the orchestrator with the a11y-devkit deployment CLI to load this skill and initiate a full audit across your project.

Frequently Asked Questions about a11y-audit-fix-agent-orchestrator

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

FAQPage Schema
How do I run a full accessibility audit automatically across my codebase?

An automated accessibility audit orchestrates analysis, remediation, and validation in a single continuous run. This skill chains specialized a11y skills to identify, fix, and verify accessibility issues without requiring manual prompts between stages.

Can I automate both accessibility remediation and validation in one workflow?

Yes, accessibility remediation and validation can be automated in one workflow. The orchestrator directs sequential stage execution across analysis, fixing, and verification, automatically generating a remediation report upon completion.

What is the best way to coordinate axe-core accessibility testing across multiple stages?

Coordinating axe-core accessibility testing across stages requires an orchestration layer that directs specialized skills to perform analysis, remediation, and validation in sequence. This approach enables end-to-end assessment and automated fixing without manual intervention.

Does the accessibility audit orchestrator work with web URLs or only local codebases?

The accessibility audit orchestrator works with both web URLs and local codebases. It applies the same coordinated analysis, remediation, and validation workflow regardless of the input source.

Do I need the a11y-devkit to deploy the accessibility audit workflow?

Yes, you need the a11y-devkit deployment CLI to load the orchestrator skill and initiate a full accessibility audit across your project. This provides the environment to execute the end-to-end workflow.

What happens if automated accessibility remediation encounters issues it cannot fix?

The orchestrator generates a remediation report detailing the outcomes of the analysis, remediation, and validation stages. This report captures identified issues and the status of automated fixes across the workflow.