What problem does it solve? Finding past observations scattered across knowledge-base event files is slow and error-prone; this Skill searches registered knowledge bases with ripgrep and returns a ranked list of relevant events so recurring problems and their history surface quickly. ## Core Features & Use Cases - Scoped event recall: Searches the discovered .kb/ store plus the registry default, with flags to widen to all knowledge bases (--all-kbs) or narrow to one (--store). - Filtering and ranking: Filters by tag and minimum impact level, then ranks candidates by genuine relevance, recurrence count, and recency. - Addressed-problem annotation: Surfaces addressedBy references so recurring-but-handled problems read as addressed rather than unresolved. - Use Case: When debugging a flaky timer issue, run the helper with the query and --min-impact high to find the most consequential past events, see how often the pattern recurred in the repo, and check what was already done about it. ## Quick Start Ask the agent to search the knowledge base for events about your problem, for example: "Find knowledge-base events about flaky timer failures ranked by recurrence."