← ClaudeAtlas

review-writinglisted

Use this skill when the user asks to write a literature review, review article, or 综述 based on an outline. Trigger keywords: "写综述", "write review", "综述写作", "按大纲写", "逐节写", "review section", "写第N节". This skill orchestrates the ENTIRE review writing process from outline to finished manuscript.
beita6969/ScienceClaw · ★ 840 · Code & Development · score 82
Install: claude install-skill beita6969/ScienceClaw
# Review Writing — 学术综述逐节写作方法论 Use this skill when the user asks to write a literature review, review article, or 综述 based on an outline. Trigger keywords: "写综述", "write review", "综述写作", "按大纲写", "逐节写", "review section", "写第N节". This skill orchestrates the ENTIRE review writing process from outline to finished manuscript. **This skill calls `academic-literature-search` skill for all search and citation operations. Read that skill first if not already loaded.** **Tool routing**: PubMed operations → MCP tools (`pubmed_search_articles`, `pubmed_fetch_contents`, `pubmed_article_connections`). arXiv search, GB/T 7714 formatting, citation processing → Python code. See `academic-literature-search` for the complete routing table and code templates. --- ## Architecture: Why Section-by-Section A full review (12,000–15,000 words, 100–130 references) CANNOT be written in one pass due to context window limits. The correct approach: ``` Outline → [Phase 0: Validate & Revise outline] → [Phase 1..N: Per-section pipeline] → [Final: Assemble full review] Each section is an independent unit of work: Search → Filter → Group → Write → Cite → Save to file ↓ section_N.md (persisted immediately) Final assembly reads all section files → cross-section dedup → unified numbering ``` --- ## Phase 0: Outline Validation & Revision (大纲验证与修订) **DO NOT skip this phase.** No outline is perfect before reading th