Source: https://github.com/aipoch/medical-research-skills
Medical Imaging AI Literature Review Skill
Write comprehensive literature reviews following a systematic 7-phase workflow.
Quick Start
Initialize project with three core files:
CLAUDE.md - Writing guidelines and terminology
IMPLEMENTATION_PLAN.md - Staged execution plan
manuscript_draft.md - Main manuscript
Follow the 7-phase workflow (see references/WORKFLOW.md)
Use domain-specific templates (see references/DOMAINS.md)
Core Principles
Writing Style
- Hedging language: "may", "suggests", "appears to", "has shown promising results"
- Avoid absolutes: Never say "X is the best method"
- Citation support: Every claim needs reference
- Limitations: Each method section needs a Limitations paragraph
Required Elements
- Key Points box (3-5 bullets) after title
- Comparison table for each major section
- Performance metrics: Dice (0.XXX), HD95 (X.XX mm)
- Figure placeholders with detailed captions
- References: 80-120 typical, organized by topic
Paragraph Structure
Topic sentence (main claim)
→ Supporting evidence (citations + data)
→ Analysis (critical evaluation)
→ Transition to next paragraph
Literature Sources
Use multi-source strategy for comprehensive coverage:
| Source |
Best For |
Tools |
| ArXiv |
Latest DL methods, preprints |
search_papers, read_paper |
| PubMed |
Clinical validation, peer-reviewed |
pubmed_search_articles |
| Zotero |
Existing library, organized refs |
zotero_search_items |
For MCP configuration details, see references/MCP_SETUP.md.
Standard Review Structure
# [Title]: State of the Art and Future Directions
## Key Points
- [3-5 bullets summarizing main findings]
## Abstract
## 1. Introduction
### 1.1 Clinical Background
### 1.2 Technical Challenges
### 1.3 Scope and Contributions
## 2. Datasets and Evaluation Metrics
### 2.1 Public Datasets (Table 1)
### 2.2 Evaluation Metrics
## 3. Deep Learning Methods
### 3.1 [Category 1]
### 3.2 [Category 2]
(Table 2: Method Comparison)
## 4. Downstream Applications
## 5. Commercial Products & Clinical Translation (Table 3)
## 6. Discussion
### 6.1 Current Limitations
### 6.2 Future Directions
## 7. Conclusion
## Input Validation
This skill accepts requests that match the documented purpose of `medical-imaging-review` and include enough context to complete the workflow safely.
Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:
> `medical-imaging-review` only handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.
## References
Method Description Template
### 3.X [Method Category]
[1-2 paragraph introduction with motivation]
**[Method Name]:** [Author] et al. [ref] proposed [method], which [innovation]:
- [Key component 1]
- [Key component 2]
Achieves Dice of X.XX on [dataset].
**Limitations:** Despite advantages, [category] methods face:
(1) [limit 1]; (2) [limit 2].
Citation Patterns
# Data citation
"...achieved Dice of 0.89 [23]"
# Method citation
"Gu et al. [45] proposed..."
# Multi-citation
"Several studies demonstrated... [12, 15, 23]"
# Comparative
"While [12] focused on..., [15] addressed..."
Reference Files
| File |
Purpose |
| references/WORKFLOW.md |
Detailed 7-phase workflow |
| references/TEMPLATES.md |
CLAUDE.md and IMPLEMENTATION_PLAN.md templates |
| references/DOMAINS.md |
Domain-specific method categories |
| references/MCP_SETUP.md |
MCP server configuration |
| references/QUALITY_CHECKLIST.md |
Pre-submission quality checklist |
Error Handling
- If required inputs are missing, state exactly which fields are missing and request only the minimum additional information.
- If the task goes outside the documented scope, stop instead of guessing or silently widening the assignment.
- If execution fails, report the failure point, summarize what can still be completed safely, and provide a manual fallback.
- Do not fabricate files, citations, data, search results, or execution outcomes.
1---2name: medical-imaging-review3description: Write comprehensive literature reviews for medical imaging AI research. Use when writing survey papers, systematic reviews, or literature analyses on topics like segmentation, detection, classification in CT, MRI, X-ray, ultrasound, or pathology imaging. Triggers on requests f...4license: MIT5---6> **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills)789# Medical Imaging AI Literature Review Skill1011Write comprehensive literature reviews following a systematic 7-phase workflow.1213## Quick Start14151. **Initialize project** with three core files:16 - `CLAUDE.md` - Writing guidelines and terminology17 - `IMPLEMENTATION_PLAN.md` - Staged execution plan18 - `manuscript_draft.md` - Main manuscript19202. **Follow the 7-phase workflow** (see [references/WORKFLOW.md](references/WORKFLOW.md))21223. **Use domain-specific templates** (see [references/DOMAINS.md](references/DOMAINS.md))2324---2526## Core Principles2728### Writing Style29- **Hedging language**: "may", "suggests", "appears to", "has shown promising results"30- **Avoid absolutes**: Never say "X is the best method"31- **Citation support**: Every claim needs reference32- **Limitations**: Each method section needs a Limitations paragraph3334### Required Elements35- **Key Points box** (3-5 bullets) after title36- **Comparison table** for each major section37- **Performance metrics**: Dice (0.XXX), HD95 (X.XX mm)38- **Figure placeholders** with detailed captions39- **References**: 80-120 typical, organized by topic4041### Paragraph Structure42```43Topic sentence (main claim)44 → Supporting evidence (citations + data)45 → Analysis (critical evaluation)46 → Transition to next paragraph47```4849---5051## Literature Sources5253Use multi-source strategy for comprehensive coverage:5455| Source | Best For | Tools |56|--------|----------|-------|57| ArXiv | Latest DL methods, preprints | `search_papers`, `read_paper` |58| PubMed | Clinical validation, peer-reviewed | `pubmed_search_articles` |59| Zotero | Existing library, organized refs | `zotero_search_items` |6061For MCP configuration details, see [references/MCP_SETUP.md](references/MCP_SETUP.md).6263---6465## Standard Review Structure6667```markdown68# [Title]: State of the Art and Future Directions6970## Key Points71- [3-5 bullets summarizing main findings]7273## Abstract7475## 1. Introduction76### 1.1 Clinical Background77### 1.2 Technical Challenges78### 1.3 Scope and Contributions7980## 2. Datasets and Evaluation Metrics81### 2.1 Public Datasets (Table 1)82### 2.2 Evaluation Metrics8384## 3. Deep Learning Methods85### 3.1 [Category 1]86### 3.2 [Category 2]87(Table 2: Method Comparison)8889## 4. Downstream Applications9091## 5. Commercial Products & Clinical Translation (Table 3)9293## 6. Discussion94### 6.1 Current Limitations95### 6.2 Future Directions9697## 7. Conclusion9899100## Input Validation101102This skill accepts requests that match the documented purpose of `medical-imaging-review` and include enough context to complete the workflow safely.103104Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:105106> `medical-imaging-review` only handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.107108## References109```110111---112113## Method Description Template114115```markdown116### 3.X [Method Category]117118[1-2 paragraph introduction with motivation]119120**[Method Name]:** [Author] et al. [ref] proposed [method], which [innovation]:121- [Key component 1]122- [Key component 2]123Achieves Dice of X.XX on [dataset].124125**Limitations:** Despite advantages, [category] methods face:126(1) [limit 1]; (2) [limit 2].127```128129---130131## Citation Patterns132133```markdown134# Data citation135"...achieved Dice of 0.89 [23]"136137# Method citation138"Gu et al. [45] proposed..."139140# Multi-citation141"Several studies demonstrated... [12, 15, 23]"142143# Comparative144"While [12] focused on..., [15] addressed..."145```146147---148149## Reference Files150151| File | Purpose |152|------|---------|153| [references/WORKFLOW.md](references/WORKFLOW.md) | Detailed 7-phase workflow |154| [references/TEMPLATES.md](references/TEMPLATES.md) | CLAUDE.md and IMPLEMENTATION_PLAN.md templates |155| [references/DOMAINS.md](references/DOMAINS.md) | Domain-specific method categories |156| [references/MCP_SETUP.md](references/MCP_SETUP.md) | MCP server configuration |157| [references/QUALITY_CHECKLIST.md](references/QUALITY_CHECKLIST.md) | Pre-submission quality checklist |158159## Error Handling160161- If required inputs are missing, state exactly which fields are missing and request only the minimum additional information.162- If the task goes outside the documented scope, stop instead of guessing or silently widening the assignment.163- If execution fails, report the failure point, summarize what can still be completed safely, and provide a manual fallback.164- Do not fabricate files, citations, data, search results, or execution outcomes.