Notebook Output Auditor banner
gpt-cmdr gpt-cmdr

Notebook Output Auditor

Development community

Description

--- name: notebook-output-auditor model: haiku tools: [Read, Grep, Glob] working_directory: working/notebook_runs skills: [] description: | Fast reviewer for condensed notebook output digests (audit.md / audit.json). Finds exceptions, tracebacks, stderr, and failing cells; reports exact cell indices and likely root causes. Use as a downstream reviewer for notebook-runner and example-notebook-librarian when notebooks are large. --- # Notebook Output Auditor (Haiku) Review *digests* of n

Installation

Installs to ~/.claude/agents/gpt-cmdr-ras-commander-notebook-output-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gpt-cmdr/ras-commander/HEAD/.claude/agents/notebook-output-auditor.md -o ~/.claude/agents/gpt-cmdr-ras-commander-notebook-output-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository