Pre-Submission Reviewer
Overview
Three to five days before a submission deadline is the window where
a careful external review pays off most. This skill takes a full
paper or key sections and produces a structured review across five
dimensions, each with severity-tagged findings and concrete
rewrite suggestions. It enforces the mechanical rules from the
writing-checklist section (no em-dashes, no banned AI-tone
vocabulary, leading text per paragraph, topic-sentence discipline,
citation-format uniformity) and surfaces the patterns that
non-native English-speaking authors most commonly violate
(articles, subject-verb agreement, tense consistency, which versus
that, Chinglish phrasing).
The output is not a rewrite. It is a prioritised list of findings
with severity tags; the author decides which to fix. CRITICAL items
should block submission until addressed.
When to use this skill
- Three to five days before a submission deadline.
- The user asks to 'review this paper', 'audit before submission',
'check the draft', 'find issues', 'proofread'.
- After a camera-ready revision, before sending the final version.
- After any major rewrite (rebuttal responses, Section 3 overhaul).
- When the user suspects AI-tone contamination in a section.
When NOT to use this skill
- The paper is still being structured. Use
tech-paper-template,
intro-drafter, or benchmark-paper-template (separate plugin) first.
- The user wants structural advice rather than review. Use the
drafting skills instead.
Core procedure
Step 1: Dimension 1 Macro logic review
See: references/logic-and-structure.md for the Logic First rule,
Self-contained rule, Leading Text rule, and Running Example rule.
Check:
- Introduction flowchart is intact (Background, Limitations, Goal
or Key Idea, Challenges, Methodology, Contributions).
- Contributions map one-to-one with methodology modules and with
section numbers.
- Experiments validate the paper's main claims, not tangential
ones.
- Related Work covers the necessary prior art.
- Running example is consistent across Introduction, Methodology,
Experiments.
Every break in the chain is CRITICAL.
Step 2: Dimension 2 Writing details review
See: references/logic-and-structure.md for paragraph-level rules.
Check:
- Every paragraph has a topic sentence.
- Paragraphs transition smoothly; no orphan paragraphs.
- Paragraphs are not over 10 lines; split if so.
- No repeated or redundant passages.
- Abstract covers problem, method, result.
Step 3: Dimension 3 English grammar review
See: references/grammar-rules.md for the canonical list of errors
common to non-native English authors, with corrections and
examples.
Check the usual suspects:
- Article use (a, an, the).
- Subject-verb agreement (third-person singular).
- Tense consistency (Related Work past, method present).
- Passive-voice overuse.
- Which versus that.
- Sentence length; split long sentences at "Specifically,".
- Chinglish patterns.
Step 4: Dimension 4 LaTeX format review
See: references/latex-rules.md for the canonical list of LaTeX-
specific issues.
Check:
- Equation numbering contiguous; every numbered equation
referenced.
- Figures and tables have captions; captions are detailed.
- Citations use the correct command and the non-breaking tilde
(for example,
ResNet~\cite{X}, never ResNet\cite{X}).
- Labels use underscores, not spaces or hyphens.
- Vector figure format; no raster.
- Page-limit compliance.
Step 5: Dimension 5 Figure quality review
See: references/forbidden-patterns.md for chartjunk patterns and
the full figure-quality checklist.
For each figure:
- Vector format.
- Font size large enough post-scaling.
- Colour-blind-safe palette; dual encoding.
- Self-contained caption with a finding in the first sentence.
- No chartjunk.
- Motivated example is concrete and failure-revealing.
- Solution overview has labels matching section titles.
Step 6: Banned-vocabulary and em-dash scan
See: references/forbidden-patterns.md for the banned-word list.
Scan the full paper for:
- Em-dashes used as sentence connectors (banned; project rule).
- AI-tone words: innovative, pioneering, revolutionary paradigm,
transformative framework, superior, surpass, excel, remarkable,
unprecedented, breakthrough performance, general-purpose, is
capable of, notably, yet, yielding, at its essence, encompass,
differentiate, reveal, underscore, pave the way for, highlight
the potential of, profound challenges, stems from, rigid,
impede.
Flag each occurrence with a severity tag. Em-dashes are MAJOR by
default; banned AI-tone words are MAJOR if they appear three or
more times.
Step 7: Section-by-section review
See: references/section-guides.md for the per-section writing
guides for Abstract, Introduction, Problem Formulation, Framework
or Method, Experiments, Related Work, and Conclusion.
For each section, check that the section's content matches the
guide's canonical structure (for example, Abstract's five-sentence
formula: what, why, challenges, how, results).
Step 8: Integrity gate
Run the checks in the Integrity gate section below.
Step 9: Output
Emit the review in the Output format below.
Severity taxonomy
- CRITICAL: blocks submission. Example: contributions do not
map to sections; introduction flowchart broken; no real-world
running example; raster figure in final draft; missing key
baseline; page-limit violation.
- MAJOR: reviewers will flag in first round. Example:
topic-sentence absent from 3+ paragraphs; em-dash in 5+ places;
banned AI-tone word in 3+ places; Table 1 comparison missing;
chart type mismatched with data.
- MINOR: polish. Example: two long sentences that could be
split; default Matplotlib styling; single article error.
Integrity gate
Each bullet is tagged [inspection] (LLM verifies from the paper
text) or [attestation] (LLM runs the procedure and states it has
done so; user remains responsible for confirming completeness).
Before emitting the review:
- [inspection] Every finding quotes specific text (sentence,
phrase, figure name); no "the Introduction is unclear" without
a quoted line.
- [inspection] Every CRITICAL finding has a concrete fix
suggestion, not "rewrite entirely".
- [inspection] No fabricated quotes: only text actually
present in the submitted material.
- [inspection] Severity assignments follow the taxonomy;
nothing is marked CRITICAL for taste reasons.
- [inspection] Dimension 3 (grammar) findings cite the
specific grammar rule from
references/grammar-rules.md.
- [attestation] Dimension 6 banned-vocabulary scan is run in
full on the entire paper, not sampled. The skill attests the
full scan; if the paper is extremely long, the skill states it
chunked the input and describes the chunking strategy.
- [inspection] Final score matches the CRITICAL + MAJOR
count; a score of 9 or 10 requires zero CRITICAL and at most
two MAJOR items.
If any [inspection] check fails, mark the output as "needs user
attention". For [attestation] bullets, the skill states the scope
of its scan and the user confirms completeness.
Output format
Summary
- CRITICAL:
- MAJOR:
- MINOR:
- Top three fixes first: ...
Dimension 1: Macro logic
| # |
Finding |
Severity |
Suggested fix |
| 1 |
|
CRITICAL or MAJOR or MINOR |
|
Dimension 2: Writing details
Dimension 3: English grammar
<same table shape, citing grammar-rule ID>
Dimension 4: LaTeX format
Dimension 5: Figure quality
Banned-vocabulary and em-dash scan
Integrity gate result
Final score (1-10)
Submission recommendation
- <Ready to submit | Needs 1-2 days more work | Needs major revision before submission>
1---2name: pre-submission-reviewer3description: Runs a pre-submission review of a technical paper across five dimensions: macro logic, writing details, English grammar, LaTeX formatting, and figure quality. Uses a reviewer-style severity taxonomy (CRITICAL / MAJOR / MINOR) and flags banned AI-tone vocabulary and em-dash misuse. Use when the user asks to 'review this paper', 'audit before submission', 'check the draft', 'find issues', 'proofread', or within one week of a submission deadline.4license: CC-BY-4.05---67# Pre-Submission Reviewer89## Overview1011Three to five days before a submission deadline is the window where12a careful external review pays off most. This skill takes a full13paper or key sections and produces a structured review across five14dimensions, each with severity-tagged findings and concrete15rewrite suggestions. It enforces the mechanical rules from the16writing-checklist section (no em-dashes, no banned AI-tone17vocabulary, leading text per paragraph, topic-sentence discipline,18citation-format uniformity) and surfaces the patterns that19non-native English-speaking authors most commonly violate20(articles, subject-verb agreement, tense consistency, which versus21that, Chinglish phrasing).2223The output is not a rewrite. It is a prioritised list of findings24with severity tags; the author decides which to fix. CRITICAL items25should block submission until addressed.2627## When to use this skill2829- Three to five days before a submission deadline.30- The user asks to 'review this paper', 'audit before submission',31 'check the draft', 'find issues', 'proofread'.32- After a camera-ready revision, before sending the final version.33- After any major rewrite (rebuttal responses, Section 3 overhaul).34- When the user suspects AI-tone contamination in a section.3536## When NOT to use this skill3738- The paper is still being structured. Use `tech-paper-template`,39 `intro-drafter`, or `benchmark-paper-template` (separate plugin) first.40- The user wants structural advice rather than review. Use the41 drafting skills instead.4243## Core procedure4445### Step 1: Dimension 1 Macro logic review4647See: references/logic-and-structure.md for the Logic First rule,48Self-contained rule, Leading Text rule, and Running Example rule.4950Check:5152- Introduction flowchart is intact (Background, Limitations, Goal53 or Key Idea, Challenges, Methodology, Contributions).54- Contributions map one-to-one with methodology modules and with55 section numbers.56- Experiments validate the paper's main claims, not tangential57 ones.58- Related Work covers the necessary prior art.59- Running example is consistent across Introduction, Methodology,60 Experiments.6162Every break in the chain is CRITICAL.6364### Step 2: Dimension 2 Writing details review6566See: references/logic-and-structure.md for paragraph-level rules.6768Check:6970- Every paragraph has a topic sentence.71- Paragraphs transition smoothly; no orphan paragraphs.72- Paragraphs are not over 10 lines; split if so.73- No repeated or redundant passages.74- Abstract covers problem, method, result.7576### Step 3: Dimension 3 English grammar review7778See: references/grammar-rules.md for the canonical list of errors79common to non-native English authors, with corrections and80examples.8182Check the usual suspects:8384- Article use (a, an, the).85- Subject-verb agreement (third-person singular).86- Tense consistency (Related Work past, method present).87- Passive-voice overuse.88- Which versus that.89- Sentence length; split long sentences at "Specifically,".90- Chinglish patterns.9192### Step 4: Dimension 4 LaTeX format review9394See: references/latex-rules.md for the canonical list of LaTeX-95specific issues.9697Check:9899- Equation numbering contiguous; every numbered equation100 referenced.101- Figures and tables have captions; captions are detailed.102- Citations use the correct command and the non-breaking tilde103 (for example, `ResNet~\cite{X}`, never `ResNet\cite{X}`).104- Labels use underscores, not spaces or hyphens.105- Vector figure format; no raster.106- Page-limit compliance.107108### Step 5: Dimension 5 Figure quality review109110See: references/forbidden-patterns.md for chartjunk patterns and111the full figure-quality checklist.112113For each figure:114115- Vector format.116- Font size large enough post-scaling.117- Colour-blind-safe palette; dual encoding.118- Self-contained caption with a finding in the first sentence.119- No chartjunk.120- Motivated example is concrete and failure-revealing.121- Solution overview has labels matching section titles.122123### Step 6: Banned-vocabulary and em-dash scan124125See: references/forbidden-patterns.md for the banned-word list.126127Scan the full paper for:128129- Em-dashes used as sentence connectors (banned; project rule).130- AI-tone words: innovative, pioneering, revolutionary paradigm,131 transformative framework, superior, surpass, excel, remarkable,132 unprecedented, breakthrough performance, general-purpose, is133 capable of, notably, yet, yielding, at its essence, encompass,134 differentiate, reveal, underscore, pave the way for, highlight135 the potential of, profound challenges, stems from, rigid,136 impede.137138Flag each occurrence with a severity tag. Em-dashes are MAJOR by139default; banned AI-tone words are MAJOR if they appear three or140more times.141142### Step 7: Section-by-section review143144See: references/section-guides.md for the per-section writing145guides for Abstract, Introduction, Problem Formulation, Framework146or Method, Experiments, Related Work, and Conclusion.147148For each section, check that the section's content matches the149guide's canonical structure (for example, Abstract's five-sentence150formula: what, why, challenges, how, results).151152### Step 8: Integrity gate153154Run the checks in the Integrity gate section below.155156### Step 9: Output157158Emit the review in the Output format below.159160## Severity taxonomy161162- **CRITICAL**: blocks submission. Example: contributions do not163 map to sections; introduction flowchart broken; no real-world164 running example; raster figure in final draft; missing key165 baseline; page-limit violation.166- **MAJOR**: reviewers will flag in first round. Example:167 topic-sentence absent from 3+ paragraphs; em-dash in 5+ places;168 banned AI-tone word in 3+ places; Table 1 comparison missing;169 chart type mismatched with data.170- **MINOR**: polish. Example: two long sentences that could be171 split; default Matplotlib styling; single article error.172173## Integrity gate174175Each bullet is tagged [inspection] (LLM verifies from the paper176text) or [attestation] (LLM runs the procedure and states it has177done so; user remains responsible for confirming completeness).178179Before emitting the review:1801811. **[inspection]** Every finding quotes specific text (sentence,182 phrase, figure name); no "the Introduction is unclear" without183 a quoted line.1842. **[inspection]** Every CRITICAL finding has a concrete fix185 suggestion, not "rewrite entirely".1863. **[inspection]** No fabricated quotes: only text actually187 present in the submitted material.1884. **[inspection]** Severity assignments follow the taxonomy;189 nothing is marked CRITICAL for taste reasons.1905. **[inspection]** Dimension 3 (grammar) findings cite the191 specific grammar rule from `references/grammar-rules.md`.1926. **[attestation]** Dimension 6 banned-vocabulary scan is run in193 full on the entire paper, not sampled. The skill attests the194 full scan; if the paper is extremely long, the skill states it195 chunked the input and describes the chunking strategy.1967. **[inspection]** Final score matches the CRITICAL + MAJOR197 count; a score of 9 or 10 requires zero CRITICAL and at most198 two MAJOR items.199200If any [inspection] check fails, mark the output as "needs user201attention". For [attestation] bullets, the skill states the scope202of its scan and the user confirms completeness.203204## Output format205206### Summary207- CRITICAL: <n>208- MAJOR: <m>209- MINOR: <k>210- Top three fixes first: ...211212### Dimension 1: Macro logic213| # | Finding | Severity | Suggested fix |214|---|---|---|---|215| 1 | <quoted text> | CRITICAL or MAJOR or MINOR | <fix> |216217### Dimension 2: Writing details218<same table shape>219220### Dimension 3: English grammar221<same table shape, citing grammar-rule ID>222223### Dimension 4: LaTeX format224<same table shape>225226### Dimension 5: Figure quality227<same table shape>228229### Banned-vocabulary and em-dash scan230<list with line references>231232### Integrity gate result233- Gate 1 through 7: <pass or fail>234235### Final score (1-10)236<score>237238### Submission recommendation239- <Ready to submit | Needs 1-2 days more work | Needs major revision before submission>