Merge pull request #240 from jonathanhefner/clarify-skill-eval-file-tree

Add skill directory to structure diagram in evaluating skills doc
This commit is contained in:
Jonathan Hefner
2026-03-16 09:47:42 -05:00
committed by GitHub
Unverified
@@ -54,6 +54,10 @@ The core pattern is to run each test case twice: once **with the skill** and onc
Organize eval results in a workspace directory alongside your skill directory. Each pass through the full eval loop gets its own `iteration-N/` directory. Within that, each test case gets an eval directory with `with_skill/` and `without_skill/` subdirectories:
```
csv-analyzer/
├── SKILL.md
└── evals/
└── evals.json
csv-analyzer-workspace/
└── iteration-1/
├── eval-top-months-chart/