Loading...
Loading...
Used for header-only preflight of one DICOM series folder before conversion or inference. Not for de-identification or clinical clearance.
npx skill4agent add nvidia/skills dicom-series-preflightdicom_dirpreflight_jsonskill_manifest.yamlscripts/preflight_series.pyrun_scriptrun_script("scripts/preflight_series.py", args=[...])| Script | Purpose | Arguments |
|---|---|---|
| Primary entrypoint declared by skill_manifest.yaml. | |
runtime.side_effects.pip_packages| Error | Cause | Fix |
|---|---|---|
| Missing dependency or import error | Runtime package drift from | Install the packages declared in the manifest or use the documented setup command. |
| Empty or schema-invalid output | Wrong input path, unsupported modality, or upstream failure. | Re-run with a known fixture and inspect the wrapper JSON plus stderr. |
| Validation gate failure | Output violated a declared engineering invariant. | Keep the failed evidence pack and use the gate message to repair inputs or wrapper code. |
preflight.verdictpasswarnfailpython scripts/preflight_series.py PATH_TO_DICOM_DIRverifiers/dicom_preflight_quality_v1make run-trusted SKILL=dicom_series_preflight \
FIXTURE=skills/dicom-series-preflight/fixtures/clean_no_phi \
OUT=runs/dicom_preflight_demomake run-workflow \
WORKFLOW=examples/workflows/dicom_preflight_gate.yaml \
WORKFLOW_INPUT=skills/dicom-series-preflight/fixtures/clean_no_phi \
WORKFLOW_OUT=runs/dicom_preflight_gate