review

Classify theses and papers, then run parallel review pipelines with synthesis.

4|1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/hisazumi/paper-review-skills --skill review-hisazumi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/hisazumi/paper-review-skills/tree/main/skills/review
Command: npx skills add https://github.com/hisazumi/paper-review-skills --skill review-hisazumi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a complete auto-review of theses and research papers by automatically classifying the input and dispatching to the appropriate review pipelines.

Core Features & Use Cases

  • Unified entry point: /review acts as a single entry point that automatically detects type and dispatches to the thesis or paper pipelines.
  • Parallel Phase 1 analyses: Runs the initial evaluation steps in parallel for speed (thesis-format-check + thesis-review or survey-literature + review-analyze).
  • Phase 2 synthesis: Integrates results into a consolidated REVIEW.md or a tracking report via /review-tracker.
  • Flexible overrides: Supports --type to override automatic detection, --deadline, --feedback, --quick, and --keep-intermediate.

Quick Start

Use the /review skill to process a thesis or paper file and obtain a unified review output. For example: /review /path/to/document.tex /review /path/to/document.pdf --type paper /review /path/to/document.tex --deadline tomorrow --feedback feedback.md

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate the review process for a research paper or thesis?

You can automate thesis and paper review by using a unified entry point that automatically detects the document type and dispatches it to the appropriate review pipeline, running initial evaluations in parallel and synthesizing the results.

Can I manually override document type detection when running an automated paper review?

Yes, you can override automatic type detection by using the --type option to manually specify whether the input file should be processed as a thesis or a paper, ensuring the correct review pipeline is executed.

What is the best way to speed up automated thesis feedback analysis?

You can speed up automated thesis feedback analysis by enabling quick mode, which optimizes the review pipeline, and by attaching external feedback files using the --feedback option to guide the evaluation process.

Does the automated review pipeline support parallel execution for research papers?

Yes, the automated review pipeline supports parallel execution by running Phase 1 analyses concurrently, such as format checks and literature surveys, before integrating the results into a consolidated output during Phase 2 synthesis.

How do I keep intermediate files generated during the paper review pipeline?

You can keep intermediate files generated during the review pipeline by using the --keep-intermediate option, which preserves the temporary outputs from the parallel Phase 1 analyses instead of deleting them after synthesis.

What formats can I submit for automated thesis and paper classification?

You can submit documents like .tex and .pdf files for automated classification; the system detects the format and dispatches the content to the appropriate thesis or paper review pipeline to generate a unified report.