Analyze exported evaluation results from Copilot Studio's Evaluate tab. The user provides a CSV file exported from the Copilot Studio UI; this skill parses it, identifies failures, and proposes YAML fixes. No API access or published agent required — just the exported CSV.
$npx -y skills add microsoft/skills-for-copilot-studio --skill analyze-evalsInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/skills-for-copilot-studio" --skill "microsoft/skills-for-copilot-studio/analyze-evals"` 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.