feat(atomic-a11y): add AI WCAG audit orchestrator and prompts#7189
Draft
y-lakhdar wants to merge 2 commits intofeat/a11y-browser-llmfrom
Draft
feat(atomic-a11y): add AI WCAG audit orchestrator and prompts#7189y-lakhdar wants to merge 2 commits intofeat/a11y-browser-llmfrom
y-lakhdar wants to merge 2 commits intofeat/a11y-browser-llmfrom
Conversation
This was referenced Mar 3, 2026
bb0f142 to
f8c310c
Compare
c42f06f to
81433b4
Compare
Add the main AI audit orchestrator that discovers Storybook stories, captures browser state via Playwright, evaluates WCAG criteria through a 4-call LLM pipeline, and outputs structured JSON results with progress tracking and resume capability.
81433b4 to
ffa28bb
Compare
f8c310c to
2a222a4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Split from #7125 for reviewability. This is PR 5c — the main orchestrator that ties together the browser capture and LLM modules from 5b.
What this PR does
AI WCAG audit orchestrator (
ai-wcag-audit.ts— 991 lines):LLM prompts (
prompts.ts— 730 lines):Entry point:
scripts/ai-wcag-audit.mjs— ESM wrapperTry it
PR Chain (5c of 7)
feat/a11y-package-scaffoldfeat/a11y-shared-foundationfeat/a11y-reporterfeat/a11y-openacrfeat/a11y-delta-workflowfeat/a11y-browser-llmfeat/a11y-audit-orchestratorfeat/a11y-reporter-wiringfeat/a11y-ci-integrationReplaces #7125 (split into 5a/5b/5c)
KIT-5471