원클릭으로
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.