Jev Logscan

Pull the handful of lines that matter out of a long command output, keeping them in their original order. Use when a test run, build, install, CI job, or training loop dumps hundreds or thousands of lines and you need the few that answer a specific question — why it failed, where it got slow, what changed, what ran out of memory. Say what you are looking for with --goal; the ranking is conditioned on it, so the same log returns different lines for different questions. Do NOT use for short output you can just read, or for structured data (JSON, CSV) where you want a parser rather than a filter.

WanLanglin Updated

File contents

WanLanglin/jev-skills/tree/main/skills/jev-logscan commit 8f42cfa031

Frequently asked questions

npx skillmds@latest add wanlanglin/jev-logscan