-
Notifications
You must be signed in to change notification settings - Fork 2
Add eval.yaml test cases for each skill #2
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Context
swing-skills has 6 skills (clarify, mortem, options, research, review, trace) but none have eval.yaml test files for use with pulser eval.
What to do
Add an eval.yaml next to each skill's SKILL.md with 2-3 test cases that verify the skill works correctly.
Example for swing-review/eval.yaml:
tests:
- name: "catches obvious bug"
input: "Review: function add(a,b) { return a - b }"
assert:
- contains: "subtract"
- min-length: 50Files to create
skills/swing-clarify/eval.yamlskills/swing-mortem/eval.yamlskills/swing-options/eval.yamlskills/swing-research/eval.yamlskills/swing-review/eval.yamlskills/swing-trace/eval.yaml
Difficulty: Easy
No code knowledge needed — just YAML.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed