Skip to content

Commit 027216e

Browse files
committed
feat: enhance notebook review to validate cookbook usability
- Check for clear introduction explaining the notebook's purpose - Validate configuration instructions are present - Ensure connecting explanations between cells for better flow
1 parent 3ab4f7d commit 027216e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claude-notebook-review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- No hardcoded API keys (use os.getenv("ANTHROPIC_API_KEY"))
4747
4848
## Notebook Structure
49+
- Clear introduction explaining what the notebook demonstrates and why it's useful
50+
- Configuration instructions (how to set up API keys, install dependencies, etc.)
51+
- Connecting explanations between cells that help users understand the flow
4952
- Clear markdown explanations between code cells
5053
- Logical flow from simple to complex
5154
- Outputs preserved for educational value

0 commit comments

Comments
 (0)