If you run a monorepo with Bun, you know Dependabot only updates one package.json and leaves your lockfile stale. This skill automates the tedious fix: it checks out the Dependabot branch, uses ripgrep to find every instance of the old dependency version across your monorepo, updates them all while preserving your version prefix style, regenerates bun.lock, and pushes everything back. It's basically the manual checklist you'd follow anyway, but scripted. The notes warn you about major version bumps and what to do if bun install fails, which is refreshingly practical.
npx skills add https://github.com/remotion-dev/remotion --skill fix-dependabot