PRISMA Systematic Literature Review
Walks a user through a PRISMA 2020 systematic review and outputs a journal-format .docx
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · 0203117
Ran a PRISMA flow-diagram mini-task end to end: the skill correctly picked Template A, flagged a missing 'reports not retrieved' count instead of guessing at it, and produced both a table version and a color-coded SVG, where an unguided baseline pass skipped the missing number and blurred the records/reports/studies distinction PRISMA requires.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What PRISMA Systematic Literature Review does
Interviews the user for search strategy, eligibility criteria, and screening numbers, then drafts a full systematic literature review manuscript mapped to all 27 PRISMA 2020 checklist items. Generates an annotated PRISMA flow diagram (table + SVG) and enforces APA 7th referencing with web-search verification of citations. Trigger on 'systematic review', 'PRISMA', 'PRISMA flow diagram', 'inclusion/exclusion criteria', or review methodology questions; it explicitly does not cover meta-analysis or statistical pooling.
How to install PRISMA Systematic Literature Review
git clone https://github.com/keemanxp/slr-prisma
cd slr-prisma
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/slr-prisma
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger PRISMA Systematic Literature Review
-
/slr-prismaWalks a user through a PRISMA 2020 systematic review and outputs a journal-format .docx
It also activates on plain-language prompts like these:
-
Walk me through a PRISMA systematic review for this research question -
Help me build the PRISMA flow diagram and inclusion criteria for my review -
Draft a systematic literature review manuscript following PRISMA 2020 checklist
Frequently asked questions
- Is the PRISMA Systematic Literature Review skill free?
- Yes. The skill itself is free from keemanxp/slr-prisma. SkillProof publishes the install command and an independent test verdict at no cost.
- Does PRISMA Systematic Literature Review work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Ran a PRISMA flow-diagram mini-task end to end: the skill correctly picked Template A, flagged a missing 'reports not retrieved' count instead of guessing at it, and produced both a table version and a color-coded SVG, where an unguided baseline pass skipped the missing number and blurred the records/reports/studies distinction PRISMA requires.
- What is the PRISMA Systematic Literature Review SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install PRISMA Systematic Literature Review?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use PRISMA Systematic Literature Review with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.