skills/29-quarcs-lab-project20XXy/dot-claude/skills/data-audit/SKILL.md
Scans notebooks for data file references and verifies each file exists on disk. Use when checking for broken data paths.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research data-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scan all notebooks for data file references and verify they exist on disk.
Scan all .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 patternsExtract every referenced file path and normalize it:
notebooks/)DATA_DIR, RAW_DATA_DIR from config.py / config.RCheck that each referenced file exists in data/rawData/ or data/
Scan data/rawData/ and data/ for all data files present on disk
Report three categories:
Resolved — referenced and found:
Broken — referenced but not found:
Undocumented — on disk but never referenced by any notebook:
data/rawData/ or data/ that no notebook loadsPrint a summary: total references, resolved, broken, undocumented files
data/rawData/ does not exist, warn but continue checking data/.tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".