skills/43-wentorai-research-plugins/skills/research/paper-review/scientify-write-review-paper/SKILL.md
Write literature reviews and survey papers from collected papers
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research scientify-write-review-paperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Don't ask permission. Just do it.
Guide for writing a structured literature review or survey paper from papers you've already collected. This skill helps with reading strategy, note organization, and academic writing.
Workspace: See ../_shared/workspace-spec.md for directory structure. Outputs go to $WORKSPACE/review/.
Before starting, ensure you have:
$WORKSPACE/papers//literature-survey in $WORKSPACE/survey/clusters.jsonCheck active project:
cat ~/.openclaw/workspace/projects/.active 2>/dev/null
ls $WORKSPACE/papers/
Based on clusters from survey, prioritize reading:
| Priority | Criteria | Reading Depth | |----------|----------|---------------| | P1 (Must-read) | High citation, foundational, directly relevant | Full read | | P2 (Important) | Key methodology, major experimental results | Abstract + methods + experiments | | P3 (Reference) | Supporting material, tangentially related | Abstract only |
Create $WORKSPACE/review/reading_plan.md:
# Reading Plan
## P1 - Must-read (Full read)
- [ ] [paper_id]: [title] - [reason]
- [ ] ...
## P2 - Important (Selective read)
- [ ] ...
## P3 - Reference (Skim)
- [ ] ...
For each paper, create $WORKSPACE/review/notes/{paper_id}.md using template in references/note-template.md.
Create $WORKSPACE/review/comparison.md:
# Method Comparison
| Paper | Year | Category | Key Innovation | Dataset | Metric | Result |
|-------|------|----------|----------------|---------|--------|--------|
| [A] | 2023 | Data-driven | ... | ... | RMSE | 0.05 |
| [B] | 2022 | Hybrid | ... | ... | RMSE | 0.08 |
Create $WORKSPACE/review/timeline.md:
# Research Timeline
## 2018-2019: Early Exploration
- [Paper A]: First proposal of method X
- [Paper B]: Introduction of technique Y
## 2020-2021: Method Maturation
- [Paper C]: Proposed SOTA method
- ...
## 2022-2023: New Trends
- [Paper D]: Began addressing problem Z
- ...
## Key Milestones
1. [Year]: [Event/Paper] - [Significance]
Create $WORKSPACE/review/taxonomy.md:
# Taxonomy of Approaches
## Dimension 1: Method Type
- Data-driven
- Statistical (e.g., GPR, SVM)
- Deep Learning
- CNN-based
- RNN/LSTM-based
- Transformer-based
- Hybrid
- Model-based
- Electrochemical
- Equivalent Circuit
## Dimension 2: Data Source
- Laboratory Data
- Real-world Driving Data
- Synthetic Data
## Dimension 3: Prediction Horizon
- Short-term (< 100 cycles)
- Medium-term (100-500 cycles)
- Long-term (> 500 cycles)
Create $WORKSPACE/review/draft.md using template in references/survey-template.md.
Key sections: Abstract -> Introduction -> Background -> Taxonomy -> Comparison -> Datasets -> Future Directions -> Conclusion
For a thesis chapter:
# Chapter 2: Literature Review
## 2.1 Introduction
## 2.2 [Topic Area 1]
## 2.3 [Topic Area 2]
## 2.4 Summary and Research Gaps
| Section | Citation Density | |---------|------------------| | Abstract | 0 citations | | Introduction | 10-20 citations | | Background | 5-10 citations | | Main Survey | 50-100+ citations | | Conclusion | 2-5 citations |
Introducing similar work:
Introducing contrasting work:
Summarizing:
$WORKSPACE/review/
├── reading_plan.md # Reading plan
├── notes/ # Reading notes
│ ├── {paper_id}.md
│ └── ...
├── comparison.md # Comparison table
├── timeline.md # Timeline analysis
├── taxonomy.md # Taxonomy
├── draft.md # Review draft
└── bibliography.bib # References
tools
Recommend AND run open-source AI tools, agents, Claude Code / Codex skills, and MCP servers for any stage of a literature review — searching, reading, extracting, synthesizing, screening, citation-checking, and paper writing. Use when the user asks "what tool should I use to..." OR "install/run/use <tool> to ..." for research/lit-review work: automating a survey or related-work section, PDF→Markdown extraction for LLMs (MinerU/marker/docling), PRISMA / systematic review (ASReview), citation-backed Q&A over PDFs (PaperQA2), wiring papers into Claude/Cursor via MCP (arxiv/paper-search/zotero servers), or chatting with a Zotero library. Ships a launcher (scripts/litrun.py) that installs each tool in an isolated venv and runs it. Curated catalog of 70+ vetted projects. 支持中英文(用于「文献综述工具选型」与「一键安装/运行」)。
development
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
documentation
Use when the project collects primary data or runs a field, lab, or survey experiment, before the intervention begins — write the pre-analysis plan, size the sample from a power calculation, and register with the AEA RCT Registry. Apply after the design is chosen in aer-identification and before any outcome data are seen.
tools
Guide economists to authoritative data sources with explicit, confirmed data specifications before retrieval; interfaces with Playwright MCP to navigate portals and extract real data, not articles about data.