Create Skill
Evaluate Skill — Generate Evaluation Test Sets Published by microsoft in Employee-Self-Service-Agent-Developer-Kit.
What is Create Skill?
Evaluate Skill — Generate Evaluation Test Sets Published by microsoft in Employee-Self-Service-Agent-Developer-Kit. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Writing
- Testing use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use Create Skill
- Use it for testing.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Employee-Self-Service-Agent-Developer-Kit
- Skill file: solutions/ess-maker-skills/src/skills/evaluations/create/SKILL.md
What it does
Evaluate Skill — Generate Evaluation Test Sets
Skill instructions
Evaluate Skill — Generate Evaluation Test Sets This skill guides the agent through generating Copilot Studio evaluation test sets from the user's agent topics and pushing them directly to Copilot Studio via Dataverse. Test cases are stored as botcomponent records with componenttype=19 in a parent→child hierarchy (EvaluationSet → EvaluationData). Rules - ALWAYS read .local/config.json to get the agent folder name and slug. - ALWAYS read all topic files in the agent folder to understand what the agent does before generating tests. - Write evaluation files to {agent.folder}/evaluations/ as .mcs.yml YAML files. - Use the existing starter test sets in src/examples/ess-samples/ESSEvaluationSamples/StarterTestSets/ as exemplar patterns for each test category. - Follow the standard mutation pipeline: checkpoint → write files → scan → dry run → push → verify. - TRACK PROGRESS: Use the todo list tool to track your progress through this skill's steps. Create a todo list at the start with all the
Explore related resources
Frequently asked questions
What is Create?
Create is a open-source AI agent skill with Copy skill directory. Evaluate Skill — Generate Evaluation Test Sets
Who is Create best for?
Create is best for reusing agent instructions, scripts, and references, testing workflows, writing workflows.
How do I install Create?
Install or run Create using Copy skill directory. Check Create for the latest setup command.
Is Create actively maintained?
Create may need a closer maintenance check before production use.