Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Scans notebooks for data file references and verifies each file exists on disk. Use when checking for broken data paths.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -41% | 0% |
Scan all notebooks for data file references and verify they exist on disk.
.ipynb files in notebooks/ for data loading patterns:pd.read_csv(...), pd.read_stata(...), pd.read_excel(...), pd.read_parquet(...), open(...), np.loadtxt(...)read.csv(...), read_csv(...), read.dta(...), haven::read_dta(...), readxl::read_excel(...), load(...)use "...", import delimited "...", import excel "...", insheet using "...".md Jupytext pairs for the same patternsnotebooks/)DATA_DIR, RAW_DATA_DIR from config.py / config.Rdata/rawData/ or data/data/rawData/ and data/ for all data files present on diskResolved — referenced and found:
Broken — referenced but not found:
Undocumented — on disk but never referenced by any notebook:
data/rawData/ or data/ that no notebook loadsdata/rawData/ does not exist, warn but continue checking data/.Other measured skills in the registry, with their headline benchmark lift.