notebook-execution-safety
Installation
SKILL.md
Notebook Execution Safety
Use this skill before running, modifying, or debugging .ipynb files.
Workflow
- Read
AGENTS.mdand relevant Serena memory ordocs/memory-bank/fallback context for the target folder. - Read notebook metadata, headings, markdown cells, imports, and code cell summaries.
- Identify cells that perform network access, archive extraction, local file writes, long training runs, package installs, or submission/export steps.
- Ask before executing cells with network, extraction, broad writes, or submission side effects.
- Prefer targeted cell execution or static fixes before full-notebook runs.
- Preserve student work and outputs unless the user asks to clear or rerun them.
- After edits, verify with the narrowest practical execution path.