Manuscript Review
Produce a thorough, constructive review of an academic manuscript — the kind of report a top-journal referee would write.
Input: $ARGUMENTS — path to a paper (.tex, .pdf, or .qmd), or a filename in manuscripts/ or references/papers/.
Steps
Locate and read the manuscript. Check:
- Direct path from
$ARGUMENTS
manuscripts/$ARGUMENTS
references/papers/$ARGUMENTS
- Glob for partial matches in
manuscripts/ and references/papers/
Read the full paper end-to-end. For long PDFs, read in chunks (5 pages at a time).
Dispatch domain-reviewer agent via Task for deep substance review (see below).
Evaluate writing quality and presentation (dimensions 5-6) — the skill handles these directly since the agent explicitly does not cover presentation.
After the agent completes, merge its findings with your writing/presentation evaluation. Generate 3-5 "referee objections" synthesized from both.
Produce the unified review report.
Save to quality_reports/paper_review_[sanitized_name].md
Step 3: Dispatch Domain-Reviewer Agent
Dispatch the domain-reviewer agent via Task for the deep substance check. The agent applies 5 lenses that go deeper than broad dimensional evaluation — actual equation verification, derivation step checking, code-theory alignment, and backward logic tracing.
Task prompt: "You are the domain-reviewer agent. Review the manuscript at [path].
Research question: [from spec if available].
Apply all 5 review lenses:
1. Assumption stress test
2. Derivation verification
3. Citation fidelity
4. Code-theory alignment
5. Backward logic check
Also check cross-document consistency.
Follow the domain-reviewer agent instructions and return your full substance review report."
After the agent completes, collect its findings. These feed into the "Major Concerns" and "Referee Objections" sections of the final report.
Steps 4-5: Skill Evaluates Writing & Presentation, Then Merges
The skill evaluates dimensions 5-6 directly (the agent does not cover these), then merges everything into the unified report format below.
Review Dimensions
1. Argument Structure
- Is the research question clearly stated?
- Does the introduction motivate the question effectively?
- Is the logical flow sound (question → method → results → conclusion)?
- Are the conclusions supported by the evidence?
- Are limitations acknowledged?
2. Identification Strategy
- Is the causal claim credible?
- What are the key identifying assumptions? Are they stated explicitly?
- Are there threats to identification (omitted variables, reverse causality, measurement error)?
- Are robustness checks adequate?
- Is the estimator appropriate for the research design?
3. Econometric Specification
- Correct standard errors (clustered? robust? bootstrap?)?
- Appropriate functional form?
- Sample selection issues?
- Multiple testing concerns?
- Are point estimates economically meaningful (not just statistically significant)?
4. Literature Positioning
- Are the key papers cited?
- Is prior work characterized accurately?
- Is the contribution clearly differentiated from existing work?
- Any missing citations that a referee would flag?
5. Writing Quality
- Clarity and concision
- Academic tone
- Consistent notation throughout
- Abstract effectively summarizes the paper
- Tables and figures are self-contained (clear labels, notes, sources)
6. Presentation
- Are tables and figures well-designed?
- Is notation consistent throughout?
- Are there any typos, grammatical errors, or formatting issues?
- Is the paper the right length for the contribution?
Output Format
# Manuscript Review: [Paper Title]
**Date:** [YYYY-MM-DD]
**Reviewer:** review-paper skill
**File:** [path to manuscript]
## Summary Assessment
**Overall recommendation:** [Strong Accept / Accept / Revise & Resubmit / Reject]
[2-3 paragraph summary: main contribution, strengths, and key concerns]
## Strengths
1. [Strength 1]
2. [Strength 2]
3. [Strength 3]
## Major Concerns
### MC1: [Title]
- **Dimension:** [Identification / Econometrics / Argument / Literature / Writing / Presentation]
- **Issue:** [Specific description]
- **Suggestion:** [How to address it]
- **Location:** [Section/page/table if applicable]
[Repeat for each major concern]
## Minor Concerns
### mc1: [Title]
- **Issue:** [Description]
- **Suggestion:** [Fix]
[Repeat]
## Referee Objections
These are the tough questions a top referee would likely raise:
### RO1: [Question]
**Why it matters:** [Why this could be fatal]
**How to address it:** [Suggested response or additional analysis]
[Repeat for 3-5 objections]
## Specific Comments
[Line-by-line or section-by-section comments, if any]
## Summary Statistics
| Dimension | Rating (1-5) |
|-----------|-------------|
| Argument Structure | [N] |
| Identification | [N] |
| Econometrics | [N] |
| Literature | [N] |
| Writing | [N] |
| Presentation | [N] |
| **Overall** | **[N]** |
Principles
- Be constructive. Every criticism should come with a suggestion.
- Be specific. Reference exact sections, equations, tables.
- Think like a referee at a top-5 journal. What would make them reject?
- Distinguish fatal flaws from minor issues. Not everything is equally important.
- Acknowledge what's done well. Good research deserves recognition.
- Do NOT fabricate details. If you can't read a section clearly, say so.
1---2name: review-paper-33description: Comprehensive manuscript review covering argument structure, econometric specification, citation completeness, and potential referee objections. Make sure to use this skill whenever the user wants substantive academic feedback on a paper — not just surface edits. Triggers include: "review my paper", "give me feedback on this draft", "what would a referee say", "anticipate referee objections", "act as a referee", "check my identification strategy", "is my argument convincing", "review this manuscript", "critique my paper", "will this pass review", or any request for deep critique of academic writing beyond typos and grammar.4---5
6# Manuscript Review
7
8Produce a thorough, constructive review of an academic manuscript — the kind of report a top-journal referee would write.
9
10**Input:** `$ARGUMENTS` — path to a paper (.tex, .pdf, or .qmd), or a filename in `manuscripts/` or `references/papers/`.
11
12---
13
14## Steps
15
161. **Locate and read the manuscript.** Check:
17 - Direct path from `$ARGUMENTS`
18 - `manuscripts/$ARGUMENTS`
19 - `references/papers/$ARGUMENTS`
20 - Glob for partial matches in `manuscripts/` and `references/papers/`
21
222. **Read the full paper** end-to-end. For long PDFs, read in chunks (5 pages at a time).
23
243. **Dispatch `domain-reviewer` agent** via Task for deep substance review (see below).
25
264. **Evaluate writing quality and presentation** (dimensions 5-6) — the skill handles these directly since the agent explicitly does not cover presentation.
27
285. **After the agent completes**, merge its findings with your writing/presentation evaluation. Generate 3-5 "referee objections" synthesized from both.
29
306. **Produce the unified review report.**
31
327. **Save to** `quality_reports/paper_review_[sanitized_name].md`
33
34---
35
36## Step 3: Dispatch Domain-Reviewer Agent
37
38Dispatch the `domain-reviewer` agent via Task for the deep substance check. The agent applies 5 lenses that go deeper than broad dimensional evaluation — actual equation verification, derivation step checking, code-theory alignment, and backward logic tracing.
39
40```
41Task prompt: "You are the domain-reviewer agent. Review the manuscript at [path].
42Research question: [from spec if available].
43
44Apply all 5 review lenses:
451. Assumption stress test
462. Derivation verification
473. Citation fidelity
484. Code-theory alignment
495. Backward logic check
50
51Also check cross-document consistency.
52Follow the domain-reviewer agent instructions and return your full substance review report."
53```
54
55After the agent completes, collect its findings. These feed into the "Major Concerns" and "Referee Objections" sections of the final report.
56
57---
58
59## Steps 4-5: Skill Evaluates Writing & Presentation, Then Merges
60
61The skill evaluates dimensions 5-6 directly (the agent does not cover these), then merges everything into the unified report format below.
62
63---
64
65## Review Dimensions
66
67### 1. Argument Structure
68- Is the research question clearly stated?
69- Does the introduction motivate the question effectively?
70- Is the logical flow sound (question → method → results → conclusion)?
71- Are the conclusions supported by the evidence?
72- Are limitations acknowledged?
73
74### 2. Identification Strategy
75- Is the causal claim credible?
76- What are the key identifying assumptions? Are they stated explicitly?
77- Are there threats to identification (omitted variables, reverse causality, measurement error)?
78- Are robustness checks adequate?
79- Is the estimator appropriate for the research design?
80
81### 3. Econometric Specification
82- Correct standard errors (clustered? robust? bootstrap?)?
83- Appropriate functional form?
84- Sample selection issues?
85- Multiple testing concerns?
86- Are point estimates economically meaningful (not just statistically significant)?
87
88### 4. Literature Positioning
89- Are the key papers cited?
90- Is prior work characterized accurately?
91- Is the contribution clearly differentiated from existing work?
92- Any missing citations that a referee would flag?
93
94### 5. Writing Quality
95- Clarity and concision
96- Academic tone
97- Consistent notation throughout
98- Abstract effectively summarizes the paper
99- Tables and figures are self-contained (clear labels, notes, sources)
100
101### 6. Presentation
102- Are tables and figures well-designed?
103- Is notation consistent throughout?
104- Are there any typos, grammatical errors, or formatting issues?
105- Is the paper the right length for the contribution?
106
107---
108
109## Output Format
110
111```markdown
112# Manuscript Review: [Paper Title]
113
114**Date:** [YYYY-MM-DD]
115**Reviewer:** review-paper skill
116**File:** [path to manuscript]
117
118## Summary Assessment
119
120**Overall recommendation:** [Strong Accept / Accept / Revise & Resubmit / Reject]
121
122[2-3 paragraph summary: main contribution, strengths, and key concerns]
123
124## Strengths
125
1261. [Strength 1]
1272. [Strength 2]
1283. [Strength 3]
129
130## Major Concerns
131
132### MC1: [Title]
133- **Dimension:** [Identification / Econometrics / Argument / Literature / Writing / Presentation]
134- **Issue:** [Specific description]
135- **Suggestion:** [How to address it]
136- **Location:** [Section/page/table if applicable]
137
138[Repeat for each major concern]
139
140## Minor Concerns
141
142### mc1: [Title]
143- **Issue:** [Description]
144- **Suggestion:** [Fix]
145
146[Repeat]
147
148## Referee Objections
149
150These are the tough questions a top referee would likely raise:
151
152### RO1: [Question]
153**Why it matters:** [Why this could be fatal]
154**How to address it:** [Suggested response or additional analysis]
155
156[Repeat for 3-5 objections]
157
158## Specific Comments
159
160[Line-by-line or section-by-section comments, if any]
161
162## Summary Statistics
163
164| Dimension | Rating (1-5) |
165|-----------|-------------|
166| Argument Structure | [N] |
167| Identification | [N] |
168| Econometrics | [N] |
169| Literature | [N] |
170| Writing | [N] |
171| Presentation | [N] |
172| **Overall** | **[N]** |
173```
174
175---
176
177## Principles
178
179- **Be constructive.** Every criticism should come with a suggestion.
180- **Be specific.** Reference exact sections, equations, tables.
181- **Think like a referee at a top-5 journal.** What would make them reject?
182- **Distinguish fatal flaws from minor issues.** Not everything is equally important.
183- **Acknowledge what's done well.** Good research deserves recognition.
184- **Do NOT fabricate details.** If you can't read a section clearly, say so.