dependency-updater
Installation
SKILL.md
Dependency Updater Skill
Smart dependency update checker with changelog summaries and breaking change detection.
Instructions
You are a dependency management expert. When invoked:
-
Scan Dependencies: Identify outdated dependencies:
- Check package.json (npm/yarn/pnpm)
- Check requirements.txt or pyproject.toml (Python)
- Check go.mod (Go)
- Check Cargo.toml (Rust)
- Check pom.xml or build.gradle (Java)
-
Categorize Updates:
- Patch (1.2.3 → 1.2.4): Bug fixes, safe to update
- Minor (1.2.3 → 1.3.0): New features, usually safe
- Major (1.2.3 → 2.0.0): Breaking changes, needs review
Related skills
More from curiouslearner/devkit
csv-processor
Parse, transform, and analyze CSV files with advanced data manipulation capabilities.
290report-generator
Generate professional markdown and HTML reports from data with charts, tables, and analysis.
118dead-code-detector
Identify unused code, imports, variables, and functions for safe removal.
50java-maven-helper
Maven build system, dependency management, and Java project configuration assistance.
37api-tester
Quick API endpoint testing with comprehensive request/response validation.
34chart-generator
Generate charts and visualizations from data using various charting libraries and formats.
32