skills/43-wentorai-research-plugins/skills/writing/polish/paper-polish-guide/SKILL.md
Review and polish LaTeX research papers for clarity and style
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research paper-polish-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The difference between a good paper and a great paper often lies in the final polishing stage. After the scientific content is solid and the structure is sound, a thorough polish pass addresses clarity, conciseness, consistency, and correctness at the sentence and paragraph level. This is where awkward phrasing is smoothed, redundancies are eliminated, and the prose is tightened to convey ideas with maximum precision and minimum friction.
This skill provides a systematic approach to polishing research papers, with a particular focus on LaTeX manuscripts. It covers common writing issues in academic papers, a multi-pass review strategy, specific patterns to search for and fix, and tools that can assist the process. The techniques apply across all academic disciplines but include LaTeX-specific advice for formatting and typographic polish.
The skill is designed for the final stages of writing, after the content and structure are complete. It is not about rewriting sections—it is about refining the existing prose to its best possible form.
Polish your paper in multiple focused passes rather than trying to fix everything at once. Each pass targets a specific aspect of the writing:
Read each paragraph and check:
Read each sentence and check:
Review word choice throughout:
For LaTeX manuscripts, check these formatting details:
% Non-breaking spaces before citations and references
as shown in prior work~\cite{smith2024}
in Figure~\ref{fig:architecture}
in Table~\ref{tab:results}
in Section~\ref{sec:methods}
% Correct dash usage
pages 1--10 % en-dash for ranges
state-of-the-art % hyphen for compound adjectives
--- and % em-dash for parenthetical (or use --)
% Math mode consistency
$n$-dimensional % variable in math mode even in text
$O(n \log n)$ % Big-O in math mode
% Consistent use of \emph{} vs \textit{}
% Use \emph{} for emphasis, \textit{} only when italic is the content (e.g., species names)
\cite{} keys resolve to entries in your .bib file| Wordy | Concise | |-------|---------| | "In order to" | "To" | | "Due to the fact that" | "Because" | | "A large number of" | "Many" | | "In the event that" | "If" | | "At the present time" | "Now" / "Currently" | | "It is possible that" | "May" / "Could" | | "Has the ability to" | "Can" | | "With regard to" | "Regarding" / "About" | | "For the purpose of" | "To" / "For" | | "On the basis of" | "Based on" |
Avoid starting sentences with:
Academic writing traditionally uses passive voice, but overuse makes prose sluggish. Use active voice for your contributions and passive for standard procedures:
Complement manual review with these tools:
chktex or lacheck to catch common LaTeX issues (missing tildes, inconsistent quotes, etc.)aspell or your editor's built-in spell checker with a custom dictionary for technical termstextlint or writegood can flag passive voice, weasel words, and other style issues# Find common issues with chktex
chktex -v3 main.tex
# Check spelling with aspell
aspell --mode=tex check main.tex
# Find inconsistent terminology
grep -n "data set\|dataset" main.tex
grep -n "pre-train\|pretrain" main.tex
Before declaring the paper polished:
\cite, \ref, and \eqref commands$3.2\,\text{ms}$tools
Recommend AND run open-source AI tools, agents, Claude Code / Codex skills, and MCP servers for any stage of a literature review — searching, reading, extracting, synthesizing, screening, citation-checking, and paper writing. Use when the user asks "what tool should I use to..." OR "install/run/use <tool> to ..." for research/lit-review work: automating a survey or related-work section, PDF→Markdown extraction for LLMs (MinerU/marker/docling), PRISMA / systematic review (ASReview), citation-backed Q&A over PDFs (PaperQA2), wiring papers into Claude/Cursor via MCP (arxiv/paper-search/zotero servers), or chatting with a Zotero library. Ships a launcher (scripts/litrun.py) that installs each tool in an isolated venv and runs it. Curated catalog of 70+ vetted projects. 支持中英文(用于「文献综述工具选型」与「一键安装/运行」)。
development
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
documentation
Use when the project collects primary data or runs a field, lab, or survey experiment, before the intervention begins — write the pre-analysis plan, size the sample from a power calculation, and register with the AEA RCT Registry. Apply after the design is chosen in aer-identification and before any outcome data are seen.
tools
Guide economists to authoritative data sources with explicit, confirmed data specifications before retrieval; interfaces with Playwright MCP to navigate portals and extract real data, not articles about data.