accessibility-auditor

Run Playwright-based accessibility, visual regression, and performance audits on a dashboard.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ojallington/boardclaude --skill accessibility-auditor-ojallington
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-auditor
Source: https://github.com/ojallington/boardclaude/tree/main/skills/accessibility-auditor
Command: npx skills add https://github.com/ojallington/boardclaude --skill accessibility-auditor-ojallington

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of auditing web applications for accessibility, visual consistency, and performance issues, ensuring a better user experience for all.

Core Features & Use Cases

  • Comprehensive Audits: Conducts accessibility checks (axe-core), visual regression testing, and performance analysis (Lighthouse).
  • Cross-Viewport Testing: Verifies layout and responsiveness across different screen sizes.
  • Use Case: Before releasing a new feature, run this Skill to catch critical accessibility violations, ensure visual elements match design specs, and confirm the application loads quickly on mobile devices.

Quick Start

Run a full accessibility, visual, and performance audit on the dashboard.

Frequently Asked Questions about accessibility-auditor

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

FAQPage Schema
How do I automate web accessibility audits with Playwright and axe-core?

Playwright-based accessibility audits run axe-core checks to detect violations, validate color contrast, and verify keyboard navigation across multiple viewports, generating comprehensive violation reports for your web dashboard.

Can I generate Lighthouse performance scores for a web dashboard?

Yes, you can generate Lighthouse performance scores by running Playwright audits that analyze dashboard interface metrics, evaluate loading speed, and integrate performance findings into agent evaluations for code quality.

Does this visual regression testing work across different screen sizes?

Visual regression testing validates layout and responsiveness by capturing visual elements across multiple viewports, ensuring your web application maintains cross-viewport visual consistency on different screen sizes.

What's the best way to check color contrast and keyboard navigation before release?

Running a comprehensive axe-core audit validates color contrast and keyboard navigation, catching critical accessibility violations and confirming visual elements match design specs before you release a new feature.

Do I need to install dependencies to run Lighthouse and axe-core audits?

No external dependencies are required to run Lighthouse and axe-core audits. The Skill performs Playwright-based audits directly, generating accessibility violation reports and Lighthouse scores without manual setup.

Why integrate accessibility audit findings into code quality evaluations?

Integrating audit findings into agent evaluations for code quality systematically tracks accessibility violations and performance metrics, providing actionable documentation to resolve issues and improve overall user experience.