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_LISTenv var - SPRINT_PREFIX: sprint keyword — infer from any sprint or project identifier in the context, or fall back to
JIRA_SPRINT_PREFIXenv 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$||'