AgentSkillsCN

cogames-variant-debug

通过对比分支与主干,调试 CoGames 任务或变体的回归问题。适用于行为发生变动,或 `cogames play` 命令出现回归时使用。

SKILL.md
--- frontmatter
name: cogames-variant-debug
description: "Debug CoGames mission or variant regressions by comparing branch vs main. Use when behavior changes or a `cogames play` command regresses."

CoGames Variant Debug

Workflow

  • Reproduce with the provided uv run cogames play command.
  • Locate variant definitions, map setup, and reward/assembler logic.
  • Diff against origin/main to isolate the regression.
  • Propose a minimal fix and a verification command.