بنقرة واحدة
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.