Prompt CI
If your prompts live in source control, the eval suite should run on every change as part of CI. The merge gate is "new prompt does not regress on the golden set." Without this, prompts drift across sprints and quality changes are invisible until a user complains.
What to enforce
- Pass rate on the golden set must be ≥ baseline.
- Per-category pass rate (refunds, complaints, etc.) must not regress more than X%.
- Cost per call must not increase more than Y% without sign-off.
- Latency p95 must not regress more than Z%.
What this changes
- Prompt PRs include eval results in their description.
- Failures are visible to reviewers, not buried.
- The golden set becomes the team's shared definition of quality.