What problem does it solve? Choosing between two interchangeable search or tool backends is hard because vendor benchmarks are generic and self-serving. This Skill replays your own real historical queries against each backend so the comparison is grounded in your actual workload, producing a cited quality and latency report. ## Core Features & Use Cases - Historical Query Extraction: Walks all pi session JSONL files and pulls query strings out of tool-call commands with configurable regexes and a built-in junk filter. - Stratified Sampling: Buckets the corpus by theme, samples proportionally with a fixed seed, and dedupes near-duplicates so the replay set is reproducible. - Resumable Replay Runner: A template-based Node runner writes one JSON result file per query and leg, records latency and errors, and skips existing files so crashes are free. - Use Case: You are debating whether to switch from your current search CLI to a new engine. Use this Skill to extract 30 representative past queries, run both backends on them, and get a side-by-side report with success rates, p50 latency, and cited raw results. ## Quick Start Ask the agent to compare two search backends by replaying my historical queries from pi sessions and producing a quality and latency report.