dependabot

Installation
SKILL.md

Dependabot

Consolidate open Dependabot PRs into a single integration branch for unified review and merge.

Consolidate Pull Requests

When asked to consolidate Dependabot PRs:

  1. List all open Dependabot PRs

    gh pr list --repo mckinsey/agents-at-scale-ark --state open --author "app/dependabot" \
      --json number,title,headRefName --jq '.[] | "\(.number)\t\(.title)"'
    
  2. Create an integration branch from main

    gh api repos/mckinsey/agents-at-scale-ark/git/refs \
      -f ref="refs/heads/integration/dependabot" \
      -f sha="$(gh api repos/mckinsey/agents-at-scale-ark/git/ref/heads/main --jq '.object.sha')"
    
Related skills
Installs
1
GitHub Stars
373
First Seen
Mar 24, 2026