원클릭으로
verify-eap-compatibility
Ensure the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ensure the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | verify-eap-compatibility |
| description | Ensure the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds. |
You are tasked with ensuring the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds.
Ensure the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds.
gradle.properties to target the latest IntelliJ Platform EAP version../gradlew testClasses to ensure the project compiles against the EAP../gradlew verifyPlugin to check for binary incompatibilities or broken API usages in the new version../gradlew test to check for functional regressions with the EAP.plugin.xml for <idea-version since-build="..." until-build="..."/>. Ensure until-build is open-ended or appropriately set for the new version.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.
Reduce plugin size by scanning resources/icons and removing unreferenced assets.