Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Checks whether registered notebooks have current, stale, or missing outputs. Use before rendering or to verify freshness.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-12 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -19% | 0% |
| case-08 | ✓→✗ | ▼ Worse | -31% | 0% |
| case-18 | ✓→✓ | = Same ✓ | -28% | 0% |
Verify that all registered notebooks have been executed and their outputs are current.
_quarto.yml and extract all notebook paths from manuscript.notebooks..ipynb JSON and check if any code cells have non-empty outputs arrays.ipynbexecution metadata timestamps in cell metadata (if present) to determine when outputs were last generated_freeze/notebooks/<name>/ directory exists and contains cached output.ipynb has not been modified since outputs were generated.ipynb source cells have been modified more recently than the outputs_freeze/ cache exists (Quarto will use the cache) Notebook Has Outputs Last Modified Status ───────────────────────────────────────────────────────────────── notebook-01.ipynb Yes 2026-02-28 14:30 Current notebook-02.ipynb Yes 2026-03-01 09:15 Stale notebook-03.ipynb No 2026-02-25 11:00 Unexecuted
/project:execute to re-execute all notebooks._quarto.yml has no notebooks registered, report "No notebooks found in _quarto.yml" and stop.Other measured skills in the registry, with their headline benchmark lift.