Ensure the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds.
66
78%
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/verify-eap-compatibility/SKILL.mdYou 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.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.