fixing-accessibility

Installation
SKILL.md

Iron Law: Fix only the violation — never refactor unrelated code during an accessibility audit, and prefer native HTML/widget semantics over ARIA role workarounds.

Fixing Accessibility

Audits and fixes WCAG 2.1 AA accessibility violations in Angular and Flutter. Produces targeted, minimal fixes — no collateral changes.

When to Use

  • After writing any UI screen with interactive elements
  • Before opening a PR that touches components
  • When a screen reader test reveals issues
  • As a pre-submission gate for App Store / Play Store

Platform Detection

Installs
3
GitHub Stars
34
First Seen
May 21, 2026
fixing-accessibility — kumaran-is/claude-code-onboarding