dependency-updater
Automated dependency update execution with breaking change detection and rollback capability
Best use case
dependency-updater is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Automated dependency update execution with breaking change detection and rollback capability
Teams using dependency-updater should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/dependency-updater/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How dependency-updater Compares
| Feature / Agent | dependency-updater | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Automated dependency update execution with breaking change detection and rollback capability
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Dependency Updater Skill
Executes automated dependency updates safely with breaking change detection, rollback capability, and intelligent update batching.
## Purpose
Enable safe, automated dependency updates for:
- Security patch application
- Version upgrades
- Breaking change management
- Update batching and sequencing
- Rollback coordination
## Capabilities
### 1. Safe Update Execution
- Execute updates with validation
- Run tests after updates
- Verify build success
- Check runtime compatibility
### 2. Breaking Change Detection
- Analyze changelogs for breaking changes
- Detect API modifications
- Identify behavioral changes
- Flag deprecation impacts
### 3. Rollback Capability
- Create pre-update snapshots
- Enable quick rollback
- Preserve lockfile history
- Document rollback procedures
### 4. Update Batching
- Group compatible updates
- Prioritize security updates
- Sequence breaking changes
- Minimize update iterations
### 5. Lock File Management
- Update lockfiles consistently
- Handle peer dependencies
- Resolve version conflicts
- Maintain reproducibility
### 6. Changelog Parsing
- Extract version changes
- Identify migration guides
- Document upgrade steps
- Link to release notes
## Tool Integrations
| Tool | Purpose | Integration Method |
|------|---------|-------------------|
| Dependabot | GitHub automation | API |
| Renovate | Multi-platform updates | CLI / Config |
| npm-check-updates | npm updates | CLI |
| pyup | Python updates | CLI |
| bundler-audit | Ruby updates | CLI |
| go get -u | Go updates | CLI |
## Output Schema
```json
{
"updateId": "string",
"timestamp": "ISO8601",
"updates": [
{
"package": "string",
"from": "string",
"to": "string",
"type": "major|minor|patch|security",
"breakingChanges": "boolean",
"status": "applied|failed|skipped",
"rollbackAvailable": "boolean"
}
],
"validation": {
"testsPass": "boolean",
"buildSuccess": "boolean",
"runtimeChecks": "boolean"
},
"rollback": {
"snapshotId": "string",
"lockfileBackup": "string"
}
}
```
## Integration with Migration Processes
- **dependency-analysis-updates**: Update execution
- **framework-upgrade**: Coordinated upgrades
## Related Skills
- `dependency-scanner`: Pre-update analysis
- `vulnerability-scanner`: Security prioritization
## Related Agents
- `dependency-modernization-agent`: Update orchestration
- `framework-upgrade-specialist`: Framework updatesRelated Skills
dependency-graph-generator
Generate module dependency graphs with circular dependency detection and coupling metrics
valuation-updater
Marks portfolio positions to fair value per ASC 820/IPEV guidelines
dependency-mapper
Map and visualize cross-project dependencies in programs and portfolios
electron-auto-updater-setup
Configure electron-updater with code signing verification, delta updates, staged rollouts, and multiple update channels for Electron applications
dependency-scanner
Comprehensive dependency scanning, inventory generation, and SBOM creation for migration readiness assessment
plugin-dependency-resolver
Generate plugin dependency resolution logic with topological sorting.
process-builder
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
babysitter
Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
yolo
Run Babysitter autonomously with minimal manual interruption.
user-install
Install the user-level Babysitter Codex setup.
team-install
Install the team-pinned Babysitter Codex workspace setup.
retrospect
Summarize or retrospect on a completed Babysitter run.