paper-review

Parse LaTeX paper structure and generate a structured review report.

15|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/guruvamsi-policharla/paper-review-skill --skill paper-review-guruvamsi-policharla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-review
Source: https://github.com/guruvamsi-policharla/paper-review-skill/tree/main/skills/paper-review
Command: npx skills add https://github.com/guruvamsi-policharla/paper-review-skill --skill paper-review-guruvamsi-policharla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of systematically analyzing and reviewing academic papers written in LaTeX, reducing manual effort and increasing review consistency.

Core Features & Use Cases

  • LaTeX Structure Parsing: Finds the main .tex file and resolves all included files for a complete document map.
  • Section Extraction: Detects sections, subsections, and content hierarchy for precise understanding.
  • Overview Construction: Builds a detailed high-level summary including contributions, notation, claims, and methodology based on selected overview sections.
  • Section Review Dispatch: Automatically assigns and runs in-depth reviews of individual sections with shared context, focusing on correctness, clarity, and consistency.
  • Report Generation: Produces a structured, detailed review report summarizing all findings.

Quick Start

Initiate a LaTeX paper review by first locating your main file, then let the skill parse structure, build an overview, assign section reviews, and compile a report automatically.

Frequently Asked Questions about paper-review

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

FAQPage Schema
How do I automate the review of a LaTeX academic paper?

You can automate LaTeX academic paper review by using a skill that parses the main .tex file, resolves included files, extracts section hierarchies, and dispatches structured reviews to check correctness, clarity, and consistency.

What is the best way to parse LaTeX structure and extract sections for analysis?

Parsing LaTeX structure involves locating the main .tex file and resolving all included dependencies to map the document. Section extraction then detects sections, subsections, and content hierarchy to enable precise automated analysis.

Can I automatically generate a high-level overview from a LaTeX document?

Yes, automated overview construction builds a high-level summary from selected LaTeX sections. It extracts contributions, notation, claims, and methodology to provide a comprehensive context for the review process.

How does automated section review dispatch work for academic papers?

Automated section review dispatch assigns in-depth reviews to individual document sections using shared context. It evaluates each section specifically for correctness, clarity, and consistency before compiling a final structured report.

Do I need to manually compile my LaTeX project before running an automated paper analysis?

You do not need to manually compile the LaTeX project beforehand. The automated analysis works directly with the source files by finding the main .tex file and resolving all included files to map the document structure.