update-deps

Installation
SKILL.md

Update PR workflow

  1. Update all dependencies, including subpackages, from the repository root.
    • For Yarn projects, run yarn up '**'.
    • For Bun projects, run bunx @willbooster/agent-skills@latest update-bun-deps.
  2. Run either yarn verify or bun verify.
  3. Fix any issues reported by the verify command.
  4. Check whether each updated dependency is still required for the project.
    • If a dependency is no longer required, remove it from the project.
  5. Commit and push the changes, then run either the open-pr or update-pr skill.
  6. Run the complete-pr skill.
Installs
2
GitHub Stars
1
First Seen
Apr 23, 2026
update-deps — willbooster/agent-skills