What problem does it solve? Writing effective Honeycomb queries requires knowing which operations, filters, and field patterns fit each investigation goal — using AVG instead of percentiles, missing relational field prefixes, or misreading heatmaps leads to wrong conclusions about latency, errors, and traffic. ## Core Features & Use Cases - Operation Selection Guidance: Maps investigation questions to the right VISUALIZE operations (P99 over AVG for latency, HEATMAP for distributions, CONCURRENCY for load, RATE_AVG for trends). - Relational Field Patterns: Explains root., parent., child., any., and none. prefixes for cross-span trace queries like finding slow endpoints caused by a specific downstream service. - Calculated Fields & Result Interpretation: Covers derived column syntax and anti-patterns, plus reading P99/P50 ratios, heatmap bands, TOTAL/OTHER rows, and parsing raw JSON via query_result_url. - Use Case: When asked to "find slow requests" or "show error rate by service", the skill directs building a filtered P99 query grouped by route, then interpreting the results and feeding query_run_pk into BubbleUp for outlier analysis. ## Quick Start Ask the assistant to show P99 latency by endpoint for the last two hours in Honeycomb and interpret whether the distribution is bimodal.