food-review

food-review is a skill for Claude Code from PangenomeAI/academic-skills-food-nutrition. It costs 173 tokens per session (2,207 once invoked), scanned A, original, MIT.

A peer-review system for food and nutrition manuscripts that simulates an editorial panel. It combines a coordinating editor with reviewers for methods and statistics, scientific significance, research integrity, and critical challenges.

In plain words
What is it for?
It helps perform full, quick, methodology-focused, or re-review assessments of manuscripts and checks revisions against earlier reviewer reports.
Why use it?
A single review may miss important problems in a paper's methods, originality, ethics, or journal compliance. This organizes several perspectives into a review and editorial decision.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the academic-skills-food-nutrition plugin — 41 skills shipped together

Good fit It helps perform full, quick, methodology-focused, or re-review assessments of manuscripts and checks revisions against earlier reviewer reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pangenomeai/academic-skills-food-nutrition/food-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add PangenomeAI/academic-skills-food-nutrition --skill food-review
Clone the repo
git clone --depth 1 https://github.com/PangenomeAI/academic-skills-food-nutrition

Made for: Claude Code.

Or install academic-skills-food-nutrition, the plugin that ships this one along with the rest of its 41 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for food-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/pangenomeai/academic-skills-food-nutrition/food-review/github.svg)](https://agentmods.dev/skills/pangenomeai/academic-skills-food-nutrition/food-review)
Your own site
<a href="https://agentmods.dev/skills/pangenomeai/academic-skills-food-nutrition/food-review"><img src="https://agentmods.dev/badge/skills/pangenomeai/academic-skills-food-nutrition/food-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for food-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/pangenomeai/academic-skills-food-nutrition/food-review"><img src="https://agentmods.dev/badge/skills/pangenomeai/academic-skills-food-nutrition/food-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 173 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,207 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00173 $0.02207
Opus 5 $0.00086 $0.01104
Sonnet 5 $0.00035 $0.00441
Haiku 4.5 $0.00017 $0.00221

Measured 8d ago against content hash b2fb1314e693, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

food-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

food-review/SKILL.md · 135 lines

How it starts

The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Food-Review — Multi-Reviewer Peer Review for Food & Nutrition Manuscripts

Give the author the review a good food-science journal would return, from a panel rather than a single voice. Original work; architecture informed by open community peer-review skills (see the repo README Acknowledgements).

Modes

  • full (default) — the whole panel: three domain reviewers + devil's advocate + format check, synthesized by the coordinator into an editorial decision.
  • quick — coordinator + one blended reviewer pass; a fast readiness verdict.
  • methodology — deep dive by reviewer_methodology only.
  • re-review — re-assess a revised manuscript against the prior reports and the author's response, verifying each point was addressed.

Panel (dispatch via the Agent tool; reviewers run in parallel)

  1. review_coordinator (editor-in-chief) — sets the target journal + scope, dispatches knowledge_builder, then the reviewers, synthesizes their reports, resolves disagreement, and issues the decision.
  2. knowledge_builderruns first: reads the manuscript's cited sources (Pathway A) and the field's key literature (Pathway B) into a shared knowledge base so the panel judges the science from knowledge, not impression.
  3. reviewer_methodology — design, statistics, reproducibility, validation.
  4. reviewer_domain — novelty, significance, scope fit, domain correctness (food/nutrition science).
  5. reviewer_integrity — data & citation integrity, food-safety/ethics, reporting completeness.
  6. devils_advocate — adversarial challenge to the paper's central claim.
  7. format_checker — formatting & reference-style compliance vs the target journal.

Ground the panel first — the knowledge base

Reviewers must understand the topic and its background before they critique it. knowledge_builder runs before the reviewers and builds one knowledge base from:

  • A — the manuscript's own citations: retrieve and read the full cited articles, extract what each actually shows, and audit whether it supports the claim it is attached to.
  • B — the field's key literature: extract the manuscript's keywords and research disciplines, search the literature for the field's key work (may use the food-research full review branch for discovery/screening — but knowledge extraction only, no literature-review article).

Read the full file on GitHub · 135 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 135 lines · 173 tokens per session scan A b2fb1314e693

Subscribe to this mod's changes

food-review is a skill published in the GitHub repository PangenomeAI/academic-skills-food-nutrition (31 stars, last pushed 12d ago), licensed MIT. It adds 173 tokens to every session and 2,207 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

paper-framework-figure-studio-pro

Human-in-the-loop research-paper framework figure workflow from S0-PAPER-FOUNDATION through terminal S5-CANDIDATE-IMAGE. Use for paper-grounded architecture, pipeline, method overview, agent workflow, system/data-flow, and mechanism figures with generated raster first-round/formal candidates, reviewer-first-glance…

tuoxie2046/claude-code-research-skills · 258 tokens

autofigure

Generate clean, EDITABLE vector figures (SVG + exact-size PDF) for research papers — method / architecture / pipeline / system-overview diagrams — with AutoFigure-Edit. Use whenever the user wants to create or vectorize a paper figure from a text description OR from a draft/screenshot/draw.io image: it generates a…

tuoxie2046/claude-code-research-skills · 0 tokens

paper-polish-pipeline

Staged, diagnosis-driven academic paper polishing pipeline (bilingual 中文/English). Use to revise a paper from rough draft to final submission across ordered stages: diagnose first, then optimize section by section, derive abstract/contributions from the revised body, polish the language to reduce AI-sounding phrasing…

tuoxie2046/claude-code-research-skills · 213 tokens

nature-paper2ppt

Build a complete but efficient Nature-style Chinese PPTX presentation from a scientific paper, preprint, PDF, article text, abstract, figure legends, or reading notes. Use this skill whenever the user asks to make slides/PPT/PPTX for journal club, group meeting, paper sharing, thesis seminar, lab meeting, department…

tuoxie2046/claude-code-research-skills · 146 tokens

nature-reviewer

A peer-review checklist that assesses a research paper from a referee’s point of view, including its novelty, importance, and technical soundness.

tuoxie2046/claude-code-research-skills · 96 tokens

nature-academic-search

Multi-source literature search, citation verification, MeSH search strategy, citation file management (.nbib/.ris/.bib conversion), and reference management (BibTeX, related articles, ID conversion) via MCP tools (PubMed, CrossRef, arXiv, Scopus, ScienceDirect). Use when the user needs coordinated multi-step…

tuoxie2046/claude-code-research-skills · 163 tokens