Skip to main content
Run any Skill in Manus
with one click
DataDog
GitHub creator profile

DataDog

Repository-level view of 121 collected skills across 31 GitHub repositories.

skills collected
121
repositories
31
updated
2026-07-07
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

cws-iouring-coverage
software-quality-assurance-analysts-and-testers

Audit CWS (runtime-security) io_uring functional-test coverage and add a functional test for any io_uring opcode whose operation CWS observes but that is not exercised through io_uring. Test-driven — coverage is judged by tests, never by reading eBPF/hook internals. Use when auditing io_uring test coverage or after new IORING_OP_ opcodes appear.

2026-07-06
locate-config-setting
software-developers

Find where an Agent config setting or section is defined in the YAML schemas, and print its schema node, using `dda inv schema.locate`

2026-07-02
write-agent-health-e2e
software-quality-assurance-analysts-and-testers

Create an E2E lifecycle test for a new health platform issue in test/new-e2e/tests/agent-health/

2026-07-01
create-release-note
software-developers

Create a reno release note for a PR or change

2026-06-29
update-otel-deps
software-developers

Use when a user asks to update, bump, or troubleshoot OpenTelemetry Collector dependencies in datadog-agent, including OCB build failures, ddflareextension golden files, static quality gates, or OTel transitive dependency conflicts.

2026-06-22
create-config-field
software-developers

Add a new configuration field to the Datadog Agent (datadog.yaml)

2026-06-22
allium
software-developers

Give your AI agents something more useful than a prompt. Velocity through clarity.

2026-06-17
distill
software-developers

Extract an Allium specification from an existing codebase. Use when the user has existing code and wants to distil behaviour into a spec, reverse engineer a specification from implementation, generate a spec from code, turn implementation into a behavioural specification, or document what a codebase does in Allium terms.

2026-06-17
Showing top 8 of 27 collected skills in this repository.
add-new-configuration
unclassified

Register a new environment variable / configuration option in dd-trace-py. Use whenever you add (or rename) a DD_*/_DD_*/OTEL_*/DATADOG_* environment variable so it is documented, validated, and tracked for cross-language feature parity. Covers supported-configurations.json, the generated _supported_configurations.py module, docs/configuration.rst, and the feature-parity registry hand-off.

2026-06-29
apm-integrations
unclassified

dd-trace-py integration development guide. Use when creating, modifying, or debugging contrib integrations in the Python tracer. Covers the patch module system, context_with_data, context_with_event (new), registration, testing with riot, and common anti-patterns. LLM/AI integrations should use this skill for APM-side workflow only; use llmobs-integrations for LLMObs-specific lifecycle, extraction, streaming, and VCR guidance. Pin is DEPRECATED. Triggers: "dd-trace-py", "ddtrace", "contrib", "integration", "patch.py", "trace_handlers", "PATCH_MODULES", "context_with_data", "context_with_event", "TracingEvent", "VCR", "cassette", "generative-ai", "LLM integration", "riot", "riotfile", "suitespec", "new integration", "wrap", "unwrap".

2026-06-24
llmobs-integrations
unclassified

dd-trace-py LLMObs integration development guide. Use when creating, modifying, or debugging LLMObs integrations for LLM/AI libraries in the Python tracer. Covers BaseLLMIntegration, stream handling, message extraction, token counting, tool call parsing, and VCR-based testing patterns. Triggers: "llmobs", "LLMObs", "BaseLLMIntegration", "llmobs_set_tags", "_llmobs_set_tags", "BaseStreamHandler", "submit_to_llmobs", "integration.trace", "LLM span", "VCR", "cassette", "anthropic", "openai", "google_genai", "claude_agent_sdk", "generative-ai", "LLM integration", "llmobs_enabled".

2026-06-24
analyze-crash
software-developers

Native crash log analysis for dd-trace-py

2026-06-05
lint
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
Showing top 8 of 13 collected skills in this repository.
Showing top 8 of 10 collected skills in this repository.
Showing top 8 of 9 collected skills in this repository.
dd-sdk-ios-swift-api-design
software-developers

