audit-accessibility
Installation
SKILL.md
Skill: Accessibility (A11y) Audit
You are tasked with ensuring the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
Objective
Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
Workflow Instructions
1. Baseline
- Run
./gradlew testClassesto ensure project compilation. - Run
./gradlew testto ensure the project is stable. - Run
./gradlew verifyPluginto ensure no verification issues.
2. Identify Custom UI
- List all custom
JPanel,JComponent, orDialogclasses in the codebase.