Guardrails & review

jev-review-action

@fatwang21JavaScriptMITupdated 2026-09-19runnable

Configurable GitHub submission review and PR classification with TypeSafe Jev. No text-generation model.

fatwang2/jev-review-action

Where it calls Jev

const TYPESAFE_URL = 'https://api.typesafe.ai/v1/systemone';

src/jev.mjs:22

The link points at the commit we read, so the line number still holds.

What it asks Jev

These question sets are lifted from this project's source exactly as written.

from test/jev.test.mjs:12

  1. usestrue/false

    Uses Jev?

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    uses: { type: 'boolean', instructions: 'Uses Jev?' },
  },
});

Other projects in this category