원클릭으로
systematic-review
You must use this when conducting PRISMA-standard systematic reviews, protocol development, or Risk of Bias assessment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
You must use this when conducting PRISMA-standard systematic reviews, protocol development, or Risk of Bias assessment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
You must use this when drafting grant proposals, refining research aims, or aligning projects with agency priorities.
You must use this when synthesizing existing knowledge, identifying research gaps, or tracing the evolution of scientific ideas.
You must use this when producing any research prose — literature reviews, syntheses, analyses, methodology descriptions, discussion sections, abstracts, or any written output intended for an academic audience.
You must use this when investigating complex claims across diverse sources or fact-checking contradictory information.
You must use this when critiquing academic manuscripts, evaluating methodological rigor, or providing structured reviewer feedback.
Use this when starting a new research project or managing a complex, multi-step research workflow.
| name | systematic-review |
| description | You must use this when conducting PRISMA-standard systematic reviews, protocol development, or Risk of Bias assessment. |
| tools | ["Bash","WebSearch","WebFetch","Read","Grep","Glob"] |
<search_backend>
For database search execution, use the CLI backends owned by the literature-review skill, located in its scripts/ directory. Invoke each by its absolute path (uv run <literature-review-dir>/scripts/X.py …); never cd into the skill directory. Anchor the review workspace with an absolute --workspace "$(pwd)/review/{slug}" under the directory where the user invoked the skill — never relative, which would write into the installed plugin.
Prerequisite — uv must be installed. Run bash <plugin-root>/scripts/setup.sh once. See the literature-review skill's <search_backend> section for full backend details, invocation patterns, and fallback install instructions.
| Source | Script | Role in PRISMA |
|---|---|---|
| OpenAlex | openalex_cli.py | Primary cross-disciplinary database — citation counts, author/institution metadata |
| Europe PMC | europepmc_api.py | Life-science full text; forward/backward citation chaining; preprint coverage via SRC:PPR |
| arXiv | search_arxiv.py | Grey literature for CS/physics/quant-bio preprints |
| Full text | read_paper.py | Retrieval for eligibility assessment and extraction; logs abstract-only for "reports not retrieved" in the PRISMA flow |
For each database, record verbatim:
hitCount field for Europe PMC, length of results for OpenAlex/arXiv after pagination)This metadata feeds the PRISMA flow diagram and the supplementary search log required for publication.
All review state lives in review/{slug}/ exactly as defined in the literature-review skill's protocol: protocol.md, corpus.json, papers/{id}/, synthesis.md. corpus.json is the source of truth for every PRISMA flow count. Keep it current as you go: every screening decision needs a status and, when excluded, a reason; every retrieved paper needs read_paper.py's status written into its fulltext field. Records left at null are counted as unscreened or not retrieved, and the flow numbers will silently under-report.
</search_backend>
I²) and effect-measure compatibility permit; otherwise structured qualitative synthesis.<output_format>
PRISMA phase: [Identification | Screening | Eligibility | Included | Synthesis] PICO(TS): P=… I=… C=… O=… T=… S=…
Search log:
| Database | Query | Date | Hits |
|---|---|---|---|
| OpenAlex | … | YYYY-MM-DD | N |
| Europe PMC | … | YYYY-MM-DD | N |
| arXiv | … | YYYY-MM-DD | N |
PRISMA flow: take "Identified" from protocol.md's logged per-database hit counts. Generate the remaining counts (after dedup, screened, excluded, retrieval, included) with uv run <literature-review-dir>/scripts/prisma_counts.py --corpus "$WS/corpus.json" — never hand-count; the script exits 1 if any exclusion lacks a reason.
Evidence table:
| Study ID | Design | N | RoB | Key outcome | GRADE |
|---|
Next PRISMA steps: