What problem does it solve? Investigating production issues in Seq requires writing searches and queries in Seq's own expression language, which is not SQL and has many non-obvious rules. This Skill prevents confidently-wrong diagnostics by enforcing a disciplined investigation workflow and providing the complete grammar, functions, and gotchas needed to write correct Seq searches and queries. ## Core Features & Use Cases - Diagnostic Session Workflow: Enforces a five-step investigation process: check signals, sample events, confirm schema, inspect events, and verify conclusions against real data. - Complete Language Reference: Documents the event data model, type system, scalar and aggregate functions, and full EBNF grammar for expressions and queries. - Tracing Tactics: Provides recipes for reconstructing traces, ranking services by span latency, and correlating log events with spans via @TraceId and @SpanId. - Use Case: An engineer investigating elevated latency runs a grouped query computing p95 span duration per service over the last 30 minutes, correctly aliasing group keys and ordering by aggregate aliases. ## Quick Start Ask the assistant to search Seq for errors in the last hour and summarize which services are producing them.