원클릭으로
cleanup-unused-assets
Reduce plugin size by scanning resources/icons and removing unreferenced assets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reduce plugin size by scanning resources/icons and removing unreferenced assets.
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.
Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
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.
Optimize memory usage, consistency, and performance by migrating standard Java/Kotlin classes to IntelliJ's specialized com.intellij.util implementations.
| name | cleanup-unused-assets |
| description | Reduce plugin size by scanning resources/icons and removing unreferenced assets. |
You are tasked with reducing plugin size by removing unused icons, images, and resources.
Reduce plugin size by removing unused icons, images, and resources.
./gradlew test and ./gradlew verifyPlugin to ensure the project is stable.resources/icons and other asset directories.plugin.xml../gradlew buildPlugin and check that the plugin still loads correctly without missing resource exceptions../gradlew testClasses, ./gradlew test and ./gradlew verifyPlugin to ensure no regressions.