homework-notebook-review
Installation
SKILL.md
Homework Notebook Review
Use this skill for Assignments/*.ipynb and homework notebooks copied from
lecture-material folders.
Workflow
- Read
AGENTS.md, relevant Serena memories ordocs/memory-bank/fallback context, and the assignment notebook instructions. - Inspect notebook headings, markdown prompts, imports, code cells, outputs, and any grading or submission notes.
- Identify incomplete cells, errors, missing explanations, suspiciously broad generated prose, hard-coded paths, network calls, file writes, and hidden assumptions.
- If execution is needed, combine this with
notebook-execution-safetyand run only the narrowest relevant path unless the user asks for a full run. - Check that answers are reproducible from provided data and that visualizations have readable labels.
- Help improve clarity and debugging while preserving the student's own reasoning.