| name | validation-report |
| description | Use when an agent must combine taxonomy, accession manifest, specificity, primer QC, and panel reports into a reproducible design release report. |
Validation Report
Use this as the final release gate before reporting a primer or tNGS panel as ready for review.
python agentskill/scripts/primer_panel_qc.py validation-report \
--taxonomy-report taxonomy_report.json \
--accession-manifest accession_manifest.json \
--primer-qc primer_qc.json \
--specificity-report specificity_report.json \
--panel-json pooled_panel.json \
--output validation_report.md \
--json-output validation_report.json
The report must preserve input paths, statuses, counts, warnings, and release-gate notes. Do not hide failed sections; fix upstream inputs instead.