Skip to content
Work IQ Dev Tools are in preview (v0.14.0). Commands and APIs may change before 1.0. See the installation guide.

Eval · Agentic workflows

The Eval extension ships an agentic playbook for evaluating declarative agents. When you ask Copilot to test, score, or remediate an agent, the wiqd Copilot orchestrator loads the workflow below and pulls in matching reference files on demand.

Every invocation starts with a blocking dataset choice: use an existing compatible eval document discovered under evals/**/*.json, or generate a new dataset. When multiple datasets exist, the orchestrator asks which one to use before separately asking whether to run it, propose updates, or analyze prior results. The choice is never inferred from filenames or previous runs.

FileScenarios
workflows/eval.mdGenerate and run evals with the GitHub Copilot judge, produce a timestamped HTML scorecard, correlate results with agent artifacts, recommend targeted improvements, compare runs, and safeguard evaluation suites.

Loaded on demand when the workflow needs deep context on a specific topic.

FileTopic
azure-setup.mdSetting up the Azure resources required for evaluation runs.
eval-templates.mdStarter evals.yaml templates for common agent shapes.
gaps.mdKnown gaps in the Evals CLI and this skill’s integration (e.g. ToolCallAccuracy is unsupported).
guardrails.mdGuardrails that prevent suite weakening, deletion, or evaluator removal.
judge-backends.md--judge-backend options and the evaluator compatibility matrix (GHCP vs. Azure).
output-schema.mdEval run output JSON schema.
pra-framework.mdThe Perceive-Reason-Act framework the workflow follows.
remediation-patterns.mdHow to fix common failure modes surfaced by evals.
result-analysis.mdInterpreting scores, deltas, and regressions.
workflow.mdStep-by-step orchestration the skill follows.