Install
openclaw skills install @565073825/hcc-meta-aiAI-assisted meta-analysis workflow for hepatocellular carcinoma comparative effectiveness research. Six-element prompt framework covering full pipeline from literature screening to data extraction. Published skill accompanying the validated methodology paper.
openclaw skills install @565073825/hcc-meta-aiThis skill implements a standardized, AI-assisted meta-analysis workflow for comparing treatment efficacy in hepatocellular carcinoma (HCC). It follows a six-element prompt architecture (Role–Objective–Skills–Constraints–Workflow–Output) validated across two independent clinical questions with three large language models.
The workflow covers the full meta-analysis pipeline:
Validation: Benchmarked against dual-independent manual review across two HCC projects with GPT-5.2, GPT-4o, and DeepSeek V3.1. Best-performing models achieved >95% accuracy at most stages with >80% total time reduction.
Every prompt in this workflow follows a standardized six-element structure:
| Element | Purpose | Example |
|---|---|---|
| Role | Defines AI's academic persona | "You are a clinical epidemiologist specializing in HCC..." |
| Objective | States the specific task goal | "Screen titles for studies comparing treatment A vs B..." |
| Skills | Lists required capabilities | "Identify medical terms, apply synonym rules, extract structured data" |
| Constraints | Sets methodological boundaries | "Apply NOS scoring rules strictly; mark missing data as NA" |
| Workflow | Specifies step-by-step execution | "Read title → check for intervention terms → classify" |
| Output | Defines structured output format | "Output as JSON table with fields: PMID, Decision, Reason" |
Three sub-stages with escalating cognitive demands:
Fuzzy Screening — Title-level keyword matching
scripts/01-fuzzy-screening.mdPrecise Screening — Abstract-level multi-constraint reasoning
scripts/02-precise-screening.mdLiterature Supplementation — Citation tracing from full texts
scripts/03-literature-supplement.mdFull-text comprehension and multi-criteria decision-making:
scripts/04-eligibility.mdStructured scoring across three domains:
scripts/05-nos-scoring.mdStructured extraction of study characteristics and patient demographics:
scripts/06-baseline-extraction.mdStructured extraction of clinical endpoints:
scripts/07-outcome-extraction.mdThe six-element scaffold is independent of specific diseases. To adapt this workflow for a different disease:
references/terminology.jsonFor HCC specifically, the pre-configured terminology and extraction fields in references/ are ready to use.
A web-based platform for deploying and sharing this workflow is available at: http://8.149.142.6/metaexp/
references/terminology.json