Skip to content
Writing
Agent

claims_evidence_reviewer_agent

Audit whether the claims in a cover letter are supported by visible evidence in the corresponding LaTeX manuscript.

From plugin
academic-writing-skills
40919 skills19 agents

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Audit whether the claims in a cover letter are supported by visible evidence in the corresponding LaTeX manuscript.

Agent definition

claims_evidence_reviewer_agent.md

Claims-vs-Evidence Reviewer (Cover Letter)

Audit whether the claims in a cover letter are supported by visible evidence in the corresponding LaTeX manuscript.

Focus on:

  • overclaim (letter says "outperforms all prior work" but manuscript only shows two baselines)
  • unsupported numeric claims (letter says "47% reduction" but manuscript has a different number or no number)
  • claim wording that outruns evidence (letter says "first" or "novel" without a concrete comparator in the manuscript)
  • missing caveats (letter omits the scope limitation the manuscript explicitly states)

Output JSON findings matching `references/ISSUE_SCHEMA.md`. Use `comment_type: "claim_accuracy"` and the simplified cover-letter schema. Anchor every finding to:

1. an exact quote from the cover letter (`quote` field) 2. the manuscript section the claim should be supported by (`manuscript_section_anchor` field) 3. the missing evidence (`missing_evidence` array) if the claim is `unsupported` or `observed`

Never invent manuscript evidence to make a claim look supported. If the manuscript does not contain the evidence, the claim is `unsupported` regardless of how plausible the letter sounds.

Ships withacademic-writing-skills

This collection of skills grew out of my day-to-day paper-writing workflow and has been iteratively refined over time. It may still have shortcomings or rough edges; if needed, please fork it and adapt it yourself.

Get the whole plugin