home/roleplay/promptfoo-starter

Promptfoo Starter

GPTClaudeGemini··920 copies·updated 2026-07-14
promptfoo-starter.prompt
# promptfoo starter

> The minimum viable promptfoo setup for job-radar. Install, write one YAML, run, read results.

---

## What promptfoo is and isn't

**Is:** an open-source CLI + library that runs your prompt against a list of test cases and computes pass/fail per case. Test cases are defined in YAML. Used by OpenAI and Anthropic internally (OpenAI acquired the project in March 2026, MIT-licensed).

**Isn't:** a tracing tool (use PostHog for that), a labeling UI (use the thumbs UI), or a judge platform (it can *call* judges; it doesn't manage them).

For job-radar, promptfoo runs **offline / CI evals** against a fixed dataset. Online evals = PostHog.

---

## Install

Already added to `package.json` during quickstart:

when to use it

Community prompt sourced from the open-source GitHub repo majdukovic/job-radar (no explicit license). A "Promptfoo Starter" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

majdukovic/job-radar · no explicit license