agentclash-challenge-pack-input-sets

Create standardized, YAML-based input sets for AgentClash challenge packs with schema validation.

25|2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/agentclash/agentclash --skill agentclash-challenge-pack-input-sets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentclash-challenge-pack-input-sets
Source: https://github.com/agentclash/agentclash/tree/main/web/content/agent-skills/challenge-pack-skills/agentclash-challenge-pack-input-sets
Command: npx skills add https://github.com/agentclash/agentclash --skill agentclash-challenge-pack-input-sets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of creating high-quality, deterministic input sets for AI agent evaluation, ensuring that test cases are stable, observable, and effective for regression and CI gates.

Core Features & Use Cases

  • Structured Case Design: Provides the exact YAML schema for defining challenges, inputs, and expectations without needing to reference the source repository.
  • Run-Intent Categorization: Helps organize cases into smoke, CI, full benchmark, regression, or edge-case suites to optimize evaluation speed and coverage.
  • Validation Logic: Ensures all cases meet strict requirements like unique keys, valid references, and observable expectations before they are published.

Quick Start

Use the agentclash-challenge-pack-input-sets skill to draft a new smoke test input set for the refund-question challenge using the required YAML structure.

Frequently Asked Questions about agentclash-challenge-pack-input-sets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure YAML input sets for AI agent evaluation testing?

YAML input sets for AI agent evaluation require a strict schema defining case keys, payloads, inputs, and expectations. This structure enforces validation rules to ensure test cases are stable, observable, and compatible with the evaluation runner.

What is the best way to categorize test cases for CI gates and regression suites?

Test cases for CI gates and regression suites are categorized by run-intent, organizing them into smoke, CI, full benchmark, regression, or edge-case suites. This categorization optimizes evaluation speed and coverage across different testing scopes.

How do I create deterministic input sets for AI agent regression testing?

Deterministic input sets for regression testing are created by standardizing YAML payloads and enforcing strict schema validation. This ensures unique case keys, valid references, and observable expectations are established before cases are published.

Why does my YAML input validation fail before running an evaluation suite?

YAML input validation fails when cases do not meet strict requirements like unique keys, valid references, or observable expectations. Enforcing these schema rules prevents configuration errors and ensures compatibility with the evaluation runner.

Can I use custom YAML schemas for challenge pack inputs without referencing the source repository?

Yes, you can define challenges, inputs, and expectations using the required YAML structure without referencing the source repository. The exact schema provides structured case design to maintain evaluation consistency and observability.