What problem does it solve?
Investigating a production bug report, Linear ticket, or incident requires manually stitching together Datadog spans, logs, metrics, and the Langfuse codebase. This Skill structures that investigation so root causes are established from telemetry evidence rather than guesswork.
Core Features & Use Cases
- Structured intake: Extracts subsystem, region, time window, project IDs, and error fragments from Linear issues, GitHub issues, or pasted error reports before querying.
- Broad Datadog sweep: Runs APM span, log, metric, and monitor queries across prod-eu and prod-us, then clusters errors by projectId and message to identify distinct root causes.
- Repo debug map: Maps subsystems like PostHog integration, blob storage export, and evaluation execution to exact queue files, handler directories, and span resource names.
- Use Case: Given a Linear issue reporting PostHog integration failures, the Skill pulls the issue context, sweeps Datadog across both regions, clusters errors by tenant, maps each cluster to handler files in worker/src/features, and produces a prioritized P0/P1/P2 patch analysis.
Quick Start
Investigate Linear issue LFE-9475 using Datadog telemetry and produce a root cause analysis with suggested patches.