← Back to all skills
Pre-Submission Review: 6-Agent Referee Report
Based on Claes Backman’s AI Research Feedback. A rigorous pre-submission review of an academic economics paper. Runs 6 specialized review agents in parallel and consolidates their findings into a structured report.
Usage
/backmanreview [journal] [path-to-paper]
Examples:
/backmanreview QJE paper.tex — review targeting the Quarterly Journal of Economics
/backmanreview AER — review targeting AER, auto-detecting the paper
/backmanreview paper.tex — review with general top-field standards
Supported journals: AER, QJE, JPE, Econometrica, REStud, JF, JFE, RFS, JFQA, AEJMacro, JME, RED
Phase 1: Discover the Paper
The skill automatically:
- Finds the main LaTeX file (the one with
\documentclass or \begin{document})
- Extracts all
\input{}, \include{}, and \subfile{} references
- Reads all component .tex files
- Locates all figure and table files
Phase 2: The 6 Agents
All 6 agents launch in parallel, each reading the paper independently.
Agent 1 — Spelling, Grammar & Academic Style
A copy editor at a top economics journal checking:
- Spelling errors — including proper nouns and technical terms
- Grammar errors — subject-verb agreement, tense consistency, article usage, dangling modifiers
- Awkward phrasing — sentences that require re-reading
- Style violations — flags filler words (“interestingly”, “importantly”, “it is worth noting”), tautologies, misuse of “significant”, passive voice, inconsistent first person
- Typographic consistency — hyphenation, dashes, spacing
- Number formatting — spelling out numbers below 10, consistent percentage notation
Agent 2 — Internal Consistency & Cross-Reference Verification
A technical reviewer checking internal coherence:
- Numerical consistency — every number in text verified against tables/figures
- Abstract vs. body — do numbers and claims match?
- Introduction vs. results — does the intro preview what the results deliver?
- Cross-reference correctness — every “Figure X”, “Table Y”, “Appendix A” verified
- Terminology consistency — key terms used consistently throughout
- Sample description — consistent across abstract, data section, and table notes
- Fixed effects and controls — match between text and tables
- Magnitude consistency — direction and magnitude consistent across all mentions
- Literature citations — cited papers exist in bibliography, characterizations plausible
Agent 3 — Unsupported Claims & Identification Integrity
A skeptical econometrician enforcing “claim discipline”:
- Causal language without causal identification — flags “causes”, “leads to”, “drives” where only correlation is shown
- Generalization beyond the sample — extending findings beyond the data’s scope
- Mechanism claims stated as facts — proposed explanations asserted rather than argued
- Unsupported robustness claims — “robust to X” without showing the check
- Missing necessary caveats — obvious threats to validity not discussed
- Literature overclaiming — “we are the first” claims that may be false
- Statistical vs. economic significance conflation
- Hedging failures — both overconfident and underconfident
Agent 4 — Mathematics, Equations & Notation
A mathematical economist reviewing formal content:
- Mathematical correctness — derivations, algebra, regression subscripts
- Notation consistency — same symbol for same quantity throughout
- Undefined notation — symbols used without definition
- Equation numbering — numbered equations referenced, unreferenced equations flagged
- Regression specification consistency — equation matches text, tables, and controls
- Return/growth rate definitions — annualization, percentage vs. percentage points
- Statistical notation — SE, t-stat, CI formulas correct
- LaTeX formatting — missing
\left/\right, improper multiplication, text in math mode
A journal production editor checking completeness:
For every table:
- Title accurately describes contents
- Column headers clear and unambiguous
- Notes cover: sample, dependent variable, controls, fixed effects, SE clustering, significance stars
- Standard errors reported in every column
- N reported in every column
- Referenced in main text
For every figure:
- Title is self-contained
- Axes labeled with units
- Legend present for multiple series
- Confidence intervals shown (binscatter, coefficient plots, event studies)
- Notes cover: sample, what is plotted, data source
Agent 6 — Contribution Evaluation (Adversarial Referee)
A demanding associate editor with journal-specific standards:
- Central Contribution — is the finding genuinely new? Rate: Transformative / Significant / Incremental / Insufficient
- Identification and Credibility — is variation plausibly exogenous? What are the threats?
- Required Analyses (3-5 blockers) — missing robustness checks, alternative explanations, placebo tests
- Suggested Analyses (3-5 improvements) — mechanism tests, subgroup analyses, extensions
- Literature Positioning — right papers cited? Best framing?
- Journal Fit — recommendation: Send to referees / Revise before sending / Desk reject
- Pointed Questions — 4-7 hard questions for the authors
Phase 3: Consolidated Report
Saved to PRE_SUBMISSION_REVIEW_[YYYY-MM-DD].md with:
- Overall assessment and preliminary recommendation
- All 6 agent outputs in full
- Priority Action Items ranked by triage hierarchy:
- CRITICAL: identification failures, missing required analyses, internal inconsistencies
- MAJOR: tables/figures documentation, mathematical errors
- MINOR: style and grammar polish