Test Notebook banner
gpt-cmdr gpt-cmdr

Test Notebook

Testing community

Description

Test the notebook currently being worked on using the notebook-runner subagent and report all results back. ## Purpose Force delegation to the `notebook-runner` subagent for **development testing**. Use inline when working on a notebook to get comprehensive error reporting back to the main conversation. ## When to Use You are already working on or discussing a notebook in the current conversation. Use this command to: - Execute the notebook and validate it works - Get ALL errors reported bac

Installation

Installs to ~/.claude/commands/gpt-cmdr-ras-commander-test-notebook.md

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

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

Full documentation available on GitHub

View Source Repository