lab-review
Installation
SKILL.md
Lab Review — Prøvesvar vs. Forskning
This skill compares your lab results (from data/sundhed-dk/health.db) against current medical research from PubMed (peer-reviewed) and medRxiv (preprints). It generates a Danish-language markdown report highlighting where your values differ from evidence-based optimal ranges (which often differ from standard lab reference ranges).
Prerequisites
data/sundhed-dk/health.dbmust exist with biochemistry data (use thesundhed-dkskill to fetch it first)
CRITICAL: Script Path Resolution
The scripts below are relative to this skill's installation directory.
Before running any command, locate the scripts:
EXTRACT_SCRIPT=$(find ~/.claude -name "extract-markers" -path "*/lab-review/*/scripts/extract-markers" -type f 2>/dev/null | head -1)
REVIEW_SCRIPT=$(find ~/.claude -name "review-marker" -path "*/lab-review/*/scripts/review-marker" -type f 2>/dev/null | head -1)