返回 Skill 列表
extension
分类: 开发与工程无需 API Key

resolve-dependabot

在本地解决Dependabot依赖更新;当被要求处理依赖升级或安全更新时使用。

person作者: jakexiaohubgithub

Resolve Dependabot

Overview

Use this skill to apply dependency updates and keep the build green.

Inputs

  • Dependency update list or PR info (optional)

Workflow

  1. Identify dependency files (package.json, requirements.txt, etc.).
  2. Apply updates and regenerate lockfiles.
  3. Fix breaking changes or conflicts.
  4. Run relevant tests and builds.
  5. Summarize updated packages and risk notes.

Output

  • Updated dependency summary and test results.