How should developers record that a skill was tested in a specific environment? #1521
Unanswered
yuehua1213
asked this question in
Q&A
Replies: 1 comment
|
I don't know of any recommended format or location. In the spec (https://agentskills.io/specification), skill-creator's eval workflow is close. Test cases live in So I'd commit |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The repository explicitly says these skills demonstrate patterns, that behavior may differ from what is shown, and that developers should test thoroughly before relying on them for critical tasks. That is a valuable boundary between an implementation example and a verified outcome.
For reuse decisions, it could help to attach a small, source-linked evidence record to a skill version: test task, Claude surface/model, environment and tools, observed result, failures, limitations, and date. This would not claim universal quality; it would only show what was reproduced under stated conditions.
Is there a recommended format or location for maintainers and downstream users to publish that kind of skill-level test evidence?
All reactions