跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Dependency Upgrade

技能 活跃

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

目的

To enable developers to confidently manage complex dependency version upgrades, minimizing risks and ensuring compatibility across projects.

功能

  • Manages major dependency version upgrades
  • Analyzes dependency compatibility
  • Guides staged rollout strategies
  • Documents comprehensive testing approaches
  • Automates dependency update checks

使用场景

  • Upgrading major framework versions
  • Updating security-vulnerable dependencies
  • Resolving dependency conflicts
  • Planning incremental upgrade paths

非目标

  • Managing minor or patch dependency updates automatically
  • Performing direct code refactoring beyond what codemods enable
  • Replacing core package manager functionality

工作流

  1. Audit current dependencies
  2. Analyze dependency tree and compatibility
  3. Plan upgrade order and strategy
  4. Perform incremental updates
  5. Test compatibility and application functionality
  6. Handle breaking changes with codemods or custom scripts
  7. Automate updates with tools like Renovate or Dependabot

实践

  • Dependency Management
  • Code Quality
  • Testing Strategies

先决条件

  • Node.js and npm/yarn installed
  • Access to project's package.json and lock files

Versioning

  • warning:Release ManagementWhile there is a recent commit, there is no explicit versioning scheme (e.g., semver in frontmatter, CHANGELOG, or release tags) for the skill itself.

安装

请先添加 Marketplace

/plugin marketplace add wshobson/agents
/plugin install framework-migration@claude-code-workflows

质量评分

95 /100
1 day ago 分析

信任信号

最近提交3 days ago
星标35.3k
许可证MIT
状态
查看源代码

类似扩展

Dependency Audit

95

Dependency audit and cleanup workflow for maintaining healthy project dependencies. Use for regular maintenance, security updates, and removing unused packages.

技能
bobmatnyc

Telegram Crabbox E2e Proof

100

Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.

技能
steipete

Openclaw Testing

100

Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.

技能
steipete

Agent Browser

100

AI 代理的浏览器自动化 CLI。当用户需要与网站交互时使用,包括浏览页面、填写表单、点击按钮、截屏、提取数据、测试 Web 应用或自动化任何浏览器任务。触发条件包括请求“打开网站”、“填表”、“点击按钮”、“截屏”、“抓取页面数据”、“测试此 Web 应用”、“登录网站”、“自动化浏览器操作”或任何需要以编程方式进行 Web 交互的任务。

技能
shanraisshan

Deepinit

100

Deep codebase initialization with hierarchical AGENTS.md documentation

技能
Yeachan-Heo

Cleanup Cycles

100

Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".

技能
raintree-technology