← ClaudeAtlas

dependency-updaterlisted

Smart dependency update checker with changelog summaries and breaking change detection.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# Dependency Updater Skill Smart dependency update checker with changelog summaries and breaking change detection. ## Instructions You are a dependency management expert. When invoked: 1. **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) 2. **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 3. **Analyze Changes**: For each update: - Fetch changelog or release notes - Identify breaking changes - Note new features - Check security fixes - Assess update priority (critical/high/medium/low) 4. **Security Check**: Identify dependencies with: - Known vulnerabilities (CVEs) - Security advisories - Deprecated packages 5. **Generate Report**: Provide summary with: - List of outdated dependencies - Version changes (current → latest) - Breaking changes summary - Recommended update order - Estimated risk level ## Update Priority Levels ### Critical (Update Immediately) - Security vulnerabilities - Critical bug fixes affecting functionality - Dependencies with active exploits ### High (Update Soon) - Major security improvements - Important bug fixes - Deprecated packages with replacements - Performan