Skip to main content

update-3rd-party-libs

Update a C/C++ third-party library under deps/ — bump version, reconcile sources/copts/config.h/patches, and verify the build.

跳到安装

来源信息

仓库
DataDog/datadog-agent
最近来源活动
2026年7月16日 18:42
检测到的 SKILL.md 语言
英语
星标
3,734
分支
1,495

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
update-3rd-party-libs
description
Update a C/C++ third-party library under deps/ — bump version, reconcile sources/copts/config.h/patches, and verify the build.
argument-hint
<dep-name> [target-version]
allowed-tools
Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion
To update a C/C++ third-party library under `deps/`, read **`deps/docs/updating_deps.md`** and follow it end-to-end. That file is the authoritative procedure; its supporting docs (`bump-version.md`, `config-h-refresh.md`, `patches.md`, `verification.md`) live alongside it under `deps/docs/`. **Arguments:** `$ARGUMENTS` — `<dep-name>` (required), `<target-version>` (optional; ask the user if not supplied). Pass these through to the procedure as its inputs. The workflow lives under `deps/docs/` (not inline here) so it stays discoverable by humans and non-Claude agents, and is owned alongside the code it touches (`@DataDog/agent-build`).
在 GitHub 查看