review

Generate a reviewer-style critique report from LaTeX source with mechanical preflight checks.

16|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/wenhaochai/claude-plugins --skill review-wenhaochai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/wenhaochai/claude-plugins/tree/main/writing/skills/review
Command: npx skills add https://github.com/wenhaochai/claude-plugins --skill review-wenhaochai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps authors get rigorous, venue-style feedback on their own AI/ML paper draft before submission, reducing the risk of avoidable clarity gaps, methodological issues, and presentation problems.

Core Features & Use Cases

  • Project auto-resolution + LaTeX ingestion: Resolves a local Overleaf project from a provided name, recursively ingests LaTeX sources and pulls structured elements (sections, figures, tables, equations, citations).
  • Reviewer-style self-critique pipeline: Performs a multi-phase review that starts from a steel-manned best-interpretation summary and then interrogates sections with specificity.
  • Mechanical preflight to protect reliability: Runs compilation, page-limit checks, build/log scans, placeholder red-flag greps, and citation hygiene checks before producing the review report.
  • Produces an actionable report: Writes a reviewer-style markdown report to an underscore-prefixed _reviews/ directory with classified issues.

Quick Start

Ask for a pre-submission review of the Overleaf draft by providing the project name, e.g., “review my paper draft for submission” and include the name of the folder under ~/Documents/docs/project/.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a reviewer-style critique for my pre-submission Overleaf LaTeX draft?

To get a reviewer-style critique, provide your Overleaf project name. The tool ingests the LaTeX source, runs mechanical preflight checks like compilation and citation hygiene, and generates an actionable diagnostic markdown report.

Can I run an automated self-review on my AI/ML paper before submitting to NeurIPS or ICML?

Yes, you can run an automated self-review on your AI/ML paper. It performs a multi-phase review that interrogates sections with specificity and produces a venue-style critique for drafts targeted at NeurIPS, ICML, ICLR, CVPR, COLM, and ARR.

What mechanical validation checks are performed on a LaTeX paper during self-review?

During self-review, the tool runs mechanical validation checks including compiling with latexmk, scanning build logs, checking page limits, grepping for placeholder red flags, and verifying citation hygiene before generating the final report.

Does the automated paper critique modify my original LaTeX source files?

No, the automated paper critique does not modify your original LaTeX source files. It reads the project directory, parses the main .tex file with recursive includes, and writes the classified issues report to a separate underscore-prefixed _reviews/ directory.

How do I structure my local Overleaf project folder for LaTeX ingestion and pre-submission review?

To prepare for LaTeX ingestion, place your Overleaf project folder under the path ~/Documents/docs/project/<name>/. The tool resolves the project by this name, recursively ingests the sources, and extracts structured elements like figures, tables, and equations.

What is the best way to check figures, tables, and equations consistency in my ML paper draft?

The best way to check figures, tables, and equations is using the structured preflight pipeline. It ingests your LaTeX project, pulls structured elements, and runs a citation-aware diagnostic to identify presentation problems and clarity gaps without altering the draft.