audit-dependencies Skill
Optimize plugin size and security by removing unused dependencies and updating outdated libraries. Published by flutter in flutter-intellij.
What is audit-dependencies Skill?
Optimize plugin size and security by removing unused dependencies and updating outdated libraries. Published by flutter in flutter-intellij. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Security review
- Testing use cases
- Security review use cases
Technical details
- Install or run with Copy skill directory
When to use audit-dependencies Skill
- Use it for testing.
- Use it for security review.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/flutter-intellij
- Skill file: .agents/skills/audit-dependencies/SKILL.md
What it does
Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
Skill instructions
Skill: Dependency & Library Audit You are tasked with optimizing plugin size and security by removing unused dependencies and updating outdated libraries. Objective Optimize plugin size and security by removing unused dependencies and updating outdated libraries. Workflow Instructions 1. Baseline - Run ./gradlew test and ./gradlew verifyPlugin to ensure the project is stable. 2. Audit build.gradle - Review dependencies {} block. Identify libraries that might no longer be used. 3. Check plugin.xml - Ensure all <depends tags match actual API usage. 4. Update Versions - Check for newer stable versions of third-party libraries. 5. Remove Unused - Delete any local .jar files in lib/ that are not referenced or can be replaced by Maven coordinates. 6. Verify - Run ./gradlew buildPlugin and check the distribution size. Ensure the plugin still loads and functions correctly. - Run ./gradlew testClasses, ./gradlew test, and ./gradlew verifyPlugin to ensure no checking or runtime issues were intro
Explore related resources
Frequently asked questions
What is audit-dependencies?
audit-dependencies is a open-source AI agent skill with Copy skill directory. Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
Who is audit-dependencies best for?
audit-dependencies is best for reusing agent instructions, scripts, and references, testing workflows, security review workflows.
How do I install audit-dependencies?
Install or run audit-dependencies using Copy skill directory. Check audit-dependencies for the latest setup command.
Is audit-dependencies actively maintained?
audit-dependencies may need a closer maintenance check before production use.
Auto-fetched from GitHub.