
Systematic Review
- 18 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
systematic-review is a Claude meta-skill that orchestrates a PRISMA 2020 systematic review and meta-analysis from protocol through search, screening, data extraction, and evidence synthesis.
About
This meta-skill coordinates a systematic review and meta-analysis workflow following PRISMA 2020 guidelines. A researcher uses it for evidence-based reviews, meta-analyses, or scoping reviews, moving from protocol development through multi-database search, screening, data extraction, and evidence synthesis. It integrates literature search, information extraction, and paper writing, and covers PICO framing, risk-of-bias assessment, GRADE, forest plots, and PRISMA reporting.
- Meta-skill orchestrating a seven-step PRISMA 2020 systematic review and meta-analysis
- Covers protocol (PICO), multi-database search, two-stage screening, and data extraction
- Risk-of-bias (RoB 2, ROBINS-I), GRADE certainty, forest plots, and PRISMA flow diagrams
Systematic Review by the numbers
- 18 all-time installs (skills.sh)
- Ranked #1,276 of 2,065 Data Science & ML skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
systematic-review capabilities & compatibility
- Capabilities
- research · orchestration · documentation
- Use cases
- research · orchestration · documentation
What systematic-review says it does
Orchestrates a systematic review and meta-analysis workflow following PRISMA 2020 guidelines
Formulate the research question using the PICO framework
Apply appropriate tools (RoB 2 for RCTs, ROBINS-I for non-randomized, Newcastle-Ottawa)
npx skills add https://github.com/beita6969/scienceclaw --skill systematic-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 18 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Run a PRISMA 2020 systematic review or meta-analysis from protocol through screening to evidence synthesis.
Who is it for?
Conducting evidence-based systematic reviews, meta-analyses, or scoping reviews.
Skip if: Single-study analysis or narrative literature surveys.
When should I use this skill?
You are conducting a systematic review or meta-analysis following PRISMA guidelines.
What you get
A PRISMA-compliant review with a flow diagram, risk-of-bias assessment, forest plots, and GRADE-rated findings.
- PRISMA flow diagram
- study characteristics table
- forest plot
By the numbers
- 7-step review workflow
- PRISMA 2020 guidelines
- Integrates 3 specialized skills
Files
Systematic Review (Meta Skill)
This meta-skill coordinates a complete systematic review pipeline following PRISMA 2020 guidelines. It integrates multi-database literature searching, structured screening, information extraction, quantitative synthesis, and standardized reporting into a rigorous evidence review workflow by combining three specialized skills.
Workflow
Step 1: Protocol Development
Define the review protocol before conducting any searches:
- Formulate the research question using the PICO framework
(Population, Intervention, Comparator, Outcome)
- Establish inclusion and exclusion criteria with explicit justification
- Define the search strategy: databases, date range, language restrictions
- Specify outcome measures and effect size metrics
- Pre-register the protocol (PROSPERO or OSF recommended)
- Document any planned sensitivity or subgroup analyses
Step 2: Multi-Database Systematic Search
Execute comprehensive searches across multiple bibliographic databases:
- PubMed/MEDLINE: Biomedical and clinical literature via structured MeSH queries
- arXiv: Preprints in quantitative and computational fields
- Semantic Scholar: AI-augmented citation graph and full-text search
- CrossRef: DOI-based metadata and cross-publisher discovery
- Construct database-specific search strings from the master strategy
- Document exact queries, dates, result counts; deduplicate exports
- Supplement with citation chaining (forward and backward) on key papers
Step 3: Screening and Eligibility Assessment
Apply a two-stage screening process to identify eligible studies:
- Title/abstract screening: Apply inclusion criteria, flag uncertain cases
- Full-text assessment: Evaluate against all criteria, document exclusion reasons
- Track inter-rater agreement (Cohen's kappa) if multiple reviewers
- Maintain a log of all screening decisions for the PRISMA flow diagram
- Resolve disagreements through discussion or third-reviewer arbitration
Step 4: Structured Data Extraction
Extract pre-defined data elements from each included study:
- Study characteristics: design, setting, sample size, follow-up duration
- Population, intervention, comparator: demographics, dosage, duration
- Outcomes and results: endpoints, effect estimates, confidence intervals
- Quality indicators: randomization method, blinding, attrition, funding
Use ScienceClaw information extraction to assist with structured data capture from PDF full texts, reducing manual effort and transcription errors.
Step 5: Risk of Bias and Quality Assessment
Evaluate methodological quality of each included study:
- Apply appropriate tools (RoB 2 for RCTs, ROBINS-I for non-randomized, Newcastle-Ottawa)
- Assess each domain: selection, performance, detection, attrition, reporting
- Generate risk-of-bias summary figures (traffic light plots)
- Evaluate overall certainty of evidence using GRADE framework
- Document judgments with supporting quotations from study texts
Step 6: Meta-Analysis and Evidence Synthesis
Perform quantitative synthesis when studies are sufficiently homogeneous:
- Calculate standardized effect sizes (SMD, OR, RR, HR as appropriate)
- Fit random-effects or fixed-effects meta-analysis models
- Generate forest plots with study-level and pooled estimates
- Assess heterogeneity: I-squared statistic, Cochran's Q test, tau-squared
- Subgroup and sensitivity analyses: leave-one-out, trim-and-fill, funnel plots
Step 7: PRISMA Reporting and Final Output
Compile the review following PRISMA 2020 reporting standards:
- PRISMA flow diagram with identification, screening, eligibility, inclusion counts
- Characteristics of included studies table
- Risk-of-bias summary and individual study assessments
- Forest plots, funnel plots, and subgroup analysis figures
- Summary of findings table with GRADE certainty ratings
- Complete PRISMA 2020 checklist (Page et al., BMJ 2021;372:n71) cross-referenced
to report sections
Integration Points
- literature-search -- Multi-database querying, deduplication, citation chaining, export
- scienceclaw-ie -- Structured data extraction from PDFs, entity recognition, table parsing
- paper-writing -- PRISMA-compliant report generation, figure formatting, reference management
Output Formats
- PRISMA flow diagram: Study counts at each screening stage with exclusion reasons
- Study characteristics table: Design, population, intervention, outcomes per study
- Forest plot: Effect sizes with CIs, weights, pooled estimate, heterogeneity stats
- Risk-of-bias table: Domain-level judgments per study with traffic light visualization
- Summary of findings: GRADE-rated evidence table for each outcome
- Full report: PRISMA 2020 compliant manuscript with all required sections
PRISMA 2020 Checklist Reference
This workflow aligns with the PRISMA 2020 statement (Page et al., BMJ 2021;372:n71). The 27-item checklist spans title through other information, and each workflow step maps to specific checklist items to ensure completeness.
Best Practices
1. Register the protocol before beginning searches to reduce reporting bias 2. Use at least two independent reviewers for screening and extraction 3. Document every decision point for full transparency and reproducibility 4. Never modify inclusion criteria after seeing search results without justification 5. Report all pre-planned analyses regardless of statistical significance 6. Use GRADE to rate certainty of evidence for each outcome separately 7. Clearly distinguish direct evidence from indirect comparisons 8. Acknowledge limitations in study-level quality and review-level methodology 9. Update the review when substantial new evidence becomes available 10. Make extracted data and analysis code publicly available when possible
Related skills
FAQ
What guideline does it follow?
PRISMA 2020 guidelines, producing a PRISMA flow diagram and complete PRISMA 2020 checklist.
What quality tools does it use?
RoB 2 for RCTs, ROBINS-I for non-randomized studies, Newcastle-Ottawa, and GRADE for certainty of evidence.