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
Install
Community-Access/accessibility-agents/playwright-verifier · repository language: JavaScript
git clone https://github.com/Community-Access/accessibility-agents
cp -r accessibility-agents/codex-skills/playwright-verifier ~/.claude/skills/playwright-verifierFrequently 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)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
codex-skills/playwright-verifier/SKILL.md