원클릭으로
style-check
Analyze LaTeX text for violations of academic writing standards
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze LaTeX text for violations of academic writing standards
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| name | style-check |
| description | Analyze LaTeX text for violations of academic writing standards |
When this skill is invoked, analyze the provided text for violations of the academic writing standards in .claude/rules/academic-writing.md.
/style-check -- check the current .tex file/style-check introduction -- check only the introduction section/style-check projects/my_paper/latex/main.tex -- check a specific fileThe user provides a .tex file path or text block to analyze.
.claude/rules/academic-writing.md for the full rule setCLAUDE.md for project-specific terminology.bib fileCheck for all terms in academic-writing.md Section 1 and flag each occurrence:
Flag openings that don't state a concrete finding:
Flag passive constructions:
Flag sequences of emphasis words:
Flag imprecise language when numbers should be given:
Check for incorrect terminology per the project's CLAUDE.md. Each project defines its own preferred/banned terminology. If no project-specific terminology is defined, skip this category.
Flag adjectives that praise the work:
Check for consistency in how results are presented, per the project's conventions. For example, if the project requires decomposing costs into components, flag any place where costs are lumped together.
For each \cite{} or \citep{} in the text:
.bib file.claude/rules/latex-citations.md)Check for patterns flagged by Kobak et al. (2025) and Liang et al. (2024):
---) in prose: rewrite with commas, semicolons, colons, or parentheses--) as parenthetical asides: only valid for ranges and compound modifiersFlag filler hedge words:
Flag previewing/recalling:
Flag nominalizations:
Flag cliche constructions:
Scan for leftover editing comments and placeholders in active prose:
[HUMAN EDIT REQUIRED -- draft placeholders(change to... / (should be... / (fix this) -- editing notesTODO / FIXME / XXX -- developer-style markers[TBD] / [PLACEHOLDER] / [INSERT -- slot markers[??] / [?] / [cite] / [ref] -- missing-reference markersSeverity: Always Critical. These are submission-blocking artifacts.
STYLE CHECK REPORT
==================
File: [filename]
Lines analyzed: [count]
BANNED WORDS FOUND:
- Line X: "delve" -> suggest "examine" or "investigate" [Critical]
- Line Y: "utilize" -> suggest "use" [Critical]
THROAT-CLEARING:
- Line W: "The literature has long..." -> Start with concrete claim [Critical]
PASSIVE VOICE:
- Line V: "it is shown that" -> "we show that" [Suggestion]
[... all categories ...]
SUMMARY:
- Total issues: N
- Critical (must fix): M
- Suggestions: K
.tex file, text block, or full document