This audits your Maven dependencies by running the standard toolchain commands and organizing the results into a prioritized report. It checks for outdated versions, scans for CVEs with OWASP Dependency-Check, analyzes the dependency tree for conflicts, and flags unused dependencies. The workflow is solid: it categorizes updates by severity, explains what those "(omitted for conflict)" messages actually mean, and gives you a concrete action plan instead of just dumping terminal output. Use it before releases or when someone mentions checking dependencies. The token optimization section is honest about filtering verbose tree output, which matters when you're working with a large project that pulls in half of Maven Central.
npx -y skills add decebals/claude-code-java --skill maven-dependency-audit --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
hoodini/ai-agents-skills
addyosmani/agent-skills
giuseppe-trisciuoglio/developer-kit
agamm/claude-code-owasp