Agent Skills
› Hmbown/CodeWhale
› dependency-update
dependency-update
GitHub明确指定依赖范围,读取发布说明,更新依赖并处理破坏性变更,最后通过测试和构建验证以确保项目稳定性。
Trigger Scenarios
需要更新特定依赖版本
处理依赖升级导致的破坏性变更
Install
npx skills add Hmbown/CodeWhale --skill dependency-update -g -y
SKILL.md
Frontmatter
{
"name": "dependency-update",
"invocation": "explicit-only",
"description": "Read release notes\/changelogs, update a defined dependency scope, handle breaking changes, and verify. Explicit-only; no broad update-everything by inference."
}
Dependency Update
Invocation
Explicit-only with a defined dependency scope.
Non-goals
- No inferred “update everything”.
- No publish/release.
Workflow
- Identify the dependency set and current versions.
- Read release notes/changelogs.
- Apply updates and fix breakages.
- Verify with the project’s test/build gates.
Version History
- b0e4926 Current 2026-07-24 17:42


