peer-review

Conduct professional peer reviews for papers or theses, providing structured evaluations and improvement suggestions; use when you need a pre-submission assessment, an internal review, or academic quality control.

53 stars

Best use case

peer-review is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Conduct professional peer reviews for papers or theses, providing structured evaluations and improvement suggestions; use when you need a pre-submission assessment, an internal review, or academic quality control.

Teams using peer-review should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/peer-review/SKILL.md --create-dirs "https://raw.githubusercontent.com/aipoch/medical-research-skills/main/scientific-skills/Academic Writing/peer-review/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/peer-review/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How peer-review Compares

Feature / Agentpeer-reviewStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Conduct professional peer reviews for papers or theses, providing structured evaluations and improvement suggestions; use when you need a pre-submission assessment, an internal review, or academic quality control.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

> **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills)

# Peer Review

## When to Use

- **Pre-submission manuscript check**: Before submitting to a journal/conference to identify major risks and revision priorities.
- **Internal lab/group review**: For advisor or team quality control prior to external dissemination.
- **Thesis/dissertation evaluation**: To assess academic rigor, structure, and defensibility before committee review.
- **Revision planning after feedback**: To translate reviewer/editor comments into an actionable improvement roadmap.
- **Quality assurance for research outputs**: To ensure methods, reporting, and conclusions meet disciplinary standards.

## Key Features

- **Structured end-to-end review workflow**: Overall evaluation → methods/results check → issue organization → recommendation.
- **Major vs. minor issue triage**: Separates publication-blocking problems from polish-level improvements.
- **Actionable revision suggestions**: Each issue is paired with concrete steps to fix or strengthen the work.
- **Recommendation with rationale**: Clear accept/revise/reject guidance with reasons and improvement path.
- **Reusable templates and checklists**: Supports consistent formatting and comprehensive coverage (see referenced files).

## Dependencies

- **None (runtime)**

## Example Usage

Use the template to produce a structured review.

1. Open the template:
   - `assets/peer_review_template.md`

2. Fill it using the workflow below. Example (copy/paste and complete):

```markdown
# Peer Review Report

## 1. Overall Evaluation
**Summary of the work:**  
This paper investigates [research question] by using [method/data]. The main contributions are: (1) [...], (2) [...].

**Novelty and significance:**  
- Novelty: [high/medium/low] because [...]
- Significance: [high/medium/low] because [...]

## 2. Methods and Results
**Research design and methodology:**  
- Appropriateness of design: [...]
- Data and sampling: [...]
- Statistical/analytical methods: [...]
- Reproducibility (code/data availability, parameter reporting): [...]

**Results vs. conclusions:**  
- Do results support claims? [...]
- Alternative explanations addressed? [...]
- Robustness checks/ablation/sensitivity analysis: [...]

## 3. Issues and Revision Suggestions

### Major Issues (must address)
1. **Issue:** [...]
   - **Why it matters:** [...]
   - **Suggested fix:** [...]
   - **Expected impact:** [...]

2. **Issue:** [...]
   - **Why it matters:** [...]
   - **Suggested fix:** [...]
   - **Expected impact:** [...]

### Minor Issues (should address)
1. **Issue:** [...]
   - **Suggested fix:** [...]

2. **Issue:** [...]
   - **Suggested fix:** [...]

## 4. Recommendation
**Recommendation:** Accept / Minor Revision / Major Revision / Reject

**Rationale:**  
Explain the decision based on novelty, rigor, clarity, and evidence strength.

**Path to improvement:**  
List the top 3–5 changes that would most improve the manuscript.
```

For output formats, checklists, and inspection points, see:
- `references/guide.md`

## Implementation Details

### Review Workflow (Algorithm)

1. **Read for global understanding**
   - Read the abstract and full text to form an overall impression.
   - Identify the research question, claimed contributions, and target audience/venue.

2. **Overall evaluation**
   - Summarize the research questions and major contributions.
   - Assess **novelty** (what is new vs. prior work) and **significance** (why it matters).

3. **Methods and results verification**
   - Check research design, data quality, and statistical/analytical methods for correctness and suitability.
   - Evaluate whether results **logically and quantitatively** support the conclusions.
   - Flag missing details that prevent replication (e.g., parameters, datasets, baselines, evaluation protocol).

4. **Issue organization**
   - Classify findings into:
     - **Major issues**: validity threats, methodological flaws, unsupported claims, missing critical experiments, ethical/compliance gaps.
     - **Minor issues**: clarity, formatting, citations, small inconsistencies, language improvements.
   - For each issue, provide an **actionable** revision suggestion (what to change and how).

