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
工作流
- Audit current dependencies
- Analyze dependency tree and compatibility
- Plan upgrade order and strategy
- Perform incremental updates
- Test compatibility and application functionality
- Handle breaking changes with codemods or custom scripts
- 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质量评分
类似扩展
Dependency Audit
95Dependency audit and cleanup workflow for maintaining healthy project dependencies. Use for regular maintenance, security updates, and removing unused packages.
Telegram Crabbox E2e Proof
100Use 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.
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
Agent Browser
100AI 代理的浏览器自动化 CLI。当用户需要与网站交互时使用,包括浏览页面、填写表单、点击按钮、截屏、提取数据、测试 Web 应用或自动化任何浏览器任务。触发条件包括请求“打开网站”、“填表”、“点击按钮”、“截屏”、“抓取页面数据”、“测试此 Web 应用”、“登录网站”、“自动化浏览器操作”或任何需要以编程方式进行 Web 交互的任务。
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Cleanup Cycles
100Detect 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".