Use when writing, reviewing, or renaming Swift APIs, including declarations, call sites, argument labels, Boolean names, protocols, overloads, documentation comments, and small abstractions.

2026-06-16
dd-sdk-ios-git-commit
software-developers

Use when committing changes in dd-sdk-ios. Use when writing commit messages, signing commits, or staging files before a commit.

2026-06-16
dd-sdk-ios-open-pr
software-developers

Use when creating a pull request in dd-sdk-ios. Use when writing PR titles, PR body, or choosing the target branch.

2026-06-16
dd-sdk-ios-update-feature-docs
software-developers

Use when public API changes have been made to review and update all *_FEATURE.md documentation files, or to audit whether they are still accurate.

2026-06-01
dd-sdk-iosgit-branch
software-developers

Use when creating a new branch in dd-sdk-ios for a JIRA ticket or feature. Use when choosing a branch name or base branch for development work.

2026-03-13
dd-sdk-iosrunning-tests
software-quality-assurance-analysts-and-testers

Use when asked to run tests in the dd-sdk-ios project — whether a full module suite, a specific test class, or a single test method. Use when choosing between make, xcodebuild, or Xcode MCP for running iOS/tvOS/visionOS tests.

2026-03-13
dd-sdk-iosxcode-file-management
software-developers

Use when adding, removing, moving, or renaming Swift source files in the dd-sdk-ios Xcode project. Use when the task involves file creation, deletion, or relocation in any module (DatadogRUM, DatadogLogs, DatadogCore, etc.). Use when you would otherwise reach for Write, Bash mv/mkdir/rm, or manual pbxproj editing for file management.

2026-03-13
bump-libdatadog
software-developers

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-06-18
azure-functions
software-developers

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
analyze-azdo-build
software-developers

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
software-developers

Error Stack Trace Analysis for dd-trace-dotnet

2026-02-26
analyze-crash
software-developers

Stack Trace Crash Analysis for dd-trace-dotnet

2026-02-05
review-pr
software-quality-assurance-analysts-and-testers

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

2026-02-05
config-management
software-developers

How to manage Datadog Agent configuration inventory in this repo. A single hand-written YAML overlay is the source of truth; Rust code and Markdown documentation are generated from it at build time. Trigger: adding/removing/reclassifying a config key, changing support level or pipeline attribution, editing the vendored schema, fixing errors in generated files, or build.rs panics with an overlay validation message.

2026-06-11
confkey
software-developers

Work on individual configuration keys (ConfKeys) used in agent-data-plane and in the Datadog Agent — analyzing parity, drafting GitHub issues, and recording completion of open issues. Note, this skill is currently specialized for DogStatsD configuration, but may be more general in the future.

2026-06-11
binary-size-analysis
computer-programmers

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
network-and-computer-systems-administrators

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
datadog-go-test-optimization-onboarding
unclassified

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-07-06
datadog-java-test-optimization-onboarding
unclassified

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-07-06
datadog-python-test-optimization-onboarding
unclassified

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-07-06
datadog-rules-go-orchestrion-upstream-migration
unclassified

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 support lines, metadata regeneration, profile verification, smoke validation, and migration PR preparation.

2026-07-06
apm-integrations
software-developers

Use when adding, debugging, fixing, or modifying instrumentation and plugins for third-party libraries in dd-trace-js. Triggers: "add a new integration", "instrument a library", any *Plugin base class (Tracing/Database/Cache/ Client/Server/Consumer/Producer/Composite), "addHook", "shimmer.wrap", "orchestrion", "bindStart"/"bindFinish", "diagnostic channel", "runStores", "subscriber cardinality", "channel.publish gate", "read upstream source", "reference plugin".

2026-06-27
llmobs-integration
software-developers

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-06-19
llmobs-testing
software-quality-assurance-analysts-and-testers

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-06-19
Showing 12 of 31 repositories