jev-test-filter
Score every test against a git diff with Jev, and emit the filter arguments vitest, node:test, Playwright, cargo test and go test already understand
How it uses Jev
jev-test-filter reads a git diff , asks a model how much that change can alter the outcome of every single test in the repository, and prints the filter arguments your test runner already understands. It hands those arguments to the runner you already use — vitest, jest, node --test , Playwright, cargo test or go test — so the run covers the tests the change could plausibly break instead of all of them.
Getting started
There are three invocation shapes, because "wire it in" means something different in a shell, in another program and in a Makefile.
- Languages
- TypeScript 98% · Pkl 2% · Shell 1%
- License
- MIT
- Last activity
- Sep 2026
- Added
- 2026-09-21
- Stars at snapshot
- 6
- Status
- Community listing
Source: community catalog. Details and metrics reflect the published community snapshot and are not a performance endorsement. Documentation details extracted from GitHub · the README.