Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Run CPU-only fluorosim smoke tests (imports, preprocessing, CLI parsers). Use when asked to smoke-test catheter navigation in CI or without a GPU.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-20 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 12% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -19% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -18% | 0% |
Run CPU-only unit smoke tests for fluorosim components and entrypoint parsers, safe for CI without a GPU. Exercises imports, CT->mu preprocessing, parser sanity, and conditional viewport import checks.
bashROOT="${I4H_WORKFLOWS:-$(git rev-parse --show-toplevel 2>/dev/null)}" if [ ! -d "$ROOT/workflows/catheter_navigation" ]; then ROOT="${I4H_WORKFLOWS:-$HOME/i4h-workflows}" [ -d "$ROOT/workflows/catheter_navigation" ] || git clone https://github.com/isaac-for-healthcare/i4h-workflows "$ROOT" fi export I4H_WORKFLOWS="$ROOT"; cd "$ROOT"
bashREPO_ROOT="${I4H_WORKFLOWS:-$(git rev-parse --show-toplevel 2>/dev/null)}"; [ -d "$REPO_ROOT/workflows/catheter_navigation" ] || REPO_ROOT="$HOME/i4h-workflows" WF_ROOT="${REPO_ROOT}/workflows/catheter_navigation" RUN_DIR="${WF_ROOT}/runs/smoke_$(date +%Y%m%d_%H%M%S)" mkdir -p "${RUN_DIR}/logs" ln -sfn "${RUN_DIR}" "${WF_ROOT}/runs/.latest" python3 -m unittest workflows/catheter_navigation/tests/test_fluorosim_smoke.py \ 2>&1 | tee "${RUN_DIR}/logs/smoke.log"
textRan N tests in ...s OK
Parser error lines on stderr from negative CLI tests are expected - not failures.
bashgrep -E "Ran [0-9]+ tests" "${RUN_DIR}/logs/smoke.log" grep "OK" "${RUN_DIR}/logs/smoke.log"
workflows/catheter_navigation/requirements.txt).
ensure the active venv has catheter workflow dependencies installed.
coverage is added/removed on a branch.
Report pass/fail, test count, and log path. If passed, note GPU stages still need separate verification.
Other measured skills in the registry, with their headline benchmark lift.