| name | researchstack-code-review |
| description | Research-code review skill for systems, networking, and AI projects. Use when Codex should review experiment code,
simulators, training pipelines, benchmarks, data processing, or plotting logic with emphasis on correctness,
reproducibility, and whether the implementation really supports the paper's claims.
|
Code Review
Review with a research lens, not only software style.
Prioritize:
- Correctness bugs that invalidate conclusions.
- Mismatches between claimed methodology and implemented behavior.
- Reproducibility and configuration hazards.
- Benchmark or evaluation bias.
- Missing tests around scientific assumptions.
Look for:
- accidental leakage between training and evaluation,
- simulator shortcuts hidden behind default flags,
- inconsistent preprocessing across baselines,
- unit mistakes,
- silent fallback behavior,
- plotting or aggregation bugs,
- misuse of randomness and seeds,
- benchmark harness changes that break comparability.
If no severe bug is found, still report residual validity risks.