Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurf+15 more

    Accessibility Gate

    by PubsProToolkit

    1

    Audit your frontend for accessibility violations before release — flags WCAG failures, gives prioritized fixes, and blocks the broken patterns that get sites sued.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    Audit this checkout form component for accessibility before we ship the redesign. It's a React component with a custom dropdown, a card-number field, and a "Place order" element built from a styled div.

    Your agent does

    Found 4 issues - 1 Critical, 2 Serious, 1 Moderate. NO-SHIP until the Critical and Serious are fixed. CRITICAL - The "Place order" control is a div with onClick; it is not keyboard-operable or announced as a button. Fix: use a real (corrected snippet provided). SERIOUS - The card-number input has placeholder text but no associated ; screen readers announce nothing. Fix: add a association (snippet provided). SERIOUS - The custom dropdown has no role, aria-expanded, or keyboard handling; arrow keys do nothing. Fix: full accessible combobox pattern provided. MODERATE - Error text color contrast is 3.8:1 against white (needs 4.5:1). Fix: use the provided accessible token.

    What you get

    Run a full WCAG 2.2 AA audit on an existing app before a compliance or VPAT reviewFix accessibility debt component-by-component with concrete, prioritized changesTeach a team accessible patterns by example, embedding the right fix in every review

    About this skill

    Ship interfaces everyone can actually use. Accessibility Gate turns your AI agent into a meticulous accessibility auditor that reviews your frontend code against WCAG 2.2, flags every violation with a severity and a concrete fix, and gates the broken patterns that lead to lawsuits, lost users, and failed compliance audits.

    The Problem

    Accessibility bugs are invisible until they are expensive. A missing alt attribute, a div masquerading as a button, a color contrast of 3.1:1, a form input with no label, a modal that traps focus the wrong way — none of these break the build, none fail a normal test, and none are caught in a quick design review. They surface as frustrated users who can't complete checkout, failed VPAT/Section 508 reviews, or a demand letter citing the ADA. By then the fix is a rushed, cross-cutting refactor instead of a one-line change.

    What It Does

    Accessibility Gate gives your agent a rigorous, repeatable audit procedure for every component and page:

    1. WCAG Violation Scan — Reviews markup and components against WCAG 2.2 A/AA success criteria: semantics, names/roles/values, keyboard operability, focus management, and contrast.
    2. Severity-Ranked Findings — Classifies each issue as Critical, Serious, Moderate, or Minor so you fix what actually blocks users first.
    3. Concrete Fix, Not Just a Flag — For every finding, produces the corrected code snippet (the right ARIA, the semantic element, the label association, the focus order) so it's copy-paste ready.
    4. Keyboard & Focus Audit — Traces tab order, focus traps, skip links, and visible focus states that automated scanners routinely miss.
    5. Ship/No-Ship Gate — Emits a clear pass/fail summary you can wire into CI, so a build with Critical or Serious violations can be blocked before it merges.

    Why Use This Skill

    Automated scanners like axe or Lighthouse catch roughly a third of accessibility issues — the easy, machine-detectable ones. The hard majority (is this actually a button? does focus go somewhere sane? does this announce correctly to a screen reader?) require judgment. This skill encodes that judgment into a procedure your agent applies consistently, turning accessibility from an end-of-project panic into a quiet gate that runs on every change. It is cheaper than one hour of a consultant's time and far cheaper than one demand letter.

    Supported Stacks

    Frameworks: React / Next.js, Vue / Nuxt, Svelte / SvelteKit, Angular, and plain HTML/CSS. Standards: WCAG 2.0, 2.1, and 2.2 (Level A and AA); maps findings to Section 508 and EN 301 549. Workflow: Run ad hoc on a component, on a full directory, or as a pre-merge CI gate.

    Use Cases

    Gate every frontend PR so no Critical or Serious accessibility regression can merge. Run a full WCAG 2.2 AA audit on an existing app before a compliance or VPAT review. Fix accessibility debt component-by-component with concrete, prioritized changes. Teach a team accessible patterns by example, embedding the right fix in every review.

    Known Limitations

    Static analysis catches structural, semantic, and contrast issues; it cannot fully replace manual testing with a real screen reader and keyboard, which is recommended for final sign-off on critical flows. Contrast checks require resolvable color values; dynamic or image-based backgrounds may need a manual spot check.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 1 month ago

    Listed1 month ago

    Creator

    PubsProToolkit builds rigor-first skills for AI agents — they write your docs and content properly, then adversarially review them to catch what's wrong before it ships. The result: cleaner output and a hard quality gate in one toolkit. Built by a CMPP-certified, PhD medical writer who brings regulated-industry standards to developer docs, content, compliance, and research integrity.

    Frequently Asked Questions

    Popular in Code Review