/academic-paper-review
Use this skill when the user requests to review, analyze, critique, or summarize academic papers, research articles, preprints, or scientific publications. Supports comprehensive structured reviews covering methodology assessment, contribution evaluation, literature positioning,
$ npx -y skills add bytedance/deer-flow --skill academic-paper-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/academic-paper-review
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use this skill when the user requests to review, analyze, critique, or summarize academic papers, research articles, preprints, or scientific publications. Supports comprehensive structured reviews covering methodology assessment, contribution evaluation, literature positioning,
SKILL.md
academic-paper-review.SKILL.mdname: academic-paper-review
description: Use this skill when the user requests to review, analyze, critique, or summarize academic papers, research articles, preprints, or scientific publications. Supports comprehensive structured reviews covering methodology assessment, contribution evaluation, literature positioning, and constructive feedback generation. Trigger on queries involving paper URLs, uploaded PDFs, arXiv links, or requests like "review this paper", "analyze this research", "summarize this study", or "write a peer review".
Academic Paper Review Skill
Overview
This skill produces structured, peer-review-quality analyses of academic papers and research publications. It follows established academic review standards used by top-tier venues (NeurIPS, ICML, ACL, Nature, IEEE) to provide rigorous, constructive, and balanced assessments.
The review covers **summary, strengths, weaknesses, methodology assessment, contribution evaluation, literature positioning, and actionable recommendations** — all grounded in evidence from the paper itself.
Core Capabilities
- Parse and comprehend academic papers from uploaded PDFs or fetched URLs
- Generate structured reviews following top-venue review templates
- Assess methodology rigor (experimental design, statistical validity, reproducibility)
- Evaluate novelty and significance of contributions
- Position the work within the broader research landscape via targeted literature search
- Identify limitations, gaps, and potential improvements
- Produce both detailed review and concise executive summary formats
- Support papers in any scientific domain (CS, biology, physics, social sciences, etc.)
When to Use This Skill
**Always load this skill when:**
- User provides a paper URL (arXiv, DOI, conference proceedings, journal link)
- User uploads a PDF of a research paper or preprint
- User asks to "review", "analyze", "critique", "assess", or "summarize" a research paper
- User wants to understand the strengths and weaknesses of a study
- User requests a peer-review-style evaluation of academic work
- User asks for help preparing a review for a conference or journal submission
Review Methodology
Phase 1: Paper Comprehension
Thoroughly read and understand the paper before forming any judgments.
Step 1.1: Identify Paper Metadata
Extract and record:
| Field | Description | |-------|-------------| | **Title** | Full paper title | | **Authors** | Author list and affiliations | | **Venue / Status** | Publication venue, preprint server, or submission status | | **Year** | Publication or submission year | | **Domain** | Research field and subfield | | **Paper Type** | Empirical, theoretical, survey, position paper, systems paper, etc. |
Step 1.2: Deep Reading Pass
Read the paper systematically:
1. **Abstract & Introduction** — Identify the claimed contributions and motivation 2. **Related Work** — Note how authors position their work relative to prior art 3. **Methodology** — Understand the proposed approach, model, or framework in detail 4. **Experiments / Results** — Examine datasets, baselines, metrics, and reported outcomes 5. **Discussion & Limitations** — Note any self-identified limitations 6. **Conclusion** — Compare concluded claims against actual evidence presented
Step 1.3: Key Claims Extraction
List the paper's main claims explicitly:
Claim 1: [Specific claim about contribution or finding]
Evidence: [What evidence supports this claim in the paper]
Strength: [Strong / Moderate / Weak]
Claim 2: [...]
...
Phase 2: Critical Analysis
Step 2.1: Literature Context Search
Use web search to understand the research landscape:
Search queries:
- "[paper topic] state of the art [current year]"
- "[key method name] comparison benchmark"
- "[authors] previous work [topic]"
- "[specific technique] limitations criticism"
- "survey [research area] recent advances"
Use `web_fetch` on key related papers or surveys to understand where this work fits.
Step 2.2: Methodology Assessment
Evaluate the methodology using the following framework:
| Criterion | Questions to Ask | Rating | |-----------|-----------------|--------| | **Soundness** | Is the approach technically correct? Are there logical flaws? | 1-5 | | **Novelty** | What is genuinely new vs. incremental improvement? | 1-5 | | **Reproducibility** | Are details sufficient to reproduce? Code/data available? | 1-5 | | **Experimental Design** | Are baselines fair? Are ablations adequate? Are datasets appropriate? | 1-5 | | **Statistical Rigor** | Are results statistically significant? Error bars reported? Multiple runs? | 1-5 | | **Scalability** | Does the approach scale? Are computational costs discussed? | 1-5 |
Step 2.3: Contribution Significance Assessment
Evaluate the significance level:
| Level | Description | Criteria | |-------|-------------|----------| | **Landmark** | Fundamentally changes the field | New paradigm, widely applicable breakthrough | | **Significant** | Strong contribution advancing the state of the art | Clear improvement with solid evidence | | **Moderate** | Useful contribution with some limitations | Incremental but valid improvement | | **Marginal** | Minimal advance over existing work | Small gains, narrow applicability | | **Below threshold** | Does not meet publication standards | Fundamental flaws, insufficient evidence |
Step 2.4: Strengths and Weaknesses Analysis
For each strength or weakness, provide:
- **What**: Specific observation
- **Where**: Section/figure/table reference
- **Why it matters**: Impact on the paper's claims or utility
Phase 3: Review Synthesis
Step 3.1: Assemble the Structured Review
Produce the final review using the template below.
Review Output Template
# Paper Review: [Paper Title]
## Paper Metadata
- **Authors**: [Author list]
- **Venue**: [Publication venue or preprint server]
- **Year**: [Year]
- **Domain**: [R
Read more
name: academic-paper-review description: Use this skill when the user requests to review, analyze, critique, or summarize academic papers, research articles, preprints, or scientific publications. Supports comprehensive structured reviews covering methodology assessment, contribution evaluation, literature positioning, and constructive feedback generation. Trigger on queries involving paper URLs, uploaded PDFs, arXiv links, or requests like "review this paper", "analyze this research", "summarize this study", or "write a peer review".
Academic Paper Review Skill
Overview
This skill produces structured, peer-review-quality analyses of academic papers and research publications. It follows established academic review standards used by top-tier venues (NeurIPS, ICML, ACL, Nature, IEEE) to provide rigorous, constructive, and balanced assessments.
The review covers **summary, strengths, weaknesses, methodology assessment, contribution evaluation, literature positioning, and actionable recommendations** — all grounded in evidence from the paper itself.
Core Capabilities
- Parse and comprehend academic papers from uploaded PDFs or fetched URLs
- Generate structured reviews following top-venue review templates
- Assess methodology rigor (experimental design, statistical validity, reproducibility)
- Evaluate novelty and significance of contributions
- Position the work within the broader research landscape via targeted literature search
- Identify limitations, gaps, and potential improvements
- Produce both detailed review and concise executive summary formats
- Support papers in any scientific domain (CS, biology, physics, social sciences, etc.)
When to Use This Skill
**Always load this skill when:**
- User provides a paper URL (arXiv, DOI, conference proceedings, journal link)
- User uploads a PDF of a research paper or preprint
- User asks to "review", "analyze", "critique", "assess", or "summarize" a research paper
- User wants to understand the strengths and weaknesses of a study
- User requests a peer-review-style evaluation of academic work
- User asks for help preparing a review for a conference or journal submission
Review Methodology
Phase 1: Paper Comprehension
Thoroughly read and understand the paper before forming any judgments.
Step 1.1: Identify Paper Metadata
Extract and record:
| Field | Description | |-------|-------------| | **Title** | Full paper title | | **Authors** | Author list and affiliations | | **Venue / Status** | Publication venue, preprint server, or submission status | | **Year** | Publication or submission year | | **Domain** | Research field and subfield | | **Paper Type** | Empirical, theoretical, survey, position paper, systems paper, etc. |
Step 1.2: Deep Reading Pass
Read the paper systematically:
1. **Abstract & Introduction** — Identify the claimed contributions and motivation 2. **Related Work** — Note how authors position their work relative to prior art 3. **Methodology** — Understand the proposed approach, model, or framework in detail 4. **Experiments / Results** — Examine datasets, baselines, metrics, and reported outcomes 5. **Discussion & Limitations** — Note any self-identified limitations 6. **Conclusion** — Compare concluded claims against actual evidence presented
Step 1.3: Key Claims Extraction
List the paper's main claims explicitly:
Claim 1: [Specific claim about contribution or finding] Evidence: [What evidence supports this claim in the paper] Strength: [Strong / Moderate / Weak] Claim 2: [...] ...
Phase 2: Critical Analysis
Step 2.1: Literature Context Search
Use web search to understand the research landscape:
Search queries: - "[paper topic] state of the art [current year]" - "[key method name] comparison benchmark" - "[authors] previous work [topic]" - "[specific technique] limitations criticism" - "survey [research area] recent advances"
Use `web_fetch` on key related papers or surveys to understand where this work fits.
Step 2.2: Methodology Assessment
Evaluate the methodology using the following framework:
| Criterion | Questions to Ask | Rating | |-----------|-----------------|--------| | **Soundness** | Is the approach technically correct? Are there logical flaws? | 1-5 | | **Novelty** | What is genuinely new vs. incremental improvement? | 1-5 | | **Reproducibility** | Are details sufficient to reproduce? Code/data available? | 1-5 | | **Experimental Design** | Are baselines fair? Are ablations adequate? Are datasets appropriate? | 1-5 | | **Statistical Rigor** | Are results statistically significant? Error bars reported? Multiple runs? | 1-5 | | **Scalability** | Does the approach scale? Are computational costs discussed? | 1-5 |
Step 2.3: Contribution Significance Assessment
Evaluate the significance level:
| Level | Description | Criteria | |-------|-------------|----------| | **Landmark** | Fundamentally changes the field | New paradigm, widely applicable breakthrough | | **Significant** | Strong contribution advancing the state of the art | Clear improvement with solid evidence | | **Moderate** | Useful contribution with some limitations | Incremental but valid improvement | | **Marginal** | Minimal advance over existing work | Small gains, narrow applicability | | **Below threshold** | Does not meet publication standards | Fundamental flaws, insufficient evidence |
Step 2.4: Strengths and Weaknesses Analysis
For each strength or weakness, provide:
- **What**: Specific observation
- **Where**: Section/figure/table reference
- **Why it matters**: Impact on the paper's claims or utility
Phase 3: Review Synthesis
Step 3.1: Assemble the Structured Review
Produce the final review using the template below.
Review Output Template
# Paper Review: [Paper Title] ## Paper Metadata - **Authors**: [Author list] - **Venue**: [Publication venue or preprint server] - **Year**: [Year] - **Domain**: [R
On February 28th, 2026, DeerFlow claimed the 🏆 #1 spot on GitHub Trending following the launch of version 2. Thanks a million to our incredible community — you made this happen!
Repo: bytedance/deer-flow
Other skills on deer-flow.
- /bootstrap
Generate a personalized SOUL.md through a warm, adaptive onboarding conversation. Trigger when the user wants to create, set up, or initialize their AI partner's identity — e.g., "create my SOUL.md", "bootstrap my agent", "set up my AI partner", "define who you are", "let's do
Open skill - /chart-visualization
This skill should be used when the user wants to visualize data. It intelligently selects the most suitable chart type from 26 available options, extracts parameters based on detailed specifications, and generates a chart image using a JavaScript script.
Open skill - /claude-to-deerflow
Interact with DeerFlow AI agent platform via its HTTP API. Use this skill when the user wants to send messages or questions to DeerFlow for research/analysis, start a DeerFlow conversation thread, check DeerFlow status or health, list available models/skills/agents in DeerFlow,
Open skill - /code-documentation
Use this skill when the user requests to generate, create, or improve documentation for code, APIs, libraries, repositories, or software projects. Supports README generation, API reference documentation, inline code comments, architecture documentation, changelog generation, and
Open skill - /consulting-analysis
Use this skill when the user requests to generate, create, or write professional research reports including but not limited to market analysis, consumer insights, brand analysis, financial analysis, industry research, competitive intelligence, investment due diligence, or any
Open skill - /data-analysis
Use this skill when the user uploads Excel (.xlsx/.xls) or CSV files and wants to perform data analysis, generate statistics, create summaries, pivot tables, SQL queries, or any form of structured data exploration. Supports multi-sheet Excel workbooks, aggregation, filtering,
Open skill

