What problem does it solve?
Auditing a frontend for accessibility compliance is time-consuming and error-prone when done ad hoc, and teams often miss Level 1 WCAG issues that block users with disabilities. This Skill provides a structured, repeatable workflow for scoping, scanning, and reporting IBM Equal Access Level 1 findings on a chosen Langflow surface.
Core Features & Use Cases
- Scoped Surface Auditing: Audit specific routes, components, or pending PR changes in
src/frontend against IBM Equal Access Toolkit v7.3 Level 1 criteria.
- Multi-Engine Scanning: Coordinate Playwright IBM scans, axe Jest tests, and manual keyboard/contrast spot checks to surface issues automated tools miss.
- Findings Mapping & Reporting: Map each issue to WCAG/IBM IDs, IBM ruleIds, and severity, then deliver a structured Markdown report with proposed fixes.
- Use Case: A frontend engineer is preparing a PR that touches the global variables settings page and wants to confirm no new Level 1 accessibility regressions are introduced before review.
Quick Start
Audit the Langflow global variables settings page for IBM Equal Access Level 1 compliance and deliver a findings report without applying fixes.