Create a test set CSV file for import into Copilot Studio's in-product Evaluate tab. Reads the agent's topics, instructions, and knowledge sources to generate meaningful test cases with appropriate graders (General quality, Compare meaning, Exact match, etc.). Use when the user asks to create, prepare, or generate evaluation test cases for their agent.
$npx -y skills add microsoft/skills-for-copilot-studio --skill create-eval-setInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/skills-for-copilot-studio" --skill "microsoft/skills-for-copilot-studio/create-eval-set"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microsoft/skills-for-copilot-studio" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/skills-for-copilot-studio"` and select the relevant skills, then follow their instructions.