Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
51
56%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/audit-accessibility/SKILL.mdYou 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.21aaf0b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.