Audit the entire paper -- cross-section consistency, all citations, all style issues
Comprehensive audit of the entire paper for style compliance, factual consistency, citation correctness, and cross-section coherence.
/full-paper-audit -- run complete audit/full-paper-audit --focus style -- style-only pass/full-paper-audit --focus citations -- citation-only pass.claude/rules/academic-writing.md.claude/rules/banned-words.mdguidance/paper-context.md (if it exists).claude/rules/latex-citations.md (if it exists)main.tex in fullDiscover sections by scanning for %% BEGIN: / %% END: markers in main.tex. Run /audit-section on each section sequentially.
For sections containing formal environments (any section with \begin{proposition}, \begin{theorem}, \begin{lemma}, or \begin{proof}), run /audit-math. Include SEVERITY SUMMARY and TOP PRIORITY FIXES in the master report.
Before proceeding to cross-section checks, grep the full manuscript for submission-blocking editorial artifacts in active prose (not LaTeX % comments):
[HUMAN EDIT, TODO, FIXME, XXX, [TBD], [PLACEHOLDER], [INSERT(change to, (should be, (need to, (fix this), (update this)[??], [?], [cite], [ref]
Any hit is Critical and goes to the top of the priority fixes list.Check that the SAME numbers are used consistently everywhere:
If guidance/paper-context.md exists, cross-reference all claims against its canonical values.
Run /audit-captions to check caption-level consistency. Include CRITICAL and IMPORTANT findings in the master report.
\ref{} and \eqref{} resolve to valid labels\cite{} keys exist in .bibAfter section-by-section audit, run a paper-wide pass for patterns that only emerge at scale:
FULL PAPER AUDIT
=================
OVERVIEW:
- Total issues: N
- Critical: M
- Suggestions: K
- Sections audited: [N body + M appendices]
CROSS-SECTION CONSISTENCY:
- [list of inconsistencies]
STYLE SUMMARY BY SECTION:
| Section | Banned Words | Passive | Vague Claims | Terminology | Total |
|---------|-------------|---------|--------------|-------------|-------|
| [name] | ... | ... | ... | ... | ... |
[etc.]
CITATION AUDIT:
- Total citations: N
- Verified: X
- Flagged: Y
CROSS-REFERENCES:
- Resolved: X
- Broken: Y
AI-TELL STATISTICS:
- AI-marker words: N (density: X per 1000 words)
- Unique paragraph openers: N out of M paragraphs
- Soft-ban total: N uses
- Sentence length CV: X (target: >0.30)
TOP 10 PRIORITY FIXES:
1. [most important issue]
[etc.]