一键导入
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.