Loading...
Loading...
Extract structured review themes from any input source: supports files (PDF/Word/Markdown/Tex), folders, images, natural language descriptions, web URLs, etc.; automatically identifies input types and extracts content; generates structured output of "Theme + Keywords + Core Questions" which can be directly used for systematic-literature-review and other literature review skills.
npx skill4agent add huangwb8/chineseresearchlatex get-review-theme{Input Source}{Output Format}textyamljson| Input Type | Identification Criteria | Processing Priority |
|---|---|---|
| Natural Language Description | Plain text that is not a URL/path | P0 |
| Image | File extensions: | P0 |
| URL | Starts with | P1 |
| Text File | Extensions: | P1 |
| PDF File | Extension: | P1 |
| Word File | Extensions: | P2 |
| Folder | Path points to a directory | P2 |
| Input Type | Extraction Method | Tool | Notes |
|---|---|---|---|
| Natural Language | Direct use | None | No extraction needed |
| Image | LLM Visual Understanding | LLM Native Capability | Analyze image content directly |
| URL | Web Content Extraction | | Fallback: Prompt user to copy content |
| Text File | Read | | Standard Claude Code tool |
| Text Extraction | | Natively supported by Claude Code | |
| Word | Text Extraction | | Prompt conversion if failed |
| Folder | Recursive Scanning | | Scan and merge |
Please analyze the following content and extract structured review themes.
【Input Content】
{Extracted Content}
【Output Requirements】
Output in the following format:
Theme: {One-sentence summary, can be in Chinese or English, including research object + core question/method}
Keywords: {5-10 English keywords, using standard academic terms, separated by commas or顿号}
Core Questions: {2-5 specific questions or challenges, separated by commas or顿号}
【Quality Requirements】
- Theme: Concise and clear, including research object + core question/method, avoid being too broad
- Keywords: In English, prioritize standard terms commonly used in retrieval (e.g., MeSH, ACM CCS)
- Core Questions: Specific rather than general, reflecting real challenges in the field
【Output Example】
Theme: Clinical transcriptome missing data processing methods
Keywords: missing data、imputation、unmeasured genes、batch effect、cross-platform normalization
Core Questions: Platform gene set differences、unmeasured genes、high missing rate scenariosTheme: {Theme Text}
Keywords: {Keyword 1}、{Keyword 2}、...
Core Questions: {Question 1}、{Question 2}、...topic: "{Theme Text}"
keywords:
- "{Keyword 1}"
- "{Keyword 2}"
core_questions:
- "{Question 1}"
- "{Question 2}"{
"topic": "{Theme Text}",
"keywords": ["{Keyword 1}", "{Keyword 2}"],
"core_questions": ["{Question 1}", "{Question 2}"]
}| Error Scenario | Handling Method |
|---|---|
| File does not exist | Prompt user to provide correct path or paste content |
| File format not supported | List supported formats and suggest conversion |
| Content extraction failed | Fallback solution: Prompt user to manually provide content |
| Image content cannot be understood | Prompt user to describe image content or provide text version |
| URL parsing failed | Prompt user to copy web content or provide PDF version |
| Theme generation failed | Prompt user to provide more context or simplify input |
systematic-literature-reviewUser: Analyze this file /path/to/paper.pdf, then do a review with systematic-literature-review
AI Execution Flow:
1. Call get-review-theme to analyze the PDF
2. Obtain structured theme
3. Extract the "Theme" field
4. Pass to systematic-literature-review
5. Execute literature review process{Theme}systematic-literature-reviewUser: Help me extract a review theme from this sentence: "I want to understand the application of deep learning in medical imaging, especially cancer diagnosis"
AI Output:
Theme: Application of deep learning in medical imaging for cancer diagnosis
Keywords: deep learning、medical imaging、cancer diagnosis、computer-aided detection、convolutional neural network
Core Questions: Few-shot learning、model interpretability、multi-modal data fusionUser: Extract review theme from this Markdown file: /path/to/notes.md
AI Execution:
1. Use Read tool to read the file
2. Analyze content
3. Output structured themeUser: Analyze this image and extract review theme: /path/to/figure.png
AI Execution:
1. Use LLM visual capability to analyze the image
2. Understand content in the image (e.g., research framework diagram, conceptual diagram)
3. Output structured themeUser: Extract review theme from this webpage: https://example.com/research
AI Execution:
1. Use MCP Web Reader to extract web content
2. Analyze core content
3. Output structured themeUser: Analyze this paper and extract review theme: /path/to/paper.pdf
AI Execution:
1. Use Read tool to read the PDF
2. Analyze title, abstract, and main text
3. Output structured themeUser: Extract review theme from this folder: /path/to/research-folder
AI Execution:
1. Use Glob to scan .md/.txt/.pdf files in the folder
2. Recursively read and merge content
3. Output comprehensive structured themeUser: Extract theme from /path/to/document.pdf and output in YAML format
AI Output:
topic: "Application of deep learning in medical imaging for cancer diagnosis"
keywords:
- "deep learning"
- "medical imaging"
- "cancer diagnosis"
core_questions:
- "Few-shot learning"
- "Model interpretability"
- "Multi-modal data fusion"