qmd-runner
CommunityDebug Quarto notebooks chunk-by-chunk
Education & Research#debugging#bioinformatics#quarto#qmd#trycatch#chunk execution#reproducible workflows
Authorwolf5996
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It eliminates the slow, frustrating cycle of finding one failing Quarto chunk at a time when quarto render stops early and the error message is hard to interpret.
Core Features & Use Cases
- Chunk-level isolation: Extracts each
{r}chunk into a generated sibling.Rrunner and wraps execution intryCatchso failures don’t hide downstream issues. - Fast iterative repair loop: Repeatedly regenerates the runner from the source
.qmd, fixes the real root cause in the.qmd, and re-runs until every chunk is PASS / FAIL / SKIP. - Workflow-aware debugging: Supports dependency-order debugging for notebook DAGs (e.g., Seurat/Bioconductor/GSEA/biomaRt/clusterProfiler pipelines) and reduces cascading failures from stale checkpoints.
Quick Start
Use the qmd-runner skill to debug a failing notebook by generating per-chunk tryCatch runners from your .qmd, running the runner to get a PASS/FAIL/SKIP table, then editing the source .qmd to fix each failing chunk and regenerating until everything is green.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: qmd-runner Download link: https://github.com/wolf5996/agentic-skills/archive/main.zip#qmd-runner Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.