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.db must exist with biochemistry data (use the sundhed-dk skill 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)
Related skills
Installs
2
First Seen
Feb 10, 2026