| name | literature-review-triage |
| description | Find, filter, and compare CS/EE papers across arXiv, OpenReview, Semantic Scholar, OpenAlex, venue pages, and code repos. Use when building a reading list, surveying a subfield, checking novelty, mapping SOTA, or extracting datasets, metrics, baselines, and limitations from papers. |
Literature Review Triage
Use this skill for fast, evidence-first literature review in computer science and electronic engineering.
Core Workflow
- Lock the scope before searching: task, modality, hardware setting, years, venues, and constraints.
- Search broadly first, then narrow using citations, benchmarks, and official code repos.
- Build a paper matrix with
references/review-matrix.md.
- Split papers into three buckets:
- For each kept paper, extract:
- problem,
- method,
- datasets,
- metrics,
- baselines,
- strengths,
- limitations,
- reproduction risk.
- End with a gap analysis and a recommended reading order.
Source Priorities
- Paper PDFs, venue pages, arXiv, and OpenReview.
- Official project pages and code repositories.
- Benchmark and dataset pages.
- Blog posts only for orientation, never as sole evidence.
Execution Rules
- Prefer the last 2 to 3 years unless the user asks for historical context.
- Label every important statement as one of:
- paper claim,
- code observation,
- your synthesis.
- Track negative signals explicitly: missing code, unclear hyperparameters, weak baselines, limited significance testing, or narrow hardware assumptions.
- When the user wants a polished survey section or related work prose, hand the outline and evidence table to
research-paper-writing.
- Avoid calling something SOTA unless the benchmark, split, and metric match.
Output Contract
Return:
- Query framing.
- A compact paper matrix.
- Trend synthesis.
- Gap or opportunity list.
- Recommended next reads or reproduction targets.