Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
DataDog
GitHub 创作者资料

DataDog

按仓库查看 21 个 GitHub 仓库中的 92 个已收集 skills,并展示近似职业覆盖。

已收集 skills
92
仓库
21
职业领域
3
更新
2026-05-30
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
datadog-agent
19 个 skills3.6k1.4k更新于 2026-05-29
占该创作者 21%
当前展示该仓库 Top 8 / 19 个已收集 skills。
#002
pup
9 个 skills83980更新于 2026-05-30
占该创作者 9.8%
当前展示该仓库 Top 8 / 9 个已收集 skills。
#003
dd-trace-py
9 个 skills639509更新于 2026-05-14
占该创作者 9.8%
lint
软件质量保证分析师与测试员

Run targeted linting, formatting, and code quality checks on modified files. Use this to validate code style, type safety, security, and other quality metrics before committing. Supports running all checks or targeting specific checks on specific files for efficient validation.

2026-05-14
run-tests
软件质量保证分析师与测试员

Validate code changes by intelligently selecting and running the appropriate test suites. Use this when editing code to verify changes work correctly, run tests, validate functionality, or check for regressions. Automatically discovers affected test suites, selects the minimal set of venvs needed for validation, and handles test execution with Docker services as needed.

2026-05-14
debug-build-times
软件开发工程师

Diagnose and fix slow base venv build times caused by unnecessary recompilation of native extensions (CMake, Cython, Rust) across riot generate runs. Use when CI base venv builds are slow, when ext_cache isn't saving time, or when investigating warm build regressions.

2026-04-10
run-benchmarks
软件质量保证分析师与测试员

Run performance benchmarks to measure the impact of code changes. Discovers relevant benchmark scenarios based on changed files, executes them comparing a baseline version against local changes, and summarizes performance results. Use this when touching performance-sensitive code paths or when asked about performance impact.

2026-04-06
review-ci
软件质量保证分析师与测试员

Review CI results for the current branch, commit, or PR using the Datadog MCP. Use this when CI is failing, to understand what's blocking a PR, or to get actionable fix instructions for failed jobs and tests.

2026-03-25
circular-import-analysis
软件开发工程师

Run circular import detection against ddtrace and propose architectural fixes for any cycles found. Use this when adding or refactoring modules, or when the detect_circular_imports CI job reports new cycles on a PR.

2026-03-25
compare-cpython-versions
计算机系统分析师

Compare CPython source code between two Python versions to identify changes in headers and structs. Use this when adding support for a new Python version to understand what changed between versions.

2025-12-11
find-cpython-usage
计算机系统分析师

Find all CPython internal headers and structs used in the codebase, particularly for profiling functionality. Use this when adding support for a new Python version to identify what CPython internals we depend on.

2025-12-11
当前展示该仓库 Top 8 / 9 个已收集 skills。
#004
rshell
9 个 skills132更新于 2026-05-07
占该创作者 9.8%
当前展示该仓库 Top 8 / 9 个已收集 skills。
#005
dd-trace-dotnet
6 个 skills565163更新于 2026-05-12
占该创作者 6.5%
azure-functions
软件开发工程师

Dev/test workflow for tracer engineers working on the Datadog .NET tracer — build a local Datadog.AzureFunctions NuGet package, deploy it to a test Azure Function App, trigger it, and analyze traces/logs to verify instrumentation behavior. Use this skill whenever the user is working on Azure Functions instrumentation: building or testing the Datadog.AzureFunctions NuGet package, deploying to a test Function App, analyzing instrumentation logs or spans from an Azure Functions app, or configuring Datadog environment variables on Azure — even if they don't explicitly invoke /azure-functions.

2026-05-12
bump-libdatadog
软件开发工程师

Update/bump the libdatadog native library version in dd-trace-dotnet. Use when the user asks to bump, update, or upgrade libdatadog, or mentions a new libdatadog release version.

2026-05-11
analyze-azdo-build
网络与计算机系统管理员

Analyze Azure DevOps CI build failures in dd-trace-dotnet pipeline. This skill should be used when the user mentions a failing CI build, PR checks failing, Azure DevOps pipeline failures, test failures in CI, or when they share a build ID or PR number and want to understand what went wrong. Analyzes build failures, categorizes them (infrastructure/flaky/real), and provides actionable recommendations.

2026-04-14
analyze-error
软件开发工程师

Error Stack Trace Analysis for dd-trace-dotnet

2026-02-26
analyze-crash
软件开发工程师

Stack Trace Crash Analysis for dd-trace-dotnet

2026-02-05
review-pr
软件质量保证分析师与测试员

Perform a review on a GitHub PR, leaving comments on the PR

2026-02-05
#006
lading
6 个 skills9716更新于 2026-03-19
占该创作者 6.5%
#007
dd-sdk-ios
5 个 skills282168更新于 2026-03-13
占该创作者 5.4%
#008
dd-trace-java
4 个 skills722337更新于 2026-05-28
占该创作者 4.3%
#009
rules_test_optimization
4 个 skills10更新于 2026-05-26
占该创作者 4.3%
datadog-java-test-optimization-onboarding
软件开发工程师

