From 29e4983fed4e9ddd0946e834fa85c184939347d0 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Wed, 3 Jun 2026 15:31:00 +1000 Subject: [PATCH] Nudge towards using signals in the skill --- src/SeqCli/Skills/Resources/seq-search-and-query/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SeqCli/Skills/Resources/seq-search-and-query/SKILL.md b/src/SeqCli/Skills/Resources/seq-search-and-query/SKILL.md index ef25ffa4..3619c62a 100644 --- a/src/SeqCli/Skills/Resources/seq-search-and-query/SKILL.md +++ b/src/SeqCli/Skills/Resources/seq-search-and-query/SKILL.md @@ -19,7 +19,7 @@ Being "confidently wrong" is the most common and worst failure mode when working session MUST begin with the following steps: 1. Check for relevant signals. Many event filtering problems have already been solved and the resulting filters saved as efficiently indexed signals. -2. Retrieve a sample of relevant events. +2. Retrieve a sample of relevant events. Use signals identified in (1) where appropriate, event search and query supports them. 3. Confirm the schema of the search results (important!). 4. Inspect a subset of relevant events in full. 5. Determine how the correctness of any conclusions can be verified using real diagnostic data.