Academic Self-Check
Audit the paper independently from the drafting process. The goal is to find defects that a familiar author stops seeing, not to rewrite correct prose for stylistic novelty.
Select the Mode
Use report-only mode when the user asks to review, inspect, check, diagnose, or assess. Do not modify files.
Use fix mode when the user asks to correct, revise, clean, or apply the findings. Preserve valid content and unrelated local changes. For judgment calls, explain the tradeoff before making a material rewrite.
If the request is ambiguous, perform the audit and report proposed changes rather than editing.
Scale the review
Match the review to the request. A focused check covers the changed material and its actual dependencies. A full-paper audit covers the manuscript as a whole. The categories below guide attention rather than require every check on every invocation. Report only findings and verification relevant to the requested scope, and stop when the material issues are resolved. Independent review is a fresh assessment of the evidence, not an automatic requirement to spawn another agent.
When reviewing empirical prose, check whether it presents discoveries clearly or repeatedly argues that the design is justified. Protect simple sentences and the human reader's narrative. Consolidate redundant defensive caveats, and place detailed protocol and edge-case discussion in the appendix when it is not needed to interpret the main result. Do not remove material uncertainty or demand a new experiment solely to make every paragraph look like a proof.
Audit Workflow
1. Establish scope
Locate the manuscript root, bibliography, included source files, generated figures, data tables, build instructions, venue template, and supplementary material. Check version-control status before editing. Do not assume that every nearby draft, build artifact, or reference paper belongs to the submission.
Read the full manuscript before reporting global findings. Inspect the rendered PDF when layout, figure placement, page limits, or visual quality matter.
2. Build a claim map
Extract the major claims from the title, abstract, introduction, contribution list, experiment headings, findings, and conclusion. For each claim, identify its evidence in the body.
Flag:
- claims with no supporting experiment, theorem, citation, or implementation evidence;
- claims whose scope expands between body and abstract;
- capabilities described as demonstrated outcomes;
- hypotheses written as causal explanations;
- results that are correct but no longer central to the paper's framing.
3. Audit all reported data
Trace each headline number to its source. Recompute simple totals, percentages, rankings, and differences when source data are available.
Check the same value everywhere it appears:
- abstract;
- main result prose;
- tables;
- plots;
- captions;
- appendix;
- conclusion.
When a model, task, or rerun changes, trace the aggregates and claims that depend on it and verify those. Do not accept a successful compilation as evidence of data consistency.
4. Audit terminology, notation, and responsibility
Search for alternate names, capitalization variants, stale acronyms, undefined symbols, and one term used for multiple referents. Check that actors, policies, protocols, platforms, environments, scorers, and datasets retain distinct responsibilities.
Watch especially for prose that credits a model for deterministic work performed by the environment, or claims that the environment performs a decision assigned to the model.
5. Audit structure and readability
Assess each relevant section and paragraph by its purpose without requiring a written label. Flag duplicate sections, late definitions, results separated from their figures, validation detail that overwhelms the scientific contribution, and conclusions collected far from the evidence they interpret.
Search for:
- noun stacks and long enumerations;
- one-sentence paragraphs without structural purpose;
- abstract subsection titles;
- repeated setup across experiment subsections;
- related work that lists papers without a contribution boundary;
- captions that carry analysis better placed in prose.
6. Audit citations and metadata
Resolve every citation key. Flag unused bibliography entries, duplicated records, missing citations for named systems or models, preprints with a canonical published version, and citations that do not support the attached claim.
Check author order, affiliations, email addresses, venue metadata, anonymous-mode settings, CCS concepts, acknowledgments, and repository links against the intended submission mode. Do not infer an affiliation, location, or license from a domain name.
7. Audit figures, tables, and rendering
Inspect visuals at final PDF scale. Verify label size, alignment, whitespace, clipping, overlap, arrow consistency, color meaning, panel references, and caption accuracy. Compare every plotted value with the source table.
Compile into the designated build directory. Inspect page breaks, isolated words on terminal lines, stranded headings, large blank regions, floats far from discussion, unexpected running headers, and content beyond the page limit.
8. Audit submission claims
Check statements about public artifacts, code, data, licenses, tags, reproducibility, maintenance, ethics, and external review against current reality. If the paper says an artifact is public, the link must work for an unauthenticated reader. Do not create extra contracts, hashes, manifests, or evidence packages unless the venue or user actually requires them.
9. Run focused searches
Use targeted searches after the conceptual audit. Useful categories include:
- stale model or method names;
- forbidden punctuation and contractions;
- undefined figure or table references;
- unmatched citation keys;
- old totals and percentages;
- internal task IDs, paths, comments, or TODO markers;
- wording such as first, novel, guarantee, all, every, public, proven, and significant.
Searches supplement reading. They do not replace it.
Reporting
Report findings in descending severity:
| Severity | Meaning |
|---|---|
| P0 | invalidates a central claim, result, artifact, or submission |
| P1 | likely reviewer objection or material inconsistency |
| P2 | local clarity, citation, visual, or formatting defect |
| P3 | optional refinement |
For each finding, give the location, observed evidence, why it matters, and the smallest safe correction. Separate confirmed defects from judgment calls.
Summarize what was checked and any material uncertainty. Mention edits and submission blockers when relevant. Do not force a fixed checklist into the response to a small review.
Load full-paper-checklist.md for a comprehensive audit. Load audit-examples.md when classifying a subtle inconsistency or deciding the minimum safe fix.
Fixing Findings
When authorized to edit:
- fix central contradictions before style;
- update all dependent text and visuals together;
- retain collaborator comments unless the user asks to remove them;
- compile after each layout-sensitive batch;
- inspect the changed pages visually;
- rerun the focused searches;
- report the exact changes and remaining risks.
Do not silently rewrite the paper's scientific position. Do not optimize page count by deleting evidence the user asked to retain.