Generates professional clinical PDF reports in English from WES data with clinical interpretation summary, pharmacogenomic alerts, and follow-up recommendations.
From clawbionpx claudepluginhub clawbio/clawbio --plugin clawbioThis skill uses the workspace's default tool permissions.
examples/demo_WES_Report.mdtests/test_wes_clinical_report_en.pywes_clinical_report_en.pyProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Skill for generating professional clinical PDF reports in English from whole exome sequencing (WES) data. Designed for Novogene WES data (GATK + ANNOVAR pipeline) but adaptable to any WES pipeline with equivalent annotations.
Fire this skill when the user says any of:
Do NOT fire when:
wes-clinical-report-es)variant-annotation)clinical-variant-reporter)One skill, one task: convert WES markdown reports into professional English-language clinical PDFs with interpretation.
Page 1 (cover):
[Logo Left] [Logo Right]
+---------------------------------------------+
| Whole Exome Sequencing Report [SampleN] |
| Platform / Reference / Date |
+---------------------------------------------+
[KPIs: Total SNPs | Missense | Stopgain | Rare Damaging | ClinVar]
Results Interpretation
(auto-generated clinical summary paragraph)
Pages 2+:
1. Exome Summary
2. Clinically Significant Variants
3. Pharmacogenomics
4. Fitness and Nutrition Traits
5. Prioritised Rare Damaging Variants
6. Disease and Pathway Context
7. Methods
8. Ancestry Estimation
9. Limitations
[Disclaimer]
# Generate reports for all samples
python skills/wes-clinical-report-en/wes_clinical_report_en.py \
--report-dir /path/to/REPORTS/ \
--output-dir /path/to/PDF-EN/ \
--logo-left /path/to/logo_left.jpg \
--logo-right /path/to/logo_right.jpg
# Generate report for a single sample
python skills/wes-clinical-report-en/wes_clinical_report_en.py \
--report-dir /path/to/REPORTS/ \
--output-dir /path/to/PDF-EN/ \
--samples Sample3
# Demo with default Novogene data
python skills/wes-clinical-report-en/wes_clinical_report_en.py --demo
The skill consumes WES reports in markdown format generated by the
analysis pipeline (scripts 02-12 in ANALYSIS/SCRIPTS/). Each markdown
report must follow this structure:
# Whole Exome Sequencing Report: SampleN
> **Project** ... | **Platform** ... | ...
## 1. Exome Summary
## 2. Clinically Significant Variants
## 3. Pharmacogenomics
## 4. Fitness and Nutrition Traits
## 5. Prioritised Rare Damaging Variants
## 6. Disease and Pathway Context
## 7. Methods
ancestry_results.json in the ancestry output directory. If absent,
the section shows "No ancestry data available."ClawBio is a research and educational tool. It is not a medical device and does not provide clinical diagnoses. Consult a healthcare professional before making any medical decisions.
The agent dispatches and explains; the skill executes. The agent should not modify PDF generation logic inline. All report customisation goes through CLI flags.
variant-annotation: upstream VCF annotation feeding markdown reportsclinical-variant-reporter: ACMG classification for deeper analysiswes-clinical-report-es: Spanish language version of the same reportThis skill is private and not included in the ClawBio public catalog. It contains institutional report templates that should not be distributed publicly.