ワンクリックで
audit-accessibility
Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add a new unit test for a class that currently lacks one or add a new test case to an existing test file, verifying improvement with Kover.
Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
Prevent UI freezes and ensure a responsive user experience by validating threading rules and migrating blocking calls off the Event Dispatch Thread (EDT).
Reduce technical debt and improve code quality by systematically resolving static analysis warnings.
Reduce plugin size by scanning resources/icons and removing unreferenced assets.
Optimize memory usage, consistency, and performance by migrating standard Java/Kotlin classes to IntelliJ's specialized com.intellij.util implementations.
| name | audit-accessibility |
| description | Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies. |
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.