5. **Recommendation**
   - Provide a decision (accept/revise/reject) aligned with the severity and fixability of major issues.
   - Explain the rationale and provide a prioritized improvement path.

### Key Parameters / Criteria

- **Novelty**: degree of differentiation from prior work; clarity of contribution statement.
- **Significance**: practical/theoretical impact; relevance to the field and venue.
- **Rigor**: appropriateness of methods; correctness of analysis; robustness checks.
- **Evidence alignment**: strength of support from results to claims; avoidance of overgeneralization.
- **Reproducibility**: completeness of experimental details; availability of data/code; transparent reporting.
- **Clarity and structure**: logical flow, readability, figure/table quality, and citation completeness.

### Templates and References

- Template (preferred for structured output): `assets/peer_review_template.md`
- Guidance/checklists/output formats: `references/guide.md`

Related Skills

sci-paper-reviewer

53
from aipoch/medical-research-skills

Simulates a strict SCI peer-review workflow; trigger when a user uploads or pastes a manuscript (PDF/DOC/DOCX/TXT) and requests an innovation score (1–12) plus experimental-logic vulnerability checks and revision suggestions.

academic-norm-review

53
from aipoch/medical-research-skills

Detects content similarity, verifies standardized citations and abbreviations, and flags potential academic integrity risks; use it before submission, during academic writing QA, or for compliance reviews.

systematic-review-screener

53
from aipoch/medical-research-skills

Automated abstract screening tool for systematic literature reviews with PRISMA workflow support.

peer-review-response-drafter

53
from aipoch/medical-research-skills

Assist in drafting professional peer review response letters. Trigger.

molecular-review-workflow

53
from aipoch/medical-research-skills

Generates academic reviews for molecules in diseases using PubMed research. Invoke when user needs biomedical literature review with Vancouver citation format.

grant-mock-reviewer

53
from aipoch/medical-research-skills

Simulates NIH study section peer review for grant proposals. Triggers.

blind-review-sanitizer

53
from aipoch/medical-research-skills

Use blind-review-sanitizer for academic writing workflows that need structured anonymization, explicit assumptions, and clear output boundaries for double-blind submission.

paper-sprint-review

53
from aipoch/medical-research-skills

Scrum-inspired paper review, revision, and R&R workflow. Handles docx/tex/md/PDF in English or Chinese. Auto-detects manuscript stage, estimates sprint count, runs multi-lens review (Contribution/Rigor/Writing/Editor), generates prioritized revision backlog, exports MD/DOCX/PDF/HTML reports. Use when asked to review a paper, revise based on reviewer comments, handle R&R, respond to peer review, plan paper revision sprints, or when user types /ps or /papersprint.

skill-auditor

53
from aipoch/medical-research-skills

A comprehensive auditor for any agent skill — including Manus, OpenClaw/ClawHub, Claude, LobeHub, or custom SKILL.md-based skills. Use this skill whenever a user wants to evaluate, audit, review, score, or quality-check an agent skill before publishing, updating, or deploying. Covers two hard veto gates (structural redlines + research integrity redlines), static quality scoring across 25 criteria (ISO 25010 + OpenSSF + Agent), dynamic test input generation, multi-mode execution testing, multi-layer output evaluation with five specialized category rubrics (Evidence Insight / Protocol Design / Data Analysis / Academic Writing / Other), a Research Veto that applies to all four research categories, human eval viewer generation, actionable P0/P1/P2 optimization recommendations, and automatic skill improvement that outputs a polished, production-ready SKILL.md. Also use whenever a user says "audit my skill", "evaluate my skill", "improve my skill", or wants a corrected version after evaluation.

two-sample-mr-research-planner

53
from aipoch/medical-research-skills

Generates complete two-sample Mendelian randomization (MR) research designs from a user-provided research direction. Use when users want to design, plan, or build a study using two-sample MR to test causal relationships. Triggers:"design a two-sample MR study", "build a publishable MR paper", "test whether this biomarker causally affects this disease", "generate Lite/Standard/Advanced MR plans", "screen multiple exposures with MR", "bidirectional MR design", "causal inference using GWAS summary statistics", or "I want to study X and Y using MR". Always outputs four workload configurations (Lite / Standard / Advanced / Publication+) with a recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, and publication upgrade path.

research-proposal-generator

53
from aipoch/medical-research-skills

Generates a comprehensive research proposal design based on input literature, including hypothesis, mechanism verification, and budget. Use when the user wants to design a research project from a paper.

research-grants

53
from aipoch/medical-research-skills

Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan's NSTC when you need agency-compliant narratives, budgets, and review-criteria alignment for a specific solicitation/FOA/BAA.