← all publishers

datadog

@datadog source repo

118 published skills · page 2 of 2

  1. Create Subcommand · datadog
    Add a new CLI subcommand to an agent binary (agent, cluster-agent, etc.)
    0
    installs
  2. Triage CI Failure · datadog bundle
    Classify a failed CI as either caused by an active incident, flakiness, or a true code regression. Use when a PR's pipeline is red and it isn't obvious whether the PR's own changes are at fault. Trigger phrases include: - "investigate this CI failure" - "please fix CI" - "why did this job fail" - "is there an incident affecting CI" - "should I retry this" This should also be invoked whenever the user asks you to investigate _or fix_ a failing CI, to ensure we don't spend hours trying to fix something broken upstream.
    0
    installs
  3. Create Invoke Task · datadog
    Create a new Python invoke task for the dda CLI
    0
    installs
  4. Review Pr Comments · datadog
    Review and triage PR review comments on the current branch — groups threads by file, separates bots from humans, walks through unresolved comments interactively
    0
    installs
  5. Create Config Field · datadog
    Add a new configuration field to the Datadog Agent (datadog.yaml) by declaring it in the config schema
    0
    installs
  6. Create Release Note · datadog
    Create a reno release note for a PR or change
    0
    installs
  7. Elicit · datadog bundle
    Run a structured discovery session to build an Allium specification through conversation. Use when the user wants to create a new spec from scratch, elicit or gather requirements, capture domain behaviour, specify a feature or system, define what a system should do, or is describing functionality and needs help shaping it into a specification.
    0
    installs
  8. Cws Iouring Coverage · datadog
    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.
    0
    installs
  9. Distill · datadog bundle
    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.
    0
    installs
  10. Explain Lading Config · datadog bundle
    Explains a lading.yaml config file from the regression test suite, using the lading Rust source as ground truth for field meanings and defaults.
    0
    installs
  11. Locate Config Setting · datadog
    Find where an Agent config setting or section is defined in the YAML schemas, and print its schema node, using `dda inv schema.locate`
    0
    installs
  12. Update 3rd Party Libs · datadog
    Update a C/C++ third-party library under deps/ — bump version, reconcile sources/copts/config.h/patches, and verify the build.
    0
    installs
  13. Create Runtime Setting · datadog
    Create a new RuntimeSetting that can be changed at runtime via `agent config set/get` and the config API
    0
    installs
  14. Create Status Provider · datadog
    Add a new section to the agent status output (agent status command)
    0
    installs
  15. Propagate · datadog
    Generate tests from Allium specifications. Use when the user wants to propagate tests, generate test files from a spec, write tests for a specification, create property-based tests, produce state machine tests, check test coverage against spec obligations, or understand what tests a specification requires.
    0
    installs
  16. Quality Gate Size Analysis · datadog
    Analyze static quality gate on-disk size changes, correlate with Confluence exception records and GitHub PRs by milestone
    0
    installs
  17. Agent Supply Chain Newsletter · datadog
    Generate the Agent Supply Chain newsletter by researching team activity on GitHub and Confluence, then creating a Confluence draft and Gmail draft
    0
    installs
  18. Write Agent Health E2e · datadog
    Create an E2E lifecycle test for a new health platform issue in test/new-e2e/tests/agent-health/
    0
    installs