mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
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
This commit is contained in:
3
.github/workflows/claude-notebook-review.yml
vendored
3
.github/workflows/claude-notebook-review.yml
vendored
@@ -46,6 +46,9 @@ jobs:
|
||||
- No hardcoded API keys (use os.getenv("ANTHROPIC_API_KEY"))
|
||||
|
||||
## Notebook Structure
|
||||
- Clear introduction explaining what the notebook demonstrates and why it's useful
|
||||
- Configuration instructions (how to set up API keys, install dependencies, etc.)
|
||||
- Connecting explanations between cells that help users understand the flow
|
||||
- Clear markdown explanations between code cells
|
||||
- Logical flow from simple to complex
|
||||
- Outputs preserved for educational value
|
||||
|
||||
Reference in New Issue
Block a user