Batch-processes Dependabot PRs in Fusion Framework: list, confirm, checkout, rebase, review, changeset, validate, comment, and merge high-confidence updates. USE FOR: process all Dependabot PRs, clear dependency backlog, batch-merge safe dependency updates. DO NOT USE FOR: feature PRs, non-Dependabot PRs, single-PR deep review, or updates needing manual code changes.
78
90%
Does it follow best practices?
Impact
85%
1.23xAverage score across 1 eval scenario
Low
Low-risk findings worth noting
Use for an approved batch pass over open Dependabot PRs where the agent may mutate branches, post comments, create changesets, validate, and merge high-confidence updates.
Trigger phrases:
.github/instructions/dependabot-pr.instructions.md before processing any PR.app/dependabot unless the user overrides with a specific PR.--review-only, or --merge-medium with explicit user approval.gh pr list --author "app/dependabot" --state open --json number,title,headRefName,baseRefName,mergeable,statusCheckRollupShow a compact table and get confirmation.
For each confirmed PR:
git fetch origin <base-branch>gh pr checkout <number>git rebase origin/<base-branch>needs-manual-intervention, and continue to the next PR.git push --force-with-lease.Validate dependency state:
pnpm install --frozen-lockfile.pnpm install, commit the lockfile-only fix, and push.Review:
fusion-dependency-review.assets/research-comment-template.md.Changesets:
.github/instructions/dependabot-pr.instructions.md.Validate:
pnpm test && pnpm build && pnpm -w checkAttempt only trivial fixes. Mark anything else for manual intervention.
Decide:
assets/verdict-comment-template.md, then gh pr merge <number> --squash --admin.--merge-medium approval; otherwise report.Finish:
main.| PR | Status | Confidence | Action |
|---|---|---|---|
#N | merged/skipped/failed | high/medium/low | short reason |
Also include posted-comment status, changeset files, validation results, and manual follow-ups.
Never merge without validation, comments, and confidence. Never force-push without --force-with-lease. Never continue a conflicted Dependabot rebase by guessing.
5b70066
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.