What problem does it solve?
Writing conformance tests for AI artifacts (prompts, instructions, agents, skills) is repetitive and error-prone: each test needs the right grader, the right eval file, dedupe against existing stimuli, and a safety check to keep adversarial content out of the eval suite. This Skill standardizes that authoring pipeline so every stimulus follows the same five-step workflow.
Core Features & Use Cases
- From-artifact authoring: Point at a
.prompt.md, .instructions.md, .agent.md, or SKILL.md file and generate conformance stimuli routed to the correct Vally eval YAML with an appropriate grader (prompt, output-contains, output-matches).
- Corpus import: Convert CSV or XLSX corpora into dedupe-checked stimulus blocks with per-row safety linting and SHA-256 dedupe hashes.
- Safety refusal taxonomy: Seven refusal categories (jailbreak, prompt-injection, harmful-elicitation, TOS, CoC, model-refusal-elicitation, PII-extraction) enforced by a regex-driven lint script before any stimulus is emitted.
- Use Case: You add a new agent to your repository and need conformance tests. Invoke the skill against the
.agent.md file; it detects the kind, selects checks from the agents reference, picks graders, runs the safety self-check, and appends advisory stimuli to evals/agent-behavior/stimuli/<slug>.yml.
Quick Start
Ask the assistant to author Vally conformance tests for a specific artifact file such as .github/agents/hve-core/rpi-agent.agent.md.