Ada Compliance Checker Free is a skill that performs a surface-level accessibility screen on a website, web app, or page, checking for the three most common barriers that appear in ADA and WCAG-related issues. It accepts a URL or HTML input and returns a pass or fail result for each of the following checks: text contrast against its background (WCAG 1.4.3), presence of alt text on meaningful images and image buttons (WCAG 1.1.1), and proper labels associated with form fields rather than placeholder text alone (WCAG 3.3.2).
The skill is intentionally scoped to these three checks only. It does not evaluate keyboard operability, screen reader compatibility, custom interactive widgets, checkout flows, PDFs, or legal exposure. A clean result from this skill does not indicate full ADA compliance. Automated checks of any kind catch only a subset of real accessibility barriers, and this free tier covers a narrower subset still.
This skill is appropriate as a quick first pass during development or design review to catch obvious, common problems early. Teams that need a complete WCAG 2.1 or 2.2 AA audit or an ADA litigation-risk assessment should look to a more comprehensive audit process. Results should always be confirmed against current WCAG specifications and official U.S. government guidance, which change over time.