원클릭으로
full-paper-audit
Audit the entire paper -- cross-section consistency, all citations, all style issues
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit the entire paper -- cross-section consistency, all citations, all style issues
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Create a new empirical research project: generates projects/<name>/ with latex, code, scripts, results, literature, and guidance subfolders plus README.md and project-level CLAUDE.md.
Publication-ready figure conventions for empirical finance and economics. Covers matplotlib styling, color palettes, export settings, and common figure types (time series, decile bars, coefficient plots, event studies). Auto-apply when creating any figure, plot, or visualization.
Agent-driven cold-start onboarding. Use the repo shell entrypoint to find or install Python 3.11+, then run the shared bootstrap audit/plan/apply flow and configure WRDS only if the user has it.
Create and compile Beamer presentations following the Rhetoric of Decks philosophy. Use when making seminar or conference slides.
Compile LaTeX to PDF using pdflatex + bibtex cycle
Creates new Claude Code skills, auto-apply skills, or auto-trigger rules, or audits existing ones for quality and effectiveness.
SOC 직업 분류 기준
| name | full-paper-audit |
| description | Audit the entire paper -- cross-section consistency, all citations, all style issues |
| user_invocable | true |
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.]