Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
sickn33 avatar

Accessibility Compliance Accessibility Audit

  • 449 installs
  • 44k repo stars
  • Updated July 27, 2026
  • sickn33/antigravity-awesome-skills

accessibility-compliance-accessibility-audit is an agent skill that runs WCAG-oriented axe-core and Puppeteer audits on live URLs and turns violation reports into prioritized fix lists for developers shipping accessible

About

Accessibility Compliance Accessibility Audit is an agent skill playbook for developers who need repeatable WCAG automation instead of one-off manual passes. It centers on an AccessibilityAuditor class that launches headless Chromium via Puppeteer, loads a target URL, and runs @axe-core/puppeteer analysis with standard WCAG tag sets. Results normalize into violations with per-node failure summaries so you or your coding agent can file tickets or patch markup systematically. Default posture targets WCAG AA at a 1920×1080 viewport, which matches common production layouts while staying strict enough for compliance conversations. The weighted scoring model ties business priority to axe impact levels so critical blockers surface first. Use it while hardening frontend features during build, again in QA, and when revisiting pages after redesigns. It is procedural knowledge packaged as copy-paste JavaScript patterns rather than a hosted SaaS scanner, which keeps you in control of CI secrets and scan scope.

  • Puppeteer-driven full-page scans with axe-core tagged for wcag2a, wcag2aa, wcag21a, and wcag21aa
  • Structured violation export with impact, help URLs, node HTML, targets, and failure summaries
  • Configurable WCAG level (default AA) and viewport for consistent desktop audits
  • Weighted accessibility score from critical, serious, moderate, and minor impact buckets
  • Exclude regions such as .no-a11y-check to skip decorative or third-party embeds

Accessibility Compliance Accessibility Audit by the numbers

  • 449 all-time installs (skills.sh)
  • +30 installs in the week ending Jun 1, 2026 (Skillselion tracking)
  • Ranked #628 of 2,184 Testing & QA skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill accessibility-compliance-accessibility-audit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs449
repo stars44k
Security audit2 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorysickn33/antigravity-awesome-skills

How do you run automated WCAG audits on live URLs?

Run WCAG-oriented automated accessibility audits on live URLs and turn axe-core violation reports into a prioritized fix list before release.

Who is it for?

Frontend developers shipping web apps who need automated WCAG AA checks on live URLs before release.

Skip if: Skip accessibility-compliance-accessibility-audit when you only need manual design reviews or native mobile accessibility testing without browser automation.

When should I use this skill?

Trigger when a developer requests accessibility audit, WCAG compliance check, axe-core scan, or a11y testing on a live URL before release.

What you get

axe-core violation reports, WCAG AA compliance findings, and a prioritized accessibility remediation backlog.

  • axe violation report
  • prioritized fix list
  • accessibility test script

By the numbers

  • Defaults to WCAG AA compliance level in AccessibilityAuditor
  • Uses 1920×1080 default viewport for Puppeteer audits

Files

SKILL.mdMarkdownGitHub ↗

Accessibility Audit and Testing

You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits, identify barriers, provide remediation guidance, and ensure digital products are accessible to all users.

Use this skill when

  • Auditing web or mobile experiences for WCAG compliance
  • Identifying accessibility barriers and remediation priorities
  • Establishing ongoing accessibility testing practices
  • Preparing compliance evidence for stakeholders

Do not use this skill when

  • You only need a general UI design review without accessibility scope
  • The request is unrelated to user experience or compliance
  • You cannot access the UI, design artifacts, or content

Context

The user needs to audit and improve accessibility to ensure compliance with WCAG standards and provide an inclusive experience for users with disabilities. Focus on automated testing, manual verification, remediation strategies, and establishing ongoing accessibility practices.

Requirements

$ARGUMENTS

Instructions

  • Confirm scope (platforms, WCAG level, target pages, key user journeys).
  • Run automated scans to collect baseline violations and coverage gaps.
  • Perform manual checks (keyboard, screen reader, focus order, contrast).
  • Map findings to WCAG criteria, severity, and user impact.
  • Provide remediation steps and re-test after fixes.
  • If detailed procedures are required, open resources/implementation-playbook.md.

Resources

  • resources/implementation-playbook.md for detailed audit steps, tooling, and remediation examples.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Related skills

How it compares

Use accessibility-compliance-accessibility-audit for automated live-URL WCAG scans; pair with component-level unit tests for isolated widget behavior.

FAQ

Which WCAG level does accessibility-compliance-accessibility-audit target?

accessibility-compliance-accessibility-audit defaults to WCAG AA via the AccessibilityAuditor options.wcagLevel setting, running @axe-core/puppeteer scans against live URLs at a 1920×1080 viewport.

What stack does accessibility-compliance-accessibility-audit use?

accessibility-compliance-accessibility-audit uses Puppeteer to load pages and @axe-core/puppeteer to collect violations, then transforms axe reports into prioritized remediation tasks for developers.

When should developers run this accessibility audit?

Developers should run accessibility-compliance-accessibility-audit on staging or production URLs before release when they need automated WCAG checks and a ranked fix list instead of manual-only reviews.

Is Accessibility Compliance Accessibility Audit safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Testing & QAfrontendtesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.