con un clic
proofread
Mechanical error scan -- typos, LaTeX formatting, punctuation, spacing
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Mechanical error scan -- typos, LaTeX formatting, punctuation, spacing
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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 | proofread |
| description | Mechanical error scan -- typos, LaTeX formatting, punctuation, spacing |
Scan for mechanical errors that /style-check does not cover: typos, LaTeX formatting issues, punctuation around equations, and spacing problems.
/proofread -- proofread the main .tex file/proofread introduction -- proofread only the introduction section/proofread path/to/file.tex -- proofread a specific fileThe user provides an optional section key, file path, or line range. If omitted, scan the project's main .tex file.
%% BEGIN/END markers.tex fileSearch for common typos in prose and math-adjacent text:
Check for formatting issues:
\ref{eq:...} where \eqref{eq:...} should be used (equation references)Eq.\eqref should be Eq.~\eqrefTable\ref -> Table~\ref, Figure\ref -> Figure~\ref, Section\ref -> Section~\refEq,~ instead of Eq.~ (comma vs period)\citet vs \cite usageFor displayed equations (\[...\], equation, align):
PROOFREAD REPORT
================
File: [filename]
Scope: [section or full file]
Lines scanned: [count]
TYPOS: [N found]
- Line 109: "componet" -> "component"
LATEX FORMATTING: [N found]
- Line 153: "Eq,~\eqref" -> "Eq.~\eqref" (comma should be period)
- Line 245: "\ref{eq:delay}" -> "\eqref{eq:delay}" (equation reference)
SPACING: [N found]
- Line X: double space between "the signal"
EQUATION PUNCTUATION: [N found]
- Line X: displayed equation ends sentence but has no period
CAPITALIZATION: [N found]
- Line X: "theorem 1" -> "Theorem 1"
SUMMARY:
- Total mechanical errors: N
- Typos: A
- LaTeX formatting: B
- Spacing: C
- Punctuation: D
- Capitalization: E