mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user