ワンクリックで
wandb-improve
Analyze Weave traces and eval results, then improve Mistral prompts for the Promus task agent
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyze Weave traces and eval results, then improve Mistral prompts for the Promus task agent
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | wandb-improve |
| description | Analyze Weave traces and eval results, then improve Mistral prompts for the Promus task agent |
You have access to the W&B MCP Server. Follow this loop:
Run cd evals && uv run python scripts/run_eval.py to get baseline scores.
Use the W&B MCP tools to:
Read the current prompts in evals/scripts/run_eval.py:
INTENT_CLASSIFIER_PROMPT — intent classification system promptTASK_PLANNER_PROMPT — task planning system promptCompare prompt instructions against the failures found in traces.
Edit the prompts to address identified issues. Common improvements:
Run cd evals && uv run python scripts/run_eval.py again to generate new scores.
Use W&B MCP create_wandb_report_tool to create a comparison report showing before/after metrics.
Document what changed and why in a commit message.