Use when instrumenting a Bazel Java repository or monorepo with Datadog Test Optimization. Applies to Bzlmod and WORKSPACE consumers, direct java_test targets, repository-owned Java/JUnit wrapper macros, doctor/uploader validation, and RFC-safe setup that avoids manual tracer payload wiring, DD_GIT_* test environment variables, uploader credentials in test sandboxes, and missing remote outputs.

2026-05-26
datadog-go-test-optimization-onboarding
软件开发工程师

Use when instrumenting a Bazel Go repository or monorepo with Datadog Test Optimization and Orchestrion. Applies to WORKSPACE and Bzlmod consumers, large monorepos with local Go wrappers, doctor/uploader validation, and RFC-safe setup that avoids patches, payload proxies, DD_GIT_* test environment variables, and missing remote outputs.

2026-05-18
datadog-rules-go-orchestrion-upstream-migration
软件开发工程师

Use when porting this repository's vendored Orchestrion-enabled rules_go fork from its current upstream base to another upstream rules_go tag or commit. Applies to base and complete variants, metadata regeneration, variant-drift checks, smoke validation, and migration PR preparation.

2026-05-18
datadog-python-test-optimization-onboarding
软件开发工程师

Use when instrumenting a Bazel Python repository or monorepo with Datadog Test Optimization. Applies to Bzlmod and WORKSPACE consumers, managed pytest targets, repository-owned pytest wrappers, consumer_runner mode, doctor/uploader validation, and RFC-safe setup that avoids payload proxies, DD_GIT_* test environment variables, and missing remote outputs.

2026-05-12
#010
dd-trace-js
3 个 skills811391更新于 2026-05-28
占该创作者 3.3%
llmobs-integration
未分类

Use when adding, debugging, or modifying LLMObs plugins for an LLM library in dd-trace-js. Triggers: "add LLMObs support", "instrument chat completions / streaming / embeddings / agent runs / orchestration / tool calls / retrieval", "LLMObsPlugin", "getLLMObsSpanRegisterOptions", "setLLMObsTags", "LlmObsCategory", "LlmObsSpanKind", any provider tag ("openai" / "anthropic" / "genai" / "google" / "langchain" / "langgraph" / "ai-sdk" llmobs), "VCR cassettes".

2026-05-28
llmobs-testing
未分类

Use when writing, modifying, or debugging tests for an LLMObs plugin in dd-trace-js. Triggers: "write LLMObs tests", "test an LLMObs plugin", "assertLlmObsSpanEvent", "useLlmObs", "getEvents", any MOCK_* matcher ("MOCK_STRING" / "MOCK_NOT_NULLISH" / "MOCK_NUMBER" / "MOCK_OBJECT"), "VCR cassette", "vcr proxy", "127.0.0.1:9126", any LlmObsCategory test ("LLM_CLIENT" / "MULTI_PROVIDER" / "ORCHESTRATION" / "INFRASTRUCTURE").

2026-05-28
apm-integrations
软件开发工程师

This skill should be used when the user asks to "add a new integration", "instrument a library", "add instrumentation for", "create instrumentation", "new dd-trace integration", "add tracing for", "TracingPlugin", "DatabasePlugin", "CachePlugin", "ClientPlugin", "ServerPlugin", "CompositePlugin", "ConsumerPlugin", "ProducerPlugin", "addHook", "shimmer.wrap", "orchestrion", "bindStart", "bindFinish", "startSpan", "diagnostic channel", "runStores", "reference plugin", "example plugin", "similar integration", or needs to build, modify, or debug the instrumentation and plugin layers for a third-party library in dd-trace-js.

2026-03-04
#011
saluki
3 个 skills3611更新于 2026-05-22
占该创作者 3.3%
binary-size-analysis
计算机程序员

Analyze agent-data-plane binary size to identify top crates and modules contributing to binary size, and evaluate optimization opportunities. TRIGGER when: user asks about binary size, code size, shrinking the binary, binary optimization, reducing binary footprint, evaluating what contributes to binary size, or asks to find ways to make the binary smaller. DO NOT TRIGGER when: user asks about runtime memory usage, memory leaks, allocation profiling, or performance tuning.

2026-05-22
external-pr-ci-trigger
网络与计算机系统管理员

Trigger CI for an external contributor's pull request by mirroring their fork branch onto DataDog/saluki under an `<owner>/<branch>` name. External forks don't run CI by default for security reasons; this skill lets an authorized maintainer push the fork's branch up to the main repo so the PR's CI checks attach to a trusted branch. TRIGGER when: user asks to run CI on an external/contributor PR, push an external branch for CI, mirror a fork branch, or invokes `/external-pr-ci-trigger`. DO NOT TRIGGER when: user wants to run CI on their own branch or on an internal PR — those run CI automatically.

2026-05-22
confkey
软件开发工程师

Audit configuration keys (ConfKeys) that are used in agent-data-plane and in the Datadog Agent looking for differences that should be either documented or fixed. Maintains files at: - docs/agent-data-plane/configuration/dogstatsd.md - docs/agent-data-plane/configuration/dogstatsd/ Available in multiple modes. See .claude/skills/confkey/README.md Note, this skill is currently specialized for DogStatsD configuration, but may be more general in the future.

2026-04-24
#012
stratus-red-team
2 个 skills2.3k297更新于 2026-02-12
占该创作者 2.2%
已展示 12 / 21 个仓库