agentsclimarketplace

Dependency updater

Skill a5c-ai/babysitter/library/specializations/code-migration-modernization/skills/dependency-updater

Automated dependency update execution with breaking change detection and rollback capabilityFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill dependency-updater

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

3.0 KB, 571 tokens by cl100k_base, as published. Nobody here has run it

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

ToolPurposeIntegration Method
DependabotGitHub automationAPI
RenovateMulti-platform updatesCLI / Config
npm-check-updatesnpm updatesCLI
pyupPython updatesCLI
bundler-auditRuby updatesCLI
go get -uGo updatesCLI

Output Schema

{
  "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 updates

What ships with it: 1 file

1.2 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.