fixing-accessibility
Review and fix web accessibility issues including keyboard access, focus management, ARIA, and semantic HTML.
Install
npx skills add https://github.com/ibelick/ui-skills --skill fixing-accessibilityStats
| Total installs | 5,690 |
| Weekly installs | 5.7K |
| GitHub stars | 1.1K |
| First seen | Jan 22, 2026 |
| Source | @ibelick/ui-skills |
Summary
- Covers nine rule categories prioritized by impact: accessible names, keyboard access, focus management, semantics, forms and errors, announcements, contrast, media, and tool boundaries
- Provides targeted fixes for common patterns like icon-only buttons, form error linking, and focus trapping in modals
- Includes quick reference for when to apply (interactive controls, forms, dialogs, custom interactions) and common code-level fixes with before/after examples
- Emphasizes minimal, surgical changes over large UI rewrites and prefers native HTML elements over ARIA workarounds
Tags
Related skills
| Skill | Installs | vs fixing-accessibility |
|---|---|---|
| implement-design | 5,880 | +190 |
| antfu | 6,472 | +782 |
| winui3-migration-guide | 4,440 | -1,250 |
| angular-component | 6,039 | +349 |
| fixing-motion-performance | 7,281 | +1,591 |
FAQ
- How many installs does fixing-accessibility have?
- fixing-accessibility has 5,690 total installs and 5.7K installs this week.
- Where is fixing-accessibility hosted?
- fixing-accessibility is published by @ibelick/ui-skills at https://github.com/ibelick/ui-skills.
- How many GitHub stars does fixing-accessibility have?
- fixing-accessibility has 1.1K GitHub stars.
- When was fixing-accessibility first indexed?
- OrangeBot.AI first indexed fixing-accessibility on Jan 22, 2026.
- How do I install fixing-accessibility?
- Run: npx skills add https://github.com/ibelick/ui-skills --skill fixing-accessibility