Awesome-Agent-Skills-for-Empirical-Research proofread
Run the proofreading protocol on academic writing — papers or manuscripts. Checks grammar, typos, layout issues, consistency, and academic writing quality. Produces a report without editing files. Make sure to use this skill whenever the user wants surface-level writing errors found — not substantive academic critique. Triggers include: "proofread", "check for typos", "grammar check", "look for errors in my draft", "proofread all", "polish this", "check my writing", "are there any mistakes", "proofread before I send this", or when the user wants a clean-up pass rather than feedback on arguments or methods.
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/15-Felpix-Studios-social-science-research/skills/proofread" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-proofread-e43ff3 && rm -rf "$T"
skills/15-Felpix-Studios-social-science-research/skills/proofread/SKILL.mdProofread Academic Writing
Run the mandatory proofreading protocol on papers or manuscripts. Produces a report of all issues WITHOUT editing any source files.
Steps
-
Identify files to review:
- If
is a specific filename: review that file only$ARGUMENTS - If
is$ARGUMENTS
: review all files inall
andmanuscripts/
(if it exists)Quarto/ - If
is a file in$ARGUMENTS
: treat as manuscript (not slides)manuscripts/ - If
is empty or ambiguous and multiple files exist, use AskUserQuestion:$ARGUMENTS- header: "Files"
- question: "Which files should I proofread?"
- multiSelect: true
- options: list up to 4 found files (label: filename, description: directory and file type). User can select multiple or choose "Other" to specify a path.
- If
-
For each file, launch the proofreader agent that checks for:
GRAMMAR: Subject-verb agreement, articles (a/an/the), prepositions, tense consistency TYPOS: Misspellings, search-and-replace artifacts, duplicated words LAYOUT ISSUES: Overfull hbox (LaTeX slides/manuscripts), content exceeding slide boundaries (Quarto), table/column overflow in manuscripts CONSISTENCY: Citation format, notation, terminology, variable names matching table column names ACADEMIC QUALITY: Informal language, missing words, awkward constructions
-
Produce a detailed report for each file listing every finding with:
- Location (line number or section heading)
- Current text (what's wrong)
- Proposed fix (what it should be)
- Category and severity
-
Save each report to
:quality_reports/- For
slide files:.texquality_reports/FILENAME_report.md - For
slide files:.qmdquality_reports/FILENAME_qmd_report.md - For manuscript files:
quality_reports/FILENAME_proofread.md
- For
-
IMPORTANT: Do NOT edit any source files. Only produce the report. Fixes are applied separately after user review (see
).rules/proofreading-protocol.md -
Present summary to the user:
- Total issues found per file
- Breakdown by category
- Most critical issues highlighted