-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevals.json
More file actions
22 lines (22 loc) · 791 Bytes
/
Copy pathevals.json
File metadata and controls
22 lines (22 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"skill": "ocas-forge",
"version": "1.0.0",
"description": "Evaluation test cases for ocas-forge",
"evals": [
{
"input": "Design a new skill for managing Docker containers",
"expected_output": "Creates a skill package with proper SKILL.md frontmatter, command definitions, and reference files",
"description": "Skill design and construction"
},
{
"input": "Validate an existing skill package",
"expected_output": "Runs validation checks on structure, frontmatter, and content quality",
"description": "Skill validation"
},
{
"input": "Build a skill from a specification document",
"expected_output": "Produces a complete skill package ready for testing",
"description": "Skill building from spec"
}
]
}