원클릭으로
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 직업 분류 기준
| 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.
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