بنقرة واحدة
literature-review
Build or audit a literature review: evidence map, gaps, synthesis plan.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build or audit a literature review: evidence map, gaps, synthesis plan.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Scaffold or audit an entire research project repository organized around its source library. Use whenever the user is starting, structuring, organizing, or reviewing a whole project — "set up a research repo", "how should I structure/organize this project", "initialize my sources folder", "new paper or literature-review project", "audit my repo structure", "is my sources folder set up right", "check my project layout". Builds the full tree from the sources spine outward — sources/{og,md,unprocessed}, references.bib, a PDF→Markdown convert script (OpenDataLoader PDF), a process-source intake command, CLAUDE.md/AGENTS.md, .gitignore, .venv — plus the analysis, manuscript, and review folders; or audits an existing repo and reports what is present, partial, or missing. NOT for intaking or converting a single PDF (use process-source) or building a publication replication package (use replication-package).
LLM token logprobs and calibration: per-decision confidence, ECE, Brier, reliability diagrams, low-confidence triage.
LLM council/panel voting: multi-model coders, consensus rules, inter-rater agreement (kappa, alpha), correlated-error diagnostics.
Compare OCR systems before a bulk run: candidate set, stratified ground truth, CER/WER, normalization, per-language and per-stratum accuracy.
Fact-check a manuscript's claims against the cited sources themselves: locate each source's knowledge-base Markdown file and verify the in-text claim is actually supported. Runs a pre-flight gate that refuses unless a per-source Markdown knowledge base exists and is clean (PDFs converted via process-source); then runs citation-check; then audits claim support, overclaiming, direction, scope, and misattribution.
Audit citation existence and fabrication risk, in-text/reference parity, DOIs, claim support, and style.
| name | literature-review |
| description | Build or audit a literature review: evidence map, gaps, synthesis plan. |
This is an original Open Science Skills workflow for experimental and computational social science. It remixes high-level ideas from Cheng-I Wu's Academic Research Skills for Claude Code (CC BY-NC 4.0), especially evidence mapping, source verification, and mode separation between narrative literature review and formal systematic review. It is not a full ARS pipeline and should not copy ARS prose.
Decide what the user needs:
Default to a narrative/evidence-map review unless the user explicitly asks for a systematic review, meta-analysis, or PRISMA-compliant output.
If the user does want a systematic review, be explicit about what this skill can and cannot do: steps 2-7 below produce the protocol scaffold -- question, boundaries, search strings, inclusion/exclusion criteria, and the evidence-map structure -- but exhaustive multi-database screening, dual-coder risk-of-bias assessment, and PRISMA flow accounting require dedicated tooling and human coders. Deliver the protocol scaffold, recommend registering it (PROSPERO or OSF), and point the user at screening tools (e.g., Covidence, ASReview) for the systematic phase.
Before summarizing papers, specify:
If the user only gives a broad topic, first produce a short scoping memo with 2-4 possible review boundaries rather than writing a generic review.
Use the user's supplied sources first. Then identify obvious missing source classes:
Run citation-check when the source list is large, messy, DOI-heavy, or likely to contain stale working papers.
For each important source, record:
Do not produce chronological "Author A says X, Author B says Y" prose unless chronology is theoretically important.
Organize sources into 3-6 clusters. Prefer conceptual or mechanism clusters over method-only clusters:
For each cluster, state what is settled, what is contested, and what would change the interpretation.
Write a gap verdict:
When the gap is weak, propose a better contribution frame rather than only criticizing it.
narrative-building after the evidence map exists to turn the review into the "Why-to-If-Then" funnel.hypothesis-building when the review implies falsifiable expectations and estimands.pre-registration-writing when the review supports confirmatory hypotheses.methods-reporting when reviewing how prior studies report designs, sample flow, and transparency.journal-review when auditing someone else's manuscript for novelty and placement.Produce a Literature Review Evidence Map:
# Literature Review Evidence Map
Review question:
Scope and exclusions:
Search/source base:
Gap verdict: Holds / Partly holds / Does not hold / Cannot assess
## Closest Prior Work
| Source | What it actually establishes | Boundary | Relation to user's claim |
## Evidence Clusters
### Cluster 1: <name>
Settled:
Contested:
Missing:
Key sources:
## Contribution Diagnosis
Claimed gap:
Verdict:
Better contribution frame:
## Literature Review Architecture
1. <section purpose>
2. <section purpose>
3. <section purpose>
## Sentences the Review Must Earn
- <sentence-level claim that needs source support>
## Sources Needing Verification
| Source | Why |
citation-check was invoked or recommended when source integrity was uncertain.narrative-building.