flutter/audit-accessibility
Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
npx skills add https://github.com/flutter/flutter-intellij --skill audit-accessibility
You are tasked with ensuring the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
./gradlew testClasses to ensure project compilation../gradlew test to ensure the project is stable../gradlew verifyPlugin to ensure no verification issues.JPanel, JComponent, or Dialog classes in the codebase.getAccessibleContext().setAccessibleName(...)getAccessibleContext().setAccessibleDescription(...)./gradlew testClasses and ./gradlew test to ensure no regressions../gradlew verifyPlugin to ensure strict compliance.Take flutter/audit-accessibility from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.