dep-updates-combiner

仓库创建 2026年7月26日最近提交 16 小时前SkillHot 收录 18 小时前
这个 Skill 做什么

把多个依赖更新的机器人 PR(如 Dependabot、Renovate)合并成一个分支和一个 PR,让 CI 只跑一次,减少噪音和重复构建。当依赖 PR 堆积或每次 bump 都触发 CI 复跑时用它来一次性合并清理。它专注于把现有机器人 PR 折叠到一处,合并后再建议从配置层面做长期分组优化,但不替代后者。

▸ 展开 SKILL.md 英文原文

Combines multiple open dependency-update PRs (Dependabot, Renovate, or any dep-update bot) into one branch and one PR, so CI runs once instead of once per bump. Fires on an explicit ask to combine them, and equally on the bare complaint that dependency PRs have piled up or that CI reruns on every bump. Reserved for collapsing several bot PRs into one: a single PR on its own (fixing a failing bump, closing it, merging it) and configuring the bot are other work.

0
Stars
0
Forks
6
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/iangregsondev/agent-skills/main/skills/engineering/dep-updates-combiner/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/iangregsondev/agent-skills/main/skills/engineering/dep-updates-combiner/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Dependency Update PR Combiner

Both Dependabot and Renovate can group updates into one PR by config, and that is the durable fix —
worth raising once the pile is cleared. It doesn't clear the pile: grouping applies only to PRs the
bot opens next, a group can't span ecosystems or directories, and no config picks a subset on the
day. That is this skill's job.

## Step 1 — Confirm auth and locate the repo

```bash
gh auth status
```

If this fails, stop and tell the user to run `gh auth login` — every later step needs it.

From Step 5 on, every command runs `git` against a local working copy. If the user is already in a
git repo, use it; otherwise ask for `owner/repo`, clone it with `gh repo 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有