promptfoo-results

Query Promptfoo behavioral test results from a local SQLite database.

6|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/rnagrodzki/sdlc-marketplace --skill promptfoo-results
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: promptfoo-results
Source: https://github.com/rnagrodzki/sdlc-marketplace/tree/main/.claude/skills/promptfoo-results
Command: npx skills add https://github.com/rnagrodzki/sdlc-marketplace --skill promptfoo-results

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quick access to Promptfoo behavioral test results stored in a local SQLite database, eliminating the need to launch the web UI for basic insights.

Core Features & Use Cases

  • Retrieve recent eval runs and their descriptions to monitor testing progress.
  • Drill into specific failures by listing failing test descriptions, scores, and reasons.
  • Compare results across multiple evals to identify regressions or improvements.
  • Audit prompt evaluations after running promptfoo eval for quick QA checks.

Quick Start

Inspect the latest eval results from tests/promptfoo/.promptfoo-data/promptfoo.db.

Frequently Asked Questions about promptfoo-results

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Promptfoo eval results without launching the web UI?

You can check Promptfoo eval results by querying the local SQLite database directly. This Skill reads the promptfoo.db file to retrieve recent runs, test statuses, and grading reasons without needing the web UI.

Can I view Promptfoo failing test descriptions and grading reasons from the command line?

Yes, you can list failing test descriptions, scores, and grading reasons from the command line. The Skill queries the local Promptfoo SQLite database to drill into specific failures and format them for quick review.

How do I compare Promptfoo eval results across multiple runs to find regressions?

You can compare Promptfoo eval results across multiple runs by querying the local SQLite database. The Skill supports retrieving and comparing historical eval outcomes to identify regressions or improvements directly from the stored data.

Do I need to install any dependencies to query the Promptfoo SQLite database?

No additional dependencies are required to query the Promptfoo SQLite database. The Skill utilizes standard sqlite3 commands to read the promptfoo.db file and format results for quick QA checks.

What is the best way to audit Promptfoo behavioral test outcomes after running an eval?

The best way to audit Promptfoo behavioral test outcomes is by querying the local SQLite database. This Skill enables instant retrieval of recent eval runs, descriptions, and specific test scores for quick QA checks.

Where does Promptfoo store local test results for SQLite querying?

Promptfoo stores local test results in a SQLite database file named promptfoo.db. The Skill accesses this file directly to inspect recent runs, compare evals, and review specific failures without the web UI.