Professional Accessibility Auditing for Consultants
Transform raw accessibility data into client-ready compliance reports. This skill automates the labor-intensive process of crawling websites and evaluating them against WCAG 2.1 AA standards. It solves the problem of inaccurate, "flat" audits by employing a specialized Python engine that supports full JavaScript rendering, ensuring modern SPAs and interactive elements are correctly captured.
What it does
- Intelligent Crawling: Samples site-wide pages (Home, Product, Category, Content) to identify systemic accessibility patterns.
- Deep Analysis: Checks 20+ specific WCAG criteria including ARIA roles, color contrast via computed styles, heading hierarchy, and form label associations.
- Dual-Output Reporting: Generates a polished, white-label PDF/Markdown report for stakeholders and a technical "Freelancer Notes" document for remediation.
- Legal Context: Automatically incorporates current ADA Title III and European Accessibility Act (EAA) litigation statistics to highlight business risk.
Why use this skill?
-
Standard LLM prompts often hallucinate accessibility issues because they can't effectively process rendered DOM trees or compute contrast ratios. This skill uses a Python-based audit engine as the "ground truth," while the AI provides the expert interpretation, severity categorization, and remediation code snippets that feel hand-coded by a senior accessibility engineer.
-
The skill cuts out the tedious manual site audit for consultants and produces a ready to go client report, helping accessibility consultants do a 2-3 day job in 5 minutes.