Manuscript Review
Overview
This skill performs systematic, multi-pass review of academic manuscripts to catch inconsistencies, citation errors, statistical reporting problems, copy-paste artifacts, and style mismatches. It presents issues in small batches with precise, actionable fixes rather than vague suggestions.
When This Skill Triggers
- User says "review my manuscript" or "check my paper for errors"
- User mentions preparing for journal resubmission
- User asks to verify citations or check statistical reporting
- User uploads a manuscript and asks for inconsistency checking
- User mentions "desk rejection" or "reviewer feedback" in context of fixing a paper
Before You Begin
Ask the user these questions before starting any review:
- Journal target: What journal or style guide applies? (APA 7th, APA 6th, Chicago, other?)
- Submission stage: First submission, revision/resubmission, or pre-submission check?
- Known concerns: Are there specific sections or issues you're already worried about?
- Scope: Full manuscript or a specific section (e.g., just Results, just References)?
Do not begin reviewing until you have at least answers to questions 1 and 2.
Review Process
Pass 1: Structural and Conceptual Consistency
Scan the entire manuscript for both internal contradictions and conceptual coherence issues:
Conceptual and terminological consistency (check these first — highest desk-rejection risk):
- Key constructs: Are the same constructs labeled the same way throughout? Flag any case where the same variable, scale, or concept is called something different across sections (e.g., "political engagement" in the abstract vs. "civic engagement" in the results)
- Population/sample descriptors: Does the abstract, methods, and discussion describe the same population? Flag mismatches (e.g., "young adults" vs. "undergraduate students")
- Study framing: Does the introduction's research question align with what was actually measured and reported?
Numeric and structural consistency:
- Abstract vs. body: Do sample sizes, key findings, and conclusions match?
- Hypotheses vs. results: Are all stated hypotheses addressed? Do labels (H1, H2a, H2b) remain consistent throughout?
- Methods vs. results: Do the analyses described in Methods match what's reported in Results?
- Introduction claims vs. citations: Does every factual claim have a supporting citation?
- Tables/figures vs. text: Do numbers referenced in prose match the tables?
Pass 2: Citation Verification
For each citation in the manuscript:
- Web search the paper by title, authors, and year
- Verify: Author names (spelling, order), publication year, journal name, DOI
- Flag: Misattributions, wrong years, hallucinated papers, reversed author orders
- Check: In-text citation format matches reference list entry
- Confirm: Page numbers for direct quotes (if applicable)
Common citation errors to watch for:
- Author name variations (e.g., "Thier & Ling" vs. "Thier & Lin")
- Year discrepancies between in-text and reference list
- Papers attributed to wrong authors (hallucination artifacts from AI-assisted drafting)
- Missing DOIs or incorrect journal names
- "Et al." used incorrectly (fewer than 3 authors in APA 7th)
Pass 3: Statistical Reporting
Check every statistical claim:
- Degrees of freedom present and correct for the test type
- p-values reported accurately (direction, significance level)
- Confidence intervals formatted correctly: B = X.XX, 95% CI [LL, UL]
- Effect sizes included where expected
- Test statistics match the analysis described (F for ANOVA, t for t-test, etc.)
- Sample sizes consistent across all mentions
- Decimal places consistent (typically 2 for most statistics, 3 for p-values)
- Rounding: Check that rounded figures are mathematically consistent
Pass 4: Copy-Paste and Carryover Errors
These are common when adapting stimuli or reusing text across studies:
- Wrong topic references (e.g., cancer language appearing in a pollution study)
- Leftover placeholder text or template language
- Inconsistent terminology (switching between terms for the same construct)
- Study 1 language appearing in Study 2 sections (for multi-study papers)
- Self-identifying information that should be removed for blind review
Pass 5: Writing Style Audit
Match the manuscript against the user's established voice:
- Sentence structure: Declarative, subject-verb-object preferred
- Hedging: Strategic use of "suggests that," "implies that," "indicates"
- Passive vs. active: Active voice dominant, passive acceptable for methods
- Paragraph coherence: Each paragraph has a clear topic sentence and logical flow
- Jargon check: Technical terms defined on first use
- Transitions: Smooth connections between sections
Presentation Protocol
Present issues 1-2 at a time. Do not dump all errors at once. For each issue:
- Location: Section, paragraph, and specific sentence
- Problem: What's wrong, stated precisely
- Evidence: Why it's wrong (e.g., "the cited paper is actually from 2022, not 2024")
- Fix: Exact replacement text the user can copy-paste
Wait for the user to confirm or discuss before moving to the next batch.
Issue Severity Levels
- Critical: Factual errors, fabricated citations, wrong statistical conclusions
- Major: Inconsistencies between sections, missing analyses, APA violations
- Minor: Typos, formatting inconsistencies, awkward phrasing
Present critical issues first.
Hard Rules
- Never rewrite sections unless explicitly asked. The goal is error detection, not ghostwriting.
- Never assume a citation is correct without verification. Always search.
- Never change the user's writing voice. Flag style issues but preserve their established patterns.
- Always provide exact replacement text, not vague instructions like "consider rewording."
- Track all issues found in a running count so the user knows progress.
Output Format
For each review session, maintain a running issue log:
Issue #[N] | [Severity] | [Section]
Problem: [precise description]
Current text: "[exact text from manuscript]"
Suggested fix: "[exact replacement text]"
Rationale: [why this fix is correct]
Interaction with Other Skills
- academic-research skill: Use for statistical write-up templates if the user needs to rewrite a results section
- citation-verify (if standalone): Delegate citation checking there
- email-drafting: Use for resubmission cover letters after review is complete
Reference Files
references/style-sample.md - Sample of the user's approved writing voice
references/common-errors.md - Known error patterns from previous reviews
assets/review-checklist.md - Printable checklist for self-review
Test Cases
- Multi-study paper: Manuscript with two experiments, testing for cross-study contamination
- Resubmission: Paper previously rejected, checking that revision addresses reviewer concerns
- Citation-heavy introduction: Literature review section with 30+ citations to verify
1---2name: manuscript-review3description: Systematic academic manuscript review for inconsistencies, citation errors, statistical reporting problems, and style mismatches. Use this skill whenever the user asks to review, proofread, check, or audit an academic paper, manuscript, journal submission, or dissertation chapter. Also trigger when the user mentions finding errors in a draft, verifying citations, checking APA formatting, or preparing a manuscript for resubmission. Covers experimental research, quantitative analysis, and social science writing conventions. Works alongside the academic-research skill but focuses specifically on error detection and correction rather than content generation.4license: MIT5---67# Manuscript Review89## Overview1011This skill performs systematic, multi-pass review of academic manuscripts to catch inconsistencies, citation errors, statistical reporting problems, copy-paste artifacts, and style mismatches. It presents issues in small batches with precise, actionable fixes rather than vague suggestions.1213## When This Skill Triggers1415- User says "review my manuscript" or "check my paper for errors"16- User mentions preparing for journal resubmission17- User asks to verify citations or check statistical reporting18- User uploads a manuscript and asks for inconsistency checking19- User mentions "desk rejection" or "reviewer feedback" in context of fixing a paper2021## Before You Begin2223Ask the user these questions before starting any review:24251. **Journal target**: What journal or style guide applies? (APA 7th, APA 6th, Chicago, other?)262. **Submission stage**: First submission, revision/resubmission, or pre-submission check?273. **Known concerns**: Are there specific sections or issues you're already worried about?284. **Scope**: Full manuscript or a specific section (e.g., just Results, just References)?2930Do not begin reviewing until you have at least answers to questions 1 and 2.3132---3334## Review Process3536### Pass 1: Structural and Conceptual Consistency3738Scan the entire manuscript for both internal contradictions and conceptual coherence issues:3940**Conceptual and terminological consistency** (check these first — highest desk-rejection risk):41- **Key constructs**: Are the same constructs labeled the same way throughout? Flag any case where the same variable, scale, or concept is called something different across sections (e.g., "political engagement" in the abstract vs. "civic engagement" in the results)42- **Population/sample descriptors**: Does the abstract, methods, and discussion describe the same population? Flag mismatches (e.g., "young adults" vs. "undergraduate students")43- **Study framing**: Does the introduction's research question align with what was actually measured and reported?4445**Numeric and structural consistency**:46- **Abstract vs. body**: Do sample sizes, key findings, and conclusions match?47- **Hypotheses vs. results**: Are all stated hypotheses addressed? Do labels (H1, H2a, H2b) remain consistent throughout?48- **Methods vs. results**: Do the analyses described in Methods match what's reported in Results?49- **Introduction claims vs. citations**: Does every factual claim have a supporting citation?50- **Tables/figures vs. text**: Do numbers referenced in prose match the tables?5152### Pass 2: Citation Verification5354For each citation in the manuscript:551. **Web search** the paper by title, authors, and year562. **Verify**: Author names (spelling, order), publication year, journal name, DOI573. **Flag**: Misattributions, wrong years, hallucinated papers, reversed author orders584. **Check**: In-text citation format matches reference list entry595. **Confirm**: Page numbers for direct quotes (if applicable)6061Common citation errors to watch for:62- Author name variations (e.g., "Thier & Ling" vs. "Thier & Lin")63- Year discrepancies between in-text and reference list64- Papers attributed to wrong authors (hallucination artifacts from AI-assisted drafting)65- Missing DOIs or incorrect journal names66- "Et al." used incorrectly (fewer than 3 authors in APA 7th)6768### Pass 3: Statistical Reporting6970Check every statistical claim:71- **Degrees of freedom** present and correct for the test type72- **p-values** reported accurately (direction, significance level)73- **Confidence intervals** formatted correctly: B = X.XX, 95% CI [LL, UL]74- **Effect sizes** included where expected75- **Test statistics** match the analysis described (F for ANOVA, t for t-test, etc.)76- **Sample sizes** consistent across all mentions77- **Decimal places** consistent (typically 2 for most statistics, 3 for p-values)78- **Rounding**: Check that rounded figures are mathematically consistent7980### Pass 4: Copy-Paste and Carryover Errors8182These are common when adapting stimuli or reusing text across studies:83- **Wrong topic references** (e.g., cancer language appearing in a pollution study)84- **Leftover placeholder text** or template language85- **Inconsistent terminology** (switching between terms for the same construct)86- **Study 1 language** appearing in Study 2 sections (for multi-study papers)87- **Self-identifying information** that should be removed for blind review8889### Pass 5: Writing Style Audit9091Match the manuscript against the user's established voice:92- **Sentence structure**: Declarative, subject-verb-object preferred93- **Hedging**: Strategic use of "suggests that," "implies that," "indicates"94- **Passive vs. active**: Active voice dominant, passive acceptable for methods95- **Paragraph coherence**: Each paragraph has a clear topic sentence and logical flow96- **Jargon check**: Technical terms defined on first use97- **Transitions**: Smooth connections between sections9899## Presentation Protocol100101**Present issues 1-2 at a time.** Do not dump all errors at once. For each issue:1021031. **Location**: Section, paragraph, and specific sentence1042. **Problem**: What's wrong, stated precisely1053. **Evidence**: Why it's wrong (e.g., "the cited paper is actually from 2022, not 2024")1064. **Fix**: Exact replacement text the user can copy-paste107108Wait for the user to confirm or discuss before moving to the next batch.109110## Issue Severity Levels111112- **Critical**: Factual errors, fabricated citations, wrong statistical conclusions113- **Major**: Inconsistencies between sections, missing analyses, APA violations114- **Minor**: Typos, formatting inconsistencies, awkward phrasing115116Present critical issues first.117118## Hard Rules119120- **Never rewrite sections** unless explicitly asked. The goal is error detection, not ghostwriting.121- **Never assume a citation is correct** without verification. Always search.122- **Never change the user's writing voice.** Flag style issues but preserve their established patterns.123- **Always provide exact replacement text**, not vague instructions like "consider rewording."124- **Track all issues found** in a running count so the user knows progress.125126## Output Format127128For each review session, maintain a running issue log:129130```131Issue #[N] | [Severity] | [Section]132Problem: [precise description]133Current text: "[exact text from manuscript]"134Suggested fix: "[exact replacement text]"135Rationale: [why this fix is correct]136```137138## Interaction with Other Skills139140- **academic-research skill**: Use for statistical write-up templates if the user needs to rewrite a results section141- **citation-verify** (if standalone): Delegate citation checking there142- **email-drafting**: Use for resubmission cover letters after review is complete143144## Reference Files145146- `references/style-sample.md` - Sample of the user's approved writing voice147- `references/common-errors.md` - Known error patterns from previous reviews148- `assets/review-checklist.md` - Printable checklist for self-review149150## Test Cases1511521. **Multi-study paper**: Manuscript with two experiments, testing for cross-study contamination1532. **Resubmission**: Paper previously rejected, checking that revision addresses reviewer concerns1543. **Citation-heavy introduction**: Literature review section with 30+ citations to verify