← all publishers

datadog

@datadog source repo

118 published skills · page 1 of 2

  1. Manual Testing · datadog
    Run a manual test of the current change end-to-end and output reproducible test instructions for the PR "Test instructions" section.
    0
    installs
  2. Code Generation · datadog
    Use pup CLI for immediate Datadog operations or generate code for integration into applications
    0
    installs
  3. Test Attack Technique · datadog bundle
    Tests and validates Stratus Red Team attack techniques by executing warmup, detonation, and cleanup phases with comprehensive validation. Validates cloud credentials, parses command output, checks expected outcomes, and generates HTML reports. Use when testing attack techniques, validating TTPs, verifying technique behavior, or when user mentions stratus, warmup, detonate, or technique IDs like aws.*, azure.*, gcp.*, k8s.*, or entra-id.*. Supports AWS, Azure, GCP, Kubernetes, and Entra ID.
    0
    installs
  4. Create Attack Technique · datadog bundle
    Create or review Stratus Red Team attack techniques. Use when asked to add, create, or implement a new attack technique for AWS, Azure, GCP, Entra ID, EKS, or Kubernetes in the stratus-red-team project. Also use when reviewing PRs or code that implements attack techniques — the guidelines serve as a review checklist.
    0
    installs
  5. Map Threat Intel Coverage · datadog bundle
    Analyze a threat-intel blog post or report against Stratus Red Team coverage. Extract cloud TTPs, classify each as Covered / Partial / Open issue / Not covered, produce a markdown coverage report, and suggest GitHub issue drafts for the gaps. Use when the user pastes a threat-intel URL (Microsoft, Mandiant, CrowdStrike, Unit 42, etc.) and asks for a coverage report, gap analysis, TTP extraction, or "what does Stratus cover from this report". Also use when given a local report file (.md, .txt, .pdf) or pasted text.
    0
    installs
  6. Dd Tf Provider Test Runner Agent · datadog
    Run Datadog Terraform provider acceptance tests with proper RECORD modes and capture output for analysis. This agent is invoked via Task tool and writes results to files.
    0
    installs
  7. Generate Datadog Datasource · datadog bundle
    Generate a Datadog Terraform provider data source end to end and open a review-ready GitHub PR for it. Runs in three phases: (1) Input — collect the read group (operationIds), artifact name, cardinality, description, and overwrite target; (2) Generation — build an annotated OpenAPI slice with slice_and_annotate.py, run tfgen on it, run make docs/build, and commit onto a new branch; (3) PR — a quick runtime-risk scan (trusting the generator for correctness), draft the standard PR body with disclaimers + testing guide, and open the PR with `gh`. Use this skill whenever the user wants to generate a Datadog data source, mentions tfgen / generator-v2, slice_and_annotate, an OpenAPI operation they want a data source for, opening a PR for a generated data source, evaluating generated code against goldens, or writing cassette / acceptance-test instructions — even if they don't say "skill".
    0
    installs
  8. Fix Broken Integration Tests · datadog bundle
    End-to-end workflow to diagnose, reproduce, fix, and validate a failing Datadog Terraform provider integration test. Takes any input pointing at specific tests: test function names, error messages, resource names, or any other description of what's failing. Runs autonomously through 8 phases — identify → validate in CI → reproduce locally → plan fix → execute → open draft PR → monitor → report.
    0
    installs
  9. Datadog Go Test Optimization Onboarding · datadog bundle
    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.
    0
    installs
  10. Datadog Java Test Optimization Onboarding · datadog bundle
    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.
    0
    installs
  11. Datadog Python Test Optimization Onboarding · datadog bundle
    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.
    0
    installs
  12. Datadog Rules Go Orchestrion Upstream Migration · datadog bundle
    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.
    0
    installs
  13. Review Pr · datadog
    Perform a review on a GitHub PR, leaving comments on the PR
    0
    installs
  14. Analyze Error · datadog
    Error Stack Trace Analysis for dd-trace-dotnet
    0
    installs
  15. Azure Functions · datadog bundle
    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.
    0
    installs
  16. Bump Libdatadog · datadog bundle
    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.
    0
    installs
  17. Analyze Azdo Build · datadog bundle
    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.
    0
    installs
  18. Llmobs Testing · datadog bundle
    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", "record a cassette", "test:llmobs:plugins".
    0
    installs
  19. Flaky Test Fixer · datadog
    Use when classifying, investigating, or fixing a suspected flaky test, intermittent test result, nondeterministic CI test failure, timing race, hang, or test-order dependency in dd-trace-js. Classifies infrastructure and deterministic failures before reproduction or code search.
    0
    installs
  20. Llmobs Integration · datadog bundle
    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", "SPAN_KINDS", "span kind", any provider tag ("openai" / "anthropic" / "genai" / "google" / "langchain" / "langgraph" / "ai" llmobs), "VCR cassettes".
    0
    installs
  21. Architecture Review · datadog
    Use when a dd-trace-js change introduces or substantially changes a class hierarchy, module boundary, shared helper layer, public API, or duplicated behavior across multiple types. Triggers: architecture decision, design review, refactor shared behavior, new abstraction, composition versus inheritance, expose internals, module coupling, public surface, hot-path architecture, score the design.
    0
    installs
  22. Serverless Integrations · datadog bundle
    Use when adding, modifying, debugging, or reviewing dd-trace-js serverless platform integrations that create root invocation spans for AWS Lambda, Azure Functions, Google Cloud Functions, or similar runtimes. Triggers: serverless integration, function invocation root span, Lambda runtime, Azure Functions, GCP Functions, type = 'serverless', DD_LAMBDA_HANDLER, datadog-lambda-js, deployed serverless verification, manual serverless test.
    0
    installs
  23. Release · datadog
    Prepare a lading release. Updates CHANGELOG.md, bumps version in Cargo.toml, updates Cargo.lock, commits, and creates a PR.
    0
    installs
  24. Lading Preflight · datadog bundle
    Environment validation checklist. Run this FIRST when starting a new Claude session to verify the environment is ready for optimization work. Checks Rust toolchain, ci/ scripts, build, benchmarking tools, profilers, memory tools, git state, and SMP CLI.
    0
    installs
  25. Lading Optimize Hunt · datadog bundle
    Coordinates optimization attempts. Captures baselines, implements changes, invokes review, and records outcomes.
    0
    installs
  26. Lading Optimize Review · datadog bundle
    Reviews optimization patches using a 5-persona peer review system. Requires unanimous approval backed by benchmarks.
    0
    installs
  27. Lading Optimize Submit · datadog bundle
    Full optimization workflow with git branch creation, commits, and optional PR. Wraps /lading-optimize-hunt with git automation.
    0
    installs
  28. Lading Optimize Find Target · datadog bundle
    Finds a valid optimization target in lading. Returns a filled target.yaml template with pattern, technique, target, file, bench, and fingerprint. Use before /lading-optimize-hunt or when selecting a new optimization target.
    0
    installs
  29. List Gaps · datadog
    List pathfinding-labs scenarios that don't have pathrunner modules yet
    0
    installs
  30. Test Module · datadog
    Test a pathrunner exploit module against a deployed pathfinding-labs scenario. Supports iterative fix-and-retry — the skill can loop up to N times, diagnosing pathrunner-side failures and applying fixes between runs.
    0
    installs
  31. Batch Modules · datadog
    Batch-create pathrunner exploit modules from a list of pathfinding-labs coverage gaps, using a rolling pool of concurrent sub-agents that enable → build → test → disable each lab. Verify stage iteratively fixes pathrunner-side failures (default budget 5 per module). Uses multi-agent orchestration.
    0
    installs
  32. Create Module · datadog bundle
    Create a new pathrunner exploit module from pathfinding.cloud path definition
    0
    installs
  33. Plabs Lifecycle · datadog
    Enable, disable, and swap pathfinding-labs scenarios via plabs, serializing terraform applies through a shared lock so concurrent agents don't collide
    0
    installs
  34. Cleanup Scenario · datadog
    Clean up AWS resources after testing a pathrunner module against a pathfinding-labs scenario
    0
    installs
  35. Panoramic · datadog
    Run Saluki's Panoramic correctness and integration tests non-interactively and investigate their machine-readable results. Read this before running `panoramic`, `make test-integration`, or `make test-correctness`, or when diagnosing a test from its artifacts.
    0
    installs
  36. Config System · datadog
    Architecture and working rules for Saluki's configuration system and inventory. Read this when working with lib/agent-data-plane-config*, lib/datadog-agent/config*, GenericConfiguration, schema_overlay.yaml, SalukiConfiguration, DatadogConfiguration, or typed config migrations.
    0
    installs
  37. Binary Size Analysis · datadog
    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.
    0
    installs
  38. Config Schema Update · datadog
    Update the vendored configuration schema
    0
    installs
  39. External Pr CI Trigger · datadog
    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.
    0
    installs
  40. Dd Sdk IOS Open Pr · datadog
    Use when creating a pull request in dd-sdk-ios. Use when writing PR titles, PR body, or choosing the target branch.
    0
    installs
  41. Dd Sdk IOS Git Branch · datadog
    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.
    0
    installs
  42. Dd Sdk IOS Git Commit · datadog
    Use when committing changes in dd-sdk-ios. Use when writing commit messages, signing commits, or staging files before a commit.
    0
    installs
  43. Dd Sdk IOS Running Tests · datadog
    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.
    0
    installs
  44. Dd Sdk IOS Swift API Design · datadog
    Use when writing, reviewing, or renaming Swift APIs, including declarations, call sites, argument labels, Boolean names, protocols, overloads, documentation comments, and small abstractions.
    0
    installs
  45. Dd Sdk IOS Update Feature Docs · datadog
    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.
    0
    installs
  46. Dd Sdk IOS Xcode File Management · datadog
    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.
    0
    installs
  47. Techdebt · datadog
    Review a code diff / branch / PR for technical debt — code duplication, unnecessary complexity / over-engineering, and redundant or dead code. Use whenever the user wants a tech-debt, cleanup, or refactor review, asks to check a branch or PR for duplication / complexity / dead code before opening a PR, or mentions "techdebt". Refactor-only: it reports issues and offers behavior-preserving fixes; it never changes behavior.
    0
    installs
  48. Perf Review · datadog bundle
    Performance-overhead review of a code diff / branch / PR for the dd-trace-java tracer. Flags hot-path allocation, unbounded memory, repeated work, escaping objects, native-boundary crossings, and JVM-specific pitfalls (escape analysis, JNI / virtual-thread pinning, backtracking-regex ReDoS, varargs/boxing hashing, String.format, ByteBuddy-Advice anti-patterns) using the tracer performance rubric. Use whenever the user wants a performance / overhead / hot-path review, asks to check a diff or PR for allocation / GC / memory / latency / startup cost, or mentions the "perf rubric" or the "do no harm / assume hot" tracer posture — even if they just say "review this for perf" without naming the rubric. Advisory and READ-ONLY: it reports ranked, verify-first findings; it never edits code.
    0
    installs
  49. Clarify Java Comments · datadog bundle
    Clarify or review Java Javadocs, Javadoc tags, and explanatory code comments for legibility, accuracy, and source alignment. Use when asked to simplify verbose or generated comments, edit documentation in a local file, class, or member, repair Javadoc markup, propose copy-ready replacements, or add GitHub suggestions to an existing pending PR review. Documentation-focused: never change executable code or turn the task into a general code review. Do not submit a review unless explicitly requested.
    0
    installs
  50. Migrate Groovy To Java · datadog bundle
    Converts Spock/Groovy test files in a Gradle module to equivalent JUnit 5 Java tests. Use when asked to "migrate groovy", "convert groovy to java", "g2j", or when a module has .groovy test files that need to be replaced with .java equivalents.
    0
    installs
  51. Review Groovy Migration · datadog
    Post-migration quality review. Checks Java test files produced by migrate-groovy-to-java against the shared quality rules. Use after migration, or on any branch with recently migrated .java test files. Produces structured FINDING blocks grouped by severity, then offers to auto-fix BLOCKERs and WARNINGs.
    0
    installs
  52. Migrate Junit Source To Tabletest · datadog
    Convert JUnit 5 @MethodSource/@CsvSource/@ValueSource parameterized tests to @TableTest (JDK8)
    0
    installs
  53. Code Review · datadog
    Comprehensive code review covering security, correctness, bash compatibility, test coverage, and code quality. Use for PRs, commits, or any code changes.
    0
    installs
  54. Fix CI Tests · datadog
    Diagnose and fix CI failures on a GitHub PR by analyzing failing checks, reading logs, and applying fixes
    0
    installs
  55. Improve Loop · datadog
    Systematically review and improve every shell feature and builtin command. Iterates through each feature/command, runs code-review, fixes issues, and re-reviews until clean.
    0
    installs
  56. Fix Local Tests · datadog
    Fix failing tests by prioritising shell implementation fixes to match bash behaviour
    0
    installs
  57. Review Fix Loop · datadog
    Self-review a PR, fix all issues, and re-review in a loop until clean. Coordinates code-review, address-pr-comments, and fix-ci-tests skills.
    0
    installs
  58. Gtfobins Validate · datadog
    Validate shell builtins against GTFOBins attack patterns to ensure exploits are blocked by the sandbox
    0
    installs
  59. Address Pr Comments · datadog
    Read PR review comments, evaluate validity, implement fixes, push changes, and reply/resolve threads
    0
    installs
  60. Improve Test Coverage · datadog
    Improve test coverage for shell features and commands using reference test suites from yash, GNU coreutils, and uutils/coreutils
    0
    installs
  61. Implement Posix Command · datadog
    Implement a new POSIX command as a builtin in the safe shell interpreter
    0
    installs
  62. Lint · datadog
    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.
    0
    installs
  63. Review CI · datadog
    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.
    0
    installs
  64. Run Tests · datadog
    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.
    0
    installs
  65. Releasenote · datadog
    Decide whether a release note is needed, and if so create or update a Reno fragment, following dd-trace-py's conventions (docs/releasenotes.rst).
    0
    installs
  66. Analyze Crash · datadog bundle
    Native crash log analysis for dd-trace-py
    0
    installs
  67. Run Benchmarks · datadog
    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.
    0
    installs
  68. Apm Integrations · datadog bundle
    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 through the repository test runner, 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", "run-tests", "suitespec", "new integration", "wrap", "unwrap".
    0
    installs
  69. Debug Build Times · datadog
    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.
    0
    installs
  70. Llmobs Integrations · datadog bundle
    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".
    0
    installs
  71. Add New Configuration · datadog
    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.
    0
    installs
  72. Circular Import Analysis · datadog
    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.
    0
    installs
  73. Dependency Direction Analysis · datadog
    Run the dependency direction detector against ddtrace and propose architectural fixes for any violations found. Use this when adding or refactoring modules under ddtrace/internal, ddtrace/contrib, or any product package, or when the detect_layering_violations CI job reports new violations on a PR.
    0
    installs
  74. Pup · datadog bundle
    Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.
    0
    installs
  75. Dd Apm · datadog
    APM - traces, services, dependencies, performance analysis.
    0
    installs
  76. Dd Pup · datadog
    Datadog CLI (pup). OAuth2 auth with token refresh.
    0
    installs
  77. Dd Logs · datadog
    Log management - search, pipelines, archives, and cost control.
    0
    installs
  78. Dd Symdb · datadog
    Symbol Database - search service symbols, find probe-able methods.
    0
    installs
  79. Dd Debugger · datadog
    Live Debugger - inspect runtime argument/variable values in production by placing log probes on methods. Use when asked what values a function receives, what parameters look like at runtime, or to capture live data from running services without redeploying.
    0
    installs
  80. Dd Monitors · datadog
    Monitor management - create, update, mute, and alerting best practices.
    0
    installs
  81. Dd File Issue · datadog
    File GitHub issues to the right repository (pup CLI or plugin)
    0
    installs
  82. Dd Unblock Pr · datadog
    Load when investigating a failing PR CI pipeline or checking PR health. Attributes each CI failure as flaky, infra, or regression, proposes a targeted action, and reports code coverage.
    0
    installs
  83. Dd Code Generation · datadog
    Use pup CLI for immediate Datadog operations or generate code for integration into applications
    0
    installs
  84. Dd Triage Flaky Test · datadog
    Load when investigating a specific flaky test. Gets history, failure pattern, and category, then recommends fix, quarantine, or escalate.
    0
    installs
  85. Allium · datadog bundle
    Give your AI agents something more useful than a prompt. Velocity through clarity.
    0
    installs
  86. Run E2e · datadog bundle
    Run one already-written new-e2e test locally and triage the setup failures that stop it — "run the containers e2e tests", "my e2e run fails before any test starts".
    0
    installs
  87. Run Jira · datadog
    Fetch a Jira issue and propose an implementation plan based on codebase analysis
    0
    installs
  88. Auto Jira · datadog bundle
    Autonomously work on Jira backlog tickets, creating PRs and shepherding them to merge
    0
    installs
  89. Create Pr · datadog
    Create a pull request for the current branch with proper labels and description. Any agent opening a PR in this repo (via `gh pr create` or otherwise), whether invoked directly as /create-pr or as part of a larger task, MUST follow this skill's process rather than improvising.
    0
    installs
  90. E2e Audit · datadog
    Judge whether Agent behavior belongs in a new-e2e, integration, or unit test
    0
    installs
  91. Follow Pr · datadog bundle
    Monitor the current PR's GitLab pipeline to completion, then report success or investigate a failure. Use when the user asks to follow, babysit, watch, or wait on a PR/pipeline, or just after pushing to / creating a PR.
    0
    installs
  92. Write E2e · datadog bundle
    Write or extend Datadog Agent new-e2e tests, including fakeintake coverage and the GitLab wiring that runs them; derives scope from the current diff when no target is named. Not for running tests that already exist (run-e2e, run-windows-e2e), or for judging whether a behavior belongs in E2E at all (e2e-audit).
    0
    installs
  93. Injector Dev · datadog
    Build, deploy, and test Datadog Agent components (agent, cluster-agent, operator, CSI driver) on a local Kubernetes cluster using the injector-dev CLI. Use when the user wants to iterate on local Agent or Operator change, spin up a local k8s test environment.
    0
    installs
  94. Cws Btfhub Sync · datadog
    Sync CWS BTFHub constants after adding a new constantfetch offset, so pre-BTF kernels can resolve it. Use when KMT secagent jobs log "failed to fetch constant for <name>".
    0
    installs
  95. Run Windows E2e · datadog bundle
    Run Windows E2E tests (MSI install tests or Fleet Automation/installer tests) locally against AWS-provisioned VMs
    0
    installs
  96. Create Component · datadog
    Create a new Fx component using the modern def/fx/impl pattern (NOT legacy)
    0
    installs
  97. Create Go Module · datadog
    Create a new Go module in the agent repository
    0
    installs
  98. Update Otel Deps · datadog
    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.
    0
    installs
  99. Create Core Check · datadog
    Create a new Go core check that collects metrics and sends them to Datadog
    0
    installs
  100. Create Epic Recap · datadog bundle
    Use when an engineer or manager asks to recap, summarize, or post an update on a Jira Epic — a progress update for an in-progress Epic (how far along it is, what's shipped so far, what's next) or a resolution recap for a finished one. Gathers child-issue progress, merged GitHub PRs, release notes, and Epic/child comments, previews a stakeholder-ready recap, and posts only after approval.
    0
    installs