academic-writing
Write or revise thesis and paper prose section by section (abstract, introduction, related work, method, results, discussion, conclusion) with the conventions…
Proofread a thesis chapter or paper against a checklist of the errors examiners and reviewers actually flag: structure and signposting, undefined acronyms, notation and terminology consistency, figure and table references, numbers and statistics reporting (n, variance, p, effect
$ npx -y skills add KhaledSaeed18/dotclaude --skill proofread-academic --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/proofread-academicContext preview
The summary Claude sees to decide when to auto-load this skill.
Proofread a thesis chapter or paper against a checklist of the errors examiners and reviewers actually flag: structure and signposting, undefined acronyms, notation and terminology consistency, figure and table references, numbers and statistics reporting (n, variance, p, effect
name: proofread-academic description: "Proofread a thesis chapter or paper against a checklist of the errors examiners and reviewers actually flag: structure and signposting, undefined acronyms, notation and terminology consistency, figure and table references, numbers and statistics reporting (n, variance, p, effect sizes), citation placement, tense and voice by section, and mechanical issues, producing a findings list with locations and fixes rather than a rewritten file. Use before sending a draft to a supervisor, before submission, or after merging chapters written weeks apart." argument-hint: "the file or directory to proofread; optionally the style guide or a list of defined acronyms"
Read as the examiner reads, with a pen. This skill produces findings, not a rewrite: the student stays the author, and every change is theirs to make. Report locations as `file:line` (or section and paragraph for Word exports).
# Proofread: chapters/04-results.md (2026-09-21) Summary: 3 structural, 11 consistency, 6 figure/table, 4 numeric, 2 citation, 9 mechanical. ## Must fix before submission - 04-results.md:88 "Table 4.3" referenced; file has Tables 4.1 and 4.2 only. - 04-results.md:130 text says 23.4% reduction; Table 4.2 row 3 shows 24.3%. - 04-results.md:12 "significantly faster" with no test reported. ## Consistency - "the proposed system" (12 uses) vs "our tool" (5 uses) vs "FeedbackBot" (3): choose one. - Acronyms: LLM defined at 02-related.md:14 and again at 04-results.md:20; "SUS" used at 04-results.md:160 never defined. ## Mechanics - 04-results.md:44 sentence of 58 words. ...
Order within each group by location. Cap mechanics at 20 with a count of the rest. Never silently fix; never change the file.
Checklist categories adapted from [proofreading](https://github.com/jakobthumm/proofreading) by jakobthumm (MIT).
Reusable Claude Code extension registry. skills, subagents, slash commands, and hooks for engineering, git, testing, and security workflows. Distributed as a shadcn GitHub registry and as installable plugins.
Write or revise thesis and paper prose section by section (abstract, introduction, related work, method, results, discussion, conclusion) with the conventions…
Report computational benchmarks and experimental comparisons the way examiners and reviewers expect: fair baselines run under the same conditions, multiple…
Maintain the thesis .bib file as a single source of truth: fetch verified BibTeX from a DOI, arXiv id, or title via CrossRef and arXiv, normalise citation keys…
Expand a set of key papers into the literature around them by walking the citation graph with the Semantic Scholar and OpenAlex APIs: backward (references),…
Audit every citation in a chapter, paper, or proposal against the .bib file and the real world: each cite key must exist, each entry must resolve to a live DOI…
Structure a thesis whose contribution is a built artifact (tool, system, method, model) using design science research: explicit problem and requirements,…