Recreate stale Dependabot PR(s) for keboola/mcp-server as a fresh branch from main, producing a clean, conflict-free PR. This repo manages Python deps via uv (pyproject.toml + uv.lock) and GitHub Actions, so updates are applied with uv lock --upgrade-package and workflow edits — not composer. Use when Dependabot PRs are stale, conflict, or you want to batch several bumps + security alerts into one PR. Dependabot auto-closes its original PRs once the bump lands on main, so this skill does not close them.
$npx -y skills add keboola/mcp-server --skill recreate-dependabot-prInstalls into the current project.
Run `npx skills use "https://github.com/keboola/mcp-server" --skill "keboola/mcp-server/recreate-dependabot-pr"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/keboola/mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/keboola/mcp-server"` and select the relevant skills, then follow their instructions.