AI Scientist Evaluator
Use this skill when Codex should behave like a skeptical reviewer panel rather
than a research generator. Evaluate completed outputs, not just plans.
Instructions
- Confirm the request is evaluative. Use this skill to audit or compare
existing outputs, not to perform the original research task.
- Restate the exact task in one or two sentences so the review stays anchored
to the real objective and required deliverables.
- Inventory the submitted artifacts and note what is missing. Prefer primary
artifacts over summaries:
- notebooks, code, scripts, and workflow files
- environment files, package versions, and runtime logs
- figures, tables, and manuscript drafts
- data provenance, accession lists, database versions, and citations
- benchmark results, hardware notes, and task constraints
- Choose the closest task profile from
references/task_profiles.md and load the
matching weights from
assets/default_weight_profiles.yaml.
Use the primary scientific profile first for composite tasks, then add
manuscript comments as a secondary layer.
- Review with a four-person panel and synthesize a consensus:
- scientific validity reviewer
- computational and reproducibility reviewer
- domain biology reviewer
- writing and editorial reviewer
- Apply hard gates before generous scoring. A submission is not
publication-ready if required deliverables are missing, claims are not
supported by visible outputs, provenance is untraceable, the core method is
not rerunnable, or the submission solves an easier adjacent problem.
- Interrogate the submission with the relevant sections of
references/question_bank.md. Always include
the universal questions, then add the profile-specific and multi-submission
questions when needed.
- Scan for integrity, rigor, and validity problems using
references/red_flags.md. Penalize missing
evidence, task drift, unsupported biological claims, fabricated identifiers,
and unverifiable citations more than polished narrative.
- Score each category on the anchored 0 to 5 scale in
references/score_scale.md. Use
references/category_definitions.md if
category meaning is unclear. A score of 5 earns the full category weight.
- Convert the category scores to a weighted total out of 100. Do not trust
submitted
weight or weighted_points values. The bundled aggregator
validates the review against evaluation_schema.json, loads the selected
weight profile, and recomputes each weighted value. It accepts
overall.total_score_100 only as a downward penalty. It ignores any score
above the recomputed total. Apply penalties sparingly and explain them when
category scores do not already capture the issue.
- For multiple submissions, score each one independently before ranking. Use
tie-breaks in this order:
- fewer integrity or reproducibility problems
- better satisfaction of the task's main objective
- stronger validation or benchmarking
- clearer limitation handling
- better writing only after science and evidence are settled
- Produce a concise consensus verdict with actionable revisions. Ground the
review in concrete evidence from files, notebook cells, figure numbers,
accessions, parameters, and versioned tools whenever possible.
- When a structured artifact is useful, start from
assets/evaluation_template.json and
validate the shape against
assets/evaluation_schema.json. Use
assets/report_template.md for markdown
reports. For completed JSON reviews, you may aggregate rankings with
uv run --script "$HOME/.agents/skills/ai-scientist-evaluator/scripts/aggregate_reviews.py" review1.json review2.json --out_md leaderboard.md.
Quick Reference
| Task |
Action |
| General scientific audit |
Use profile scientific-analysis |
| Worked profile-selection examples |
Read examples/bio_task_mappings.md |
| Phylogenomics or comparative genomics review |
Use profile phylogenomics-comparative-genomics |
| Viral functional genomics review |
Use profile viral-functional-genomics |
| Methods or software benchmark review |
Use profile methods-software |
| Manuscript or short communication review |
Use profile manuscript-packaging |
| Pick scoring weights |
Read assets/default_weight_profiles.yaml |
| Interpret category names |
Read references/category_definitions.md |
| Ask evidence-forcing review questions |
Read references/question_bank.md |
| Check integrity and rigor failures |
Read references/red_flags.md |
| Score consistently |
Read references/score_scale.md |
| Draft a report |
Use assets/report_template.md |
| Produce structured JSON |
Use assets/evaluation_template.json and assets/evaluation_schema.json |
| Rank finished JSON reviews |
Run uv run --script "$HOME/.agents/skills/ai-scientist-evaluator/scripts/aggregate_reviews.py" review1.json review2.json --out_md leaderboard.md |
Input Requirements
- The original task statement, success criteria, and any explicit constraints
- One or more completed submissions or artifacts to review
- Enough evidence to audit claims when available:
- notebooks, code, scripts, workflows, or repositories
- figures, tables, and manuscript drafts
- environment files, runtime notes, and benchmark context
- accession lists, database versions, citations, and provenance notes
- Submission names or IDs when comparing multiple AI scientists
If key artifacts are missing, continue the review and mark the evidence gap
explicitly instead of pretending certainty.
Output
For a single submission, produce:
- a verdict paragraph
- a gate-check table
- a weighted score table
- reviewer panel comments by category
- answers to the most important critical questions
- required revisions
- a final recommendation label
For multiple submissions, produce:
- a consensus ranking table
- per-submission totals and category scores
- pairwise comparison notes
- best-in-class awards for science, reproducibility, writing, and engineering
- a winner with justification
- a merge recommendation when combining strengths would outperform any one entry
Use these recommendation labels:
90-100: Outstanding / near publication-ready
75-89: Strong but needs minor to moderate revision
60-74: Promising but major revision needed
40-59: Weak / unreliable in important respects
<40: Not trustworthy for scientific use
Quality Gates
Examples
Example 1: Compare five AI scientist submissions
Use $ai-scientist-evaluator to review five AI scientist submissions for the
same task. Inspect notebooks, code, figures, runtime notes, and manuscripts.
Score each submission with the appropriate weight profile, answer the critical
questions, identify red flags, and produce a ranked consensus table with
best-in-class awards.
Example 2: Audit one submission for publication readiness
Use $ai-scientist-evaluator to review this AI scientist submission as if you are
a skeptical reviewer panel. Tell me whether the notebook and manuscript really
support the main claims, score the work, and list the revisions required before
I would trust it.
Example 3: Rank finished JSON evaluations
uv run --script \
"$HOME/.agents/skills/ai-scientist-evaluator/scripts/aggregate_reviews.py" \
review_a.json review_b.json --out_md leaderboard.md
Troubleshooting
Issue: The submission includes only a polished manuscript and no underlying artifacts.
Solution: Continue the review, but mark reproducibility and claim-evidence gaps explicitly and do not award publication-ready status.
Issue: The task spans more than one domain profile.
Solution: Score with the closest primary scientific profile first, then add manuscript or secondary-domain comments without inventing a new weight set unless the user asks for one.
Issue: Multiple submissions look close in total score.
Solution: Break ties with integrity, task completion, validation strength, and limitation handling before writing quality.
Issue: A claim looks impressive but evidence is thin or missing.
Solution: Penalize unsupported claims, cite the missing evidence directly, and keep the verdict skeptical.
Related Skills
/bio-logic — general scientific reasoning beyond AI evaluation
/manuscript-review-council — equivalent pipeline for human-authored manuscripts
/scientific-writing — draft the evaluation writeup
1---2name: ai-scientist-evaluator3description: Score completed AI-generated biology or bioinformatics work against its original task and required artifacts. Use when auditing or comparing AI scientist submissions for task completion, scientific validity, and reproducibility.4---56# AI Scientist Evaluator78Use this skill when Codex should behave like a skeptical reviewer panel rather9than a research generator. Evaluate completed outputs, not just plans.1011## Instructions12131. Confirm the request is evaluative. Use this skill to audit or compare14 existing outputs, not to perform the original research task.152. Restate the exact task in one or two sentences so the review stays anchored16 to the real objective and required deliverables.173. Inventory the submitted artifacts and note what is missing. Prefer primary18 artifacts over summaries:19 - notebooks, code, scripts, and workflow files20 - environment files, package versions, and runtime logs21 - figures, tables, and manuscript drafts22 - data provenance, accession lists, database versions, and citations23 - benchmark results, hardware notes, and task constraints244. Choose the closest task profile from25 [`references/task_profiles.md`](references/task_profiles.md) and load the26 matching weights from27 [`assets/default_weight_profiles.yaml`](assets/default_weight_profiles.yaml).28 Use the primary scientific profile first for composite tasks, then add29 manuscript comments as a secondary layer.305. Review with a four-person panel and synthesize a consensus:31 - scientific validity reviewer32 - computational and reproducibility reviewer33 - domain biology reviewer34 - writing and editorial reviewer356. Apply hard gates before generous scoring. A submission is not36 publication-ready if required deliverables are missing, claims are not37 supported by visible outputs, provenance is untraceable, the core method is38 not rerunnable, or the submission solves an easier adjacent problem.397. Interrogate the submission with the relevant sections of40 [`references/question_bank.md`](references/question_bank.md). Always include41 the universal questions, then add the profile-specific and multi-submission42 questions when needed.438. Scan for integrity, rigor, and validity problems using44 [`references/red_flags.md`](references/red_flags.md). Penalize missing45 evidence, task drift, unsupported biological claims, fabricated identifiers,46 and unverifiable citations more than polished narrative.479. Score each category on the anchored 0 to 5 scale in48 [`references/score_scale.md`](references/score_scale.md). Use49 [`references/category_definitions.md`](references/category_definitions.md) if50 category meaning is unclear. A score of 5 earns the full category weight.5110. Convert the category scores to a weighted total out of 100. Do not trust52 submitted `weight` or `weighted_points` values. The bundled aggregator53 validates the review against `evaluation_schema.json`, loads the selected54 weight profile, and recomputes each weighted value. It accepts55 `overall.total_score_100` only as a downward penalty. It ignores any score56 above the recomputed total. Apply penalties sparingly and explain them when57 category scores do not already capture the issue.5811. For multiple submissions, score each one independently before ranking. Use59 tie-breaks in this order:60 - fewer integrity or reproducibility problems61 - better satisfaction of the task's main objective62 - stronger validation or benchmarking63 - clearer limitation handling64 - better writing only after science and evidence are settled6512. Produce a concise consensus verdict with actionable revisions. Ground the66 review in concrete evidence from files, notebook cells, figure numbers,67 accessions, parameters, and versioned tools whenever possible.6813. When a structured artifact is useful, start from69 [`assets/evaluation_template.json`](assets/evaluation_template.json) and70 validate the shape against71 [`assets/evaluation_schema.json`](assets/evaluation_schema.json). Use72 [`assets/report_template.md`](assets/report_template.md) for markdown73 reports. For completed JSON reviews, you may aggregate rankings with74 `uv run --script "$HOME/.agents/skills/ai-scientist-evaluator/scripts/aggregate_reviews.py" review1.json review2.json --out_md leaderboard.md`.7576## Quick Reference7778| Task | Action |79|------|--------|80| General scientific audit | Use profile `scientific-analysis` |81| Worked profile-selection examples | Read [`examples/bio_task_mappings.md`](examples/bio_task_mappings.md) |82| Phylogenomics or comparative genomics review | Use profile `phylogenomics-comparative-genomics` |83| Viral functional genomics review | Use profile `viral-functional-genomics` |84| Methods or software benchmark review | Use profile `methods-software` |85| Manuscript or short communication review | Use profile `manuscript-packaging` |86| Pick scoring weights | Read `assets/default_weight_profiles.yaml` |87| Interpret category names | Read `references/category_definitions.md` |88| Ask evidence-forcing review questions | Read `references/question_bank.md` |89| Check integrity and rigor failures | Read `references/red_flags.md` |90| Score consistently | Read `references/score_scale.md` |91| Draft a report | Use `assets/report_template.md` |92| Produce structured JSON | Use `assets/evaluation_template.json` and `assets/evaluation_schema.json` |93| Rank finished JSON reviews | Run `uv run --script "$HOME/.agents/skills/ai-scientist-evaluator/scripts/aggregate_reviews.py" review1.json review2.json --out_md leaderboard.md` |9495## Input Requirements9697- The original task statement, success criteria, and any explicit constraints98- One or more completed submissions or artifacts to review99- Enough evidence to audit claims when available:100 - notebooks, code, scripts, workflows, or repositories101 - figures, tables, and manuscript drafts102 - environment files, runtime notes, and benchmark context103 - accession lists, database versions, citations, and provenance notes104- Submission names or IDs when comparing multiple AI scientists105106If key artifacts are missing, continue the review and mark the evidence gap107explicitly instead of pretending certainty.108109## Output110111For a single submission, produce:112113- a verdict paragraph114- a gate-check table115- a weighted score table116- reviewer panel comments by category117- answers to the most important critical questions118- required revisions119- a final recommendation label120121For multiple submissions, produce:122123- a consensus ranking table124- per-submission totals and category scores125- pairwise comparison notes126- best-in-class awards for science, reproducibility, writing, and engineering127- a winner with justification128- a merge recommendation when combining strengths would outperform any one entry129130Use these recommendation labels:131132- `90-100`: Outstanding / near publication-ready133- `75-89`: Strong but needs minor to moderate revision134- `60-74`: Promising but major revision needed135- `40-59`: Weak / unreliable in important respects136- `<40`: Not trustworthy for scientific use137138## Quality Gates139140- [ ] The review is anchored to the exact task rather than an easier adjacent one141- [ ] Artifact inventory and missing evidence are stated explicitly142- [ ] A task profile and weight set were chosen deliberately143- [ ] Hard gates were checked before final scoring144- [ ] Questions and red flags were grounded in the provided artifacts145- [ ] Scores follow the anchored 0 to 5 scale and sum to a weighted total out of 100146- [ ] Multi-submission rankings were done only after independent scoring147- [ ] Final recommendations distinguish absent, flawed, weakly validated, and well-supported work148149## Examples150151### Example 1: Compare five AI scientist submissions152153```text154Use $ai-scientist-evaluator to review five AI scientist submissions for the155same task. Inspect notebooks, code, figures, runtime notes, and manuscripts.156Score each submission with the appropriate weight profile, answer the critical157questions, identify red flags, and produce a ranked consensus table with158best-in-class awards.159```160161### Example 2: Audit one submission for publication readiness162163```text164Use $ai-scientist-evaluator to review this AI scientist submission as if you are165a skeptical reviewer panel. Tell me whether the notebook and manuscript really166support the main claims, score the work, and list the revisions required before167I would trust it.168```169170### Example 3: Rank finished JSON evaluations171172```bash173uv run --script \174 "$HOME/.agents/skills/ai-scientist-evaluator/scripts/aggregate_reviews.py" \175 review_a.json review_b.json --out_md leaderboard.md176```177178## Troubleshooting179180**Issue**: The submission includes only a polished manuscript and no underlying artifacts.181**Solution**: Continue the review, but mark reproducibility and claim-evidence gaps explicitly and do not award publication-ready status.182183**Issue**: The task spans more than one domain profile.184**Solution**: Score with the closest primary scientific profile first, then add manuscript or secondary-domain comments without inventing a new weight set unless the user asks for one.185186**Issue**: Multiple submissions look close in total score.187**Solution**: Break ties with integrity, task completion, validation strength, and limitation handling before writing quality.188189**Issue**: A claim looks impressive but evidence is thin or missing.190**Solution**: Penalize unsupported claims, cite the missing evidence directly, and keep the verdict skeptical.191192## Related Skills193194- `/bio-logic` — general scientific reasoning beyond AI evaluation195- `/manuscript-review-council` — equivalent pipeline for human-authored manuscripts196- `/scientific-writing` — draft the evaluation writeup