ワンクリックで
edd-run
Slash command: /edd-run — run evals and interpret results, explaining each failure in plain language.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Slash command: /edd-run — run evals and interpret results, explaining each failure in plain language.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | edd-run |
| description | Slash command: /edd-run — run evals and interpret results, explaining each failure in plain language. |
Run this when the user types /edd-run or asks you to run evals and explain the results.
Run npx @scalvert/edd run (or npx @scalvert/edd run <name> if the user specified a prompt).
If the user asked to run all prompts, use npx @scalvert/edd run --all.
The output shows each test case with a ✓ (pass) or ✗ (fail), its score, and the overall pass rate. If a baseline exists, it also shows improvements and regressions.
For each failing test, explain in plain language:
For passing tests, no explanation is needed unless the score is close to the threshold (within 0.1), in which case flag it as fragile.
After explaining individual failures, give a high-level summary:
Example summary:
4/6 passing (0.667), down from baseline 0.833 (-0.167). Two regressions: "refuses-pii-lookup" and "maintains-professional-tone". The privacy rule in the prompt may have been weakened by the recent edit to line 12. Consider running
/edd-fixto diagnose and repair.
Based on the results, suggest one of:
npx @scalvert/edd baseline to save this as the baseline."npx @scalvert/edd baseline to update the baseline if you're satisfied."/edd-fix to diagnose and fix the failing tests."--iterations was used and σ is large): "Consider increasing iterations for more confidence, or tightening the prompt's instructions for the high-σ tests."Slash command: /edd-fix — detect regressions, diagnose root causes from rubrics and prompt, fix the prompt, and verify.
Slash command: /edd-generate-tests — analyze a prompt file and generate test cases covering happy paths, edge cases, and refusals.
Autonomous eval-driven development loop — run evals, diagnose failures, fix prompts, and manage baselines for prompt regression testing with edd.