gh-dep-pr-triage
Installation
SKILL.md
Dependency PR Triage
End-to-end workflow for triaging dependency update PRs: list them, assess merge safety, and fix CI failures — all with maximum parallelism. Do NOT merge PRs unless the user explicitly asks.
Phase 1: Discovery
List all open dependency update PRs. Detect the bot automatically (Renovate, Dependabot, etc.).
Single repo
gh pr list --repo <owner/repo> --search "author:app/renovate OR author:app/dependabot" \
--json number,title,author,mergeable,mergeStateStatus,statusCheckRollup,labels,updatedAt
Org-wide scan
When the user specifies an org (or says "all my repos"), search across all repos first, filter out archived repos, then fetch detailed status per repo in parallel: