dependabot-merger

Installation
SKILL.md

Dependabot Merger

Review Dependabot PRs across configured repos, assess merge safety, map to Jira sprint tickets, and merge or report blockers.

Inputs

Raw arguments: $ARGUMENTS

Infer from the full prompt context and $ARGUMENTS:

  • REPOS: local repo paths — infer from any paths mentioned in the context, or fall back to REPO_LIST env var
  • SPRINT_PREFIX: sprint keyword — infer from any sprint or project identifier in the context, or fall back to JIRA_SPRINT_PREFIX env var
  • REPO_FILTER: optional repo name to scope to one repo
  • DRY_RUN: true if "dry-run" or "dry run" appears anywhere in the context

Derive the GitHub slug for each repo via:

git -C <repo_path> remote get-url origin \
  | sed 's|.*github.com[:/]||;s|\.git$||'
Installs
1
GitHub Stars
1
First Seen
Mar 26, 2026
dependabot-merger — delexw/claude-code-misc