一键导入
cogamer-analyze
Diagnose the biggest CvC policy weakness from eval metrics and LLM-Python trace data
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Diagnose the biggest CvC policy weakness from eval metrics and LLM-Python trace data
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run multi-episode CvC evaluation and produce structured JSON metrics
Implement one targeted CvC code change from analysis, verify improvement, submit if better
Run a CvC game and capture LLM-Python communication trace for analysis
Install softmax-cli, authenticate via softmax login, and find or create a cogames player
| name | cogamer.analyze |
| description | Diagnose the biggest CvC policy weakness from eval metrics and LLM-Python trace data |
Diagnose the single biggest performance weakness in the CvC policy from eval metrics and trace data.
Announce at start: "I'm using the analyze skill to diagnose the biggest performance weakness."
/cogamer.evaluate run (JSON output)/tmp/cvc-trace/*.json (if available from a /cogamer.play run)docs/architecture.md (alpha.0 comparison), docs/strategy.mdsrc/cogamer/cvc/agent/main.py, programs.py, agent/roles.py, agent/targeting.py, agent/pressure.py, agent/scoring.pyParse the evaluation JSON. Identify which metrics are weakest:
If trace files exist, analyze the LLM-Python communication:
Cross-reference the weakness with the code. Read the relevant engine files. Identify the specific function, parameter, or logic that causes the gap. Compare against alpha.0 reference in docs/architecture.md.
Write cogamer/analysis.md with:
## Weakness
One-line summary of the performance gap.
## Evidence
Metrics and trace data that demonstrate the problem.
## Root Cause
Which code, at which line, causes this. Why.
## Proposed Fix
Specific code change to make. Which file, which function, what to change.
## Risk
What could regress if this fix is wrong.