Token导航 LogoToken导航TokenDH.com
运维和基础设施external-servicegithub未标认证来源可访问许可证需确认审计通过

dependabot-pr-automationdependentabot 公关自动化

Agent Skill

dependabot-pr-automation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

612

周安装

25

GitHub Stars

547

下载量

198
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:dependabot-pr-automation(dependentabot 公关自动化)
来源仓库:https://github.com/chainloop-dev/chainloop
仓库路径:skills/dependabot-pr-automation
安装命令:
npx skills add https://github.com/chainloop-dev/chainloop --skill dependabot-pr-automation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/chainloop-dev/chainloop --skill dependabot-pr-automation

简介

dependabot-pr-automation 自动审查 chainloop 仓库的 Dependabot PR,评估风险后批准或合并。

  • 依据变更范围、测试覆盖率与标签分类判断安全性,减少人工干预成本。
  • 仅处理标记为 low-risk 或带测试验证的 PR,跳过重大依赖升级请求。
  • 运行前需配置 GitHub Token 并具有仓库写入权限,确保自动化流程畅通。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Dependabot PR Automation for chainloop

This skill reviews open Dependabot pull requests, assesses their risk, approves safe ones, and merges them.

Repository Info

ItemValue
Ownerchainloop-dev
Repochainloop

Step 1: List Open Dependabot PRs

Use mcp__github__list_pull_requests to fetch open PRs:

  • owner: chainloop-dev
  • repo: chainloop
  • state: open

Filter the results to only include PRs authored by dependabot[bot]. Collect each PR's number, title, head branch, and labels.

If there are no open Dependabot PRs, report that and stop.

Step 2: Assess Risk for Each PR

For each Dependabot PR, determine the risk level using these criteria:

2a. Parse Version Bump from PR Title

Dependabot PR titles follow the pattern: Bump <package> from <old-version> to <new-version>. Extract the old and new versions and classify the bump:

Bump TypeRisk LevelCriteria
Patch (x.x.OLD → x.x.NEW)LowOnly the patch segment changed
Minor (x.OLD.x → x.NEW.x)MediumThe minor segment changed
Major (OLD.x.x → NEW.x.x)HighThe major segment changed

2b. Check CI / Check Status

Use mcp__github__get_pull_request_status to retrieve the CI check status for each PR. A PR is considered CI-passing only if all checks have concluded with a success state.

2c. Inspect the Diff

Use mcp__github__get_pull_request_files to review the files changed. Flag any PR that modifies unexpected files beyond dependency manifests (go.mod, go.sum, package.json, yarn.lock, Dockerfile*, .github/workflows/*).

2d. Identify Dependency Scope

  • Development-only (test frameworks, linters, dev tools) → Lower risk
  • Production (runtime dependencies) → Higher risk
  • GitHub Actions (workflow dependencies) → Typically low risk for minor/patch bumps

2e. Final Risk Matrix

Version BumpCI PassingOnly Manifest FilesFinal RiskAction
PatchYesYesLowAuto-approve and merge
PatchNoYesMediumApprove but do not merge
MinorYesYesMediumAuto-approve and merge
MinorYesNoHighDo not approve
MinorNo*HighDo not approve
Major**HighDo not approve

GitHub Actions patch and minor bumps with passing CI → Low risk.

Step 3: Approve Eligible PRs

Use mcp__github__create_pull_request_review with event: APPROVE for eligible PRs.

Step 4: Merge Approved PRs

Use mcp__github__merge_pull_request with merge_method: squash. If the merge fails, note the failure and continue.

Step 5: Report Results

After processing all PRs, produce a summary table showing merged, approved-pending, flagged, and errored PRs.

Important Notes

  • Never force-merge.
  • Respect branch protection rules.
  • Go module PRs may need go mod tidy after merge.
  • Process oldest-first to avoid dependency tree conflicts.
  • Security-labeled PRs should be prioritized; treat security patch/minor bumps as Low risk if CI passes.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.84%
按下载量换算73

Claude

29.94%
按下载量换算59

Cursor

17.01%
按下载量换算34

Gemini CLI

9.59%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills