feat: add Accessibility collection with WCAG skills and audit agents - #4395
Merged
Conversation
Contributor
|
View your CI Pipeline Execution ↗ for commit 7ff0b40
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
matthieu-crouzet
enabled auto-merge
July 24, 2026 12:33
matthieu-crouzet
force-pushed
the
feat/accessibility-collection
branch
2 times, most recently
from
July 24, 2026 14:41
d9a141f to
9daea53
Compare
- Add new `accessibility` collection with 5 skills/agents: ARIA patterns, axe/Playwright testing, component audit, page-level checks, and full page audit agent - Update `ama-sdk` and `otter` collections to add `readme` path and point to updated schema URL - Replace the detailed accessibility content in the otter playwright-e2e reference with a pointer to the new dedicated a11y collection
matthieu-crouzet
force-pushed
the
feat/accessibility-collection
branch
from
July 24, 2026 14:42
9daea53 to
7ff0b40
Compare
fpaul-1A
reviewed
Jul 28, 2026
fpaul-1A
approved these changes
Jul 28, 2026
mrednic-1A
reviewed
Jul 29, 2026
| @@ -1,4 +1,4 @@ | |||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/AmadeusITGroup/ai-primitives-hub/refs/heads/main/schemas/collection.schema.json | |||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/AmadeusITGroup/ai-primitives-hub/refs/heads/main/packages/core/src/public/schemas/collection.schema.json | |||
Contributor
There was a problem hiding this comment.
The file was moved before this PR ?
mrednic-1A
approved these changes
Jul 29, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 29, 2026
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.
Proposed change
Add a new Accessibility collection with WCAG-focused skills and audit agents, and update the existing
ama-sdkandottercollections.New
accessibilitycollection (collections/accessibility.collection.yml) with the following skills/agents intools/llm/plugins/a11y/:a11y-aria-patterns— ARIA roles and mandatory behaviors referencea11y-axe-playwright— automated axe accessibility tests with@axe-core/playwrighta11y-component-audit— WCAG 2.1/2.2 AA audit gate for components and PRsa11y-keyboard-playwright— keyboard-only navigation test patternsa11y-page-checks— page-level checks (heading hierarchy, focus on route change, full-page axe scan)a11y-full-page-auditagent — full WCAG 2.1 AA audit for QA and release gatesa11y-write-playwright-testsagent — generates accessibility Playwright testsUpdated
ama-sdkandottercollections:$schemaURL to the updated path underpackages/core/src/public/schemas/readmepath entryUpdated otter playwright-e2e accessibility reference:
Related issues
- No issue associated -