Dependabot Merge banner
nmoinvaz nmoinvaz

Dependabot Merge

Git community

Description

--- name: dependabot-merge description: Interactively review and merge Dependabot PRs for a GitHub repo argument-hint: "[owner/repo]" allowed-tools: Bash --- Work through each mergeable Dependabot PR one at a time, similar to yarn upgrade-interactive. Interactively review and merge Dependabot PRs for the GitHub repo: $ARGUMENTS --- ## Step 1: Fetch all open Dependabot PRs and their check status Run this command to list every open Dependabot PR with its mergeable state and check status: ```

Installation

Installs to ~/.claude/skills/nmoinvaz-speedy-gonzales-dependabot-merge/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nmoinvaz-speedy-gonzales-dependabot-merge && curl -fsSL https://raw.githubusercontent.com/nmoinvaz/speedy-gonzales/HEAD/commands/dependabot-merge.md -o ~/.claude/skills/nmoinvaz-speedy-gonzales-dependabot-merge/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository