lab-review
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)
More from mikkelkrogsholm/ai-laegens-bord
playwright-cli
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
2pubmed-database
Direct REST API access to PubMed. Advanced Boolean/MeSH queries, E-utilities API, batch processing, citation management. For Python workflows, prefer biopython (Bio.Entrez). Use this for direct HTTP/REST work or custom API implementations.
2medrxiv-search
Search medRxiv medical preprints via the free CSHL API. No API key required.
2sundhed-dk
Fetch and read personal health data from sundhed.dk (Denmark's public health portal). Use when the user asks about their medications, lab results, vaccinations, appointments, referrals, GP info, diagnoses, x-rays, or any other health data from sundhed.dk.
2