Expand description
Skill tester and previewer for evaluation-driven development. Skill tester and previewer for evaluation-driven development.
Simulates how Claude would discover and activate a skill given a sample user query. Shows what metadata would be injected into the system prompt and identifies potential issues (description mismatch, broken references, token budget).
Structs§
- Test
Result - Result of testing a skill against a sample query.
Enums§
- Query
Match - Describes how well the skill description matches a test query.
Functions§
- format_
test_ result - Format a test result as human-readable text.
- test_
skill - Test a skill against a sample user query.