Analyze npm packages WITHOUT making any changes - generates a comprehensive report of what would be done
Analyzes npm packages without making changes and generates a comprehensive maintenance report.
/plugin marketplace add lenneTech/claude-code/plugin install lt-dev@lenne-techmaintenance/Analyze npm packages WITHOUT making any changes - generates a comprehensive report of what would be done
| Command | Mode | Use Case |
|---|---|---|
/lt-dev:maintain | FULL | Complete optimization |
/lt-dev:maintain-check | DRY-RUN | Analysis only (this command) |
/lt-dev:maintain-security | SECURITY | Fast security-only updates |
/lt-dev:maintain-pre-release | PRE-RELEASE | Conservative patch-only updates |
/lt-dev:maintain-post-feature | FULL | Clean up after feature development |
Use the npm-package-maintainer agent to perform DRY-RUN analysis.
Mode: DRY-RUN MODE (analysis only, no changes)
Analyze and report WITHOUT making changes:
CRITICAL: Do NOT modify package.json, do NOT run npm install/uninstall, do NOT make any changes.
Generate comprehensive report including:
This is useful for planning maintenance windows or getting pre-approval for changes.