feat: add accessible web UI agent and components for improved accessiblity#1191
Draft
deleonio wants to merge 1 commit intogithub:stagedfrom
Draft
feat: add accessible web UI agent and components for improved accessiblity#1191deleonio wants to merge 1 commit intogithub:stagedfrom
deleonio wants to merge 1 commit intogithub:stagedfrom
Conversation
e0ea3dd to
75427fc
Compare
Contributor
|
It looks like you've incorrectly branched from the You can attempt to fix this with a rebase: If that does not resolve it, you can run |
…bility in web development
75427fc to
c28eccf
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.
Accessible Web UI
Most developers want to build accessible UIs. The problem is never intention — it's
cognitive load. ARIA, keyboard contracts, focus management, label associations… getting
it right requires expertise most teams don't have spare time to develop.
This PR ships a Copilot agent + companion skill that take that burden off your plate.
You describe the UI. The agent closes every accessibility gap automatically.
What's included
agents/accessible-web-ui.agent.md— a specialized Copilot agent that:single line — no guessing, no hallucinated props
web components that enforce labels, error associations, and keyboard behavior
by design — not by convention
accessibility.agent.mdfordeep WCAG audits or to any framework agent for React / Angular / Vue adaptation
skills/accessible-web-components/SKILL.md— the knowledge base behind the agent:The idea in one sentence
Why this is good for you as a developer
Checklist
accessible-web-ui.agent.md— frontmatter complete (name,description,model,tools,mcp-servers,handoffs)accessible-web-components/SKILL.md— frontmatter valid, description in rangenpm run build