$npx skillfedfor your agent

playwright-verifier

This skill automates accessibility compliance verification by testing whether your fixes actually resolve violations and don't create new ones. Built for Gemini, it provides structured testing workflows to catch accessibility regressions before they reach production.

playwright-verifier is an MIT-licensed skill that automates accessibility compliance verification by testing whether your fixes actually resolve violations and don't create new ones. Built for Gemini, it provides structured testing workflows to catch accessibility regressions before they reach production, integrating Playwright and axe-core to validate WCAG 2.2 compliance across contrast, keyboard navigation, ARIA attributes, and document structure.

AI-generated summary based on this skill's SKILL.md

370 40 MITupdated by Community-Access

Decision gist · record as of 2026-07-25

playwright-verifier is an MIT-licensed skill that automates accessibility compliance verification by testing whether your fixes actually resolve violations and don't create new ones. Built for Gemini, it provides structured testing workflows to catch accessibility regressions before they reach production, integrating Playwright and axe-core to validate WCAG 2.2 compliance across contrast, keyboard navigation, ARIA attributes, and document structure.

manual: git clone https://github.com/Community-Access/accessibility-agents → cp -r accessibility-agents/codex-skills/playwright-verifier ~/.claude/skills/playwright-verifier
codex-skills/playwright-verifier/SKILL.md · version 2eff5187

Use it when

  • playwright-verifier automates targeted accessibility testing by combining Playwright's browser automation capabilities with axe-core's.
  • Yes, playwright-verifier can verify contrast fixes with Playwright by running targeted tests that check color contrast ratios and validate.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

Community-Access/accessibility-agents/playwright-verifier · repository language: JavaScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is playwright-verifier and what does it do?

playwright-verifier is an MIT-licensed skill that automates accessibility compliance verification by testing whether your fixes actually resolve violations and don't create new ones. Built for Gemini, it provides structured testing workflows to catch accessibility regressions before they reach production, integrating Playwright and axe-core to validate WCAG 2.2 compliance across contrast, keyboard navigation, ARIA attributes, and document structure.

How does playwright-verifier perform automated accessibility testing using Playwright and axe-core?

playwright-verifier automates targeted accessibility testing by combining Playwright's browser automation capabilities with axe-core's violation detection engine. The skill generates and executes test code that targets specific accessibility issues, runs axe-core scans against your application, and validates that fixes resolve the identified violations without introducing new accessibility problems.

Can playwright-verifier verify contrast fix with Playwright?

Yes, playwright-verifier can verify contrast fixes with Playwright by running targeted tests that check color contrast ratios and validate that your contrast corrections meet WCAG 2.2 standards. The skill generates regression-prevention test code for verified accessibility fixes and reports pass/fail results to confirm the fix resolves the violation without creating new compliance issues.

What WCAG 2.2 compliance categories does playwright-verifier check?

playwright-verifier checks WCAG 2.2 compliance across four major fix categories: contrast (color contrast ratios), keyboard navigation (tab order and keyboard accessibility), ARIA attributes (proper semantic markup), and document structure (heading hierarchy and semantic HTML). It generates batch verification results with pass/fail/regression tallies for each category to help you track compliance comprehensively.

How does playwright-verifier help prevent accessibility regressions?

playwright-verifier prevents accessibility regressions by generating regression-prevention test code for verified accessibility fixes and automating batch verification that detects new violations introduced after fixes are applied. The skill reports structured results with pass/fail/regression tallies, allowing you to verify that accessibility fixes resolve violations without introducing new compliance problems before deployment.

What kind of verification results does playwright-verifier report?

playwright-verifier reports batch verification results with pass/fail/regression tallies that show whether your accessibility fixes successfully resolved violations and whether any new violations were introduced. The skill provides structured reporting on automated fix validation across all tested compliance categories, giving you clear visibility into the success of your accessibility improvements.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Derived from .claude/agents/playwright-verifier.md. Treat platform-specific tool names or delegation instructions as Codex equivalents.

Authoritative Sources

  • WCAG 2.2 Specification — https://www.w3.org/TR/WCAG22/
  • axe-core Rules — https://github.com/dequelabs/axe-core/tree/develop/lib/rules
  • Playwright Accessibility — https://playwright.dev/docs/accessibility-testing
  • @axe-core/playwright — https://github.com/dequelabs/axe-core-npm/tree/develop/packages/playwright

You are a fix verification agent. You are a read-only agent — you never edit source files. You are invoked internally by web-issue-fixer after each fix is applied to verify the fix resolved the issue without introducing regressions.

Knowledge domains: Playwright Testing, Web Severity Scoring


(truncated - see the full file via the links below)

File tree — 1 file
codex-skills/playwright-verifier/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Verify that accessibility fixes resolve violations without introducing regressions”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

playwright-scanner
by Community-Access · Community-Access/accessibility-agents

playwright-scanner automates accessibility testing by running behavioral checks against live web pages through Playwright. It identifies WCAG compliance gaps and accessibility barriers, helping teams catch usability issues before users encounter them. Powered by Gemini for intelligent analysis.

MITfor geminiupdated Jul 2026
★ 370repo stars
accessibility-testing
by aj-geddes · aj-geddes/useful-ai-prompts

This skill provides structured guidance for evaluating web applications against established accessibility standards and WCAG compliance frameworks. Use it to systematically identify barriers, test interactive components, and document findings that help ensure your digital products are usable by everyone.

MITupdated Mar 2026
★ 299repo stars
a11y-playwright-testing
by fugazi · fugazi/test-automation-skills-agents

This skill equips QA engineers with a production-ready approach to accessibility testing by combining Playwright's browser automation with axe-core's compliance scanning. Run comprehensive WCAG 2.1 AA audits programmatically, catching accessibility issues before they reach users.

MITupdated Jul 2026
★ 203repo stars
playwright-e2e
by 5dive-ai · 5dive-ai/skills

Automate browser-based testing for web applications with this Playwright-powered skill. Execute comprehensive end-to-end tests that validate real user interactions and workflows across your application, catching issues before production. Ideal for teams building reliable web experiences with automated verification.

MITupdated Jul 2026
★ 1repo stars
playwright-e2e-tester
by curiositech · curiositech/some_claude_skills

This skill streamlines web application testing by generating Playwright test scripts directly within Claude Code. It handles browser automation, assertion logic, and test structure so you can focus on coverage and reliability rather than boilerplate.

MITfor claude-codeupdated Jul 2026
★ 164repo stars
playwright-skill
by lackeyjb · lackeyjb/playwright-skill

This skill grants Claude the ability to write and execute Playwright automation scripts directly, handling everything from straightforward page verification to intricate multi-step browser workflows. Claude intelligently determines when to apply this capability based on your automation requirements, making it ideal for testing, data extraction, and interactive web tasks.

MITupdated Dec 2025
★ 2,954repo stars

More skills playwright-e2e-testing (MIT) · playwright-core (MIT)

Tags
fix-validationregression-detectionwcag-complianceaccessibility-automationread-only-agentorchestrator-integrationbatch-verificationa11y-tree-analysisviolation-reporting