بنقرة واحدة
audit-dependencies
Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | audit-dependencies |
| description | Optimize plugin size and security by removing unused dependencies and updating outdated libraries. |
You are tasked with optimizing plugin size and security by removing unused dependencies and updating outdated libraries.
Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
./gradlew test and ./gradlew verifyPlugin to ensure the project is stable.build.gradledependencies {} block. Identify libraries that might no longer be used.plugin.xml<depends> tags match actual API usage..jar files in lib/ that are not referenced or can be replaced by Maven coordinates../gradlew buildPlugin and check the distribution size. Ensure the plugin still loads and functions correctly../gradlew testClasses, ./gradlew test, and ./gradlew verifyPlugin to ensure no checking or runtime issues were introduced.build.gradle changes closely.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.
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.