What problem does it solve? Projects accumulate outdated and vulnerable dependencies over time, and manually auditing them across different package managers is slow and error-prone. This Skill automates dependency health checks and turns raw audit output into a prioritized, risk-assessed update plan. ## Core Features & Use Cases - Multi-Ecosystem Detection: Automatically detects npm, yarn, pnpm, pip, cargo, or Go from project manifest files and runs the correct outdated and audit commands. - Vulnerability & Outdated Analysis: Parses CVE findings by severity and classifies updates as patch, minor, or major, flagging breaking-change risk for major bumps. - Prioritized Update Plan with Health Score: Produces a CRITICAL-to-MAJOR ordered plan plus a 0-100 dependency health score, and can execute an upgrade campaign one package at a time with test verification and rollback. - Use Case: Before a release, ask for a dependency health check on your Node.js project to get a report of critical CVEs, safe patch updates, and major upgrades requiring migration planning. ## Quick Start Run a dependency health check on this project and give me a prioritized update plan with a health score.