library/specializations/code-migration-modernization/skills/dependency-updater/SKILL.md
Automated dependency update execution with breaking change detection and rollback capability
npx skillsauth add a5c-ai/babysitter dependency-updaterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Executes automated dependency updates safely with breaking change detection, rollback capability, and intelligent update batching.
Enable safe, automated dependency updates for:
| 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 |
{
"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"
}
}
dependency-scanner: Pre-update analysisvulnerability-scanner: Security prioritizationdependency-modernization-agent: Update orchestrationframework-upgrade-specialist: Framework updatesdevelopment
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.