Update Skill
This skill guides the user through modifying existing evaluation test cases in their Copilot Studio agent. Updating means editing the local .mcs.yml files AND pushing changes to Copilot Studio via push. Published by microsoft in Employee-Self-Service-Agent-Developer-Kit.
What is Update Skill?
This skill guides the user through modifying existing evaluation test cases in their Copilot Studio agent. Updating means editing the local .mcs.yml files AND pushing changes to Copilot Studio via push. 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
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use Update Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Employee-Self-Service-Agent-Developer-Kit
- Skill file: solutions/ess-maker-skills/src/skills/evaluations/update/SKILL.md
What it does
This skill guides the user through modifying existing evaluation test cases in their Copilot Studio agent. Updating means editing the local .mcs.yml files AND pushing changes to Copilot Studio via push.
Skill instructions
Update Evaluation Skill This skill guides the user through modifying existing evaluation test cases in their Copilot Studio agent. Updating means editing the local .mcs.yml files AND pushing changes to Copilot Studio via push. CRITICAL — Local Files Are a Working Copy The files in workspace/agents/{slug}/evaluations/ are a working copy of the evaluation test sets deployed in Copilot Studio. Editing a local file is NOT the same as updating the live test case. You MUST push the changes via push.py for them to take effect. NEVER stop after editing only the local file. Rules - ALWAYS read .local/config.json to get the agent folder, slug, and schema name. - ALWAYS checkpoint before making changes. - ALWAYS push changes to Copilot Studio after editing. - TRACK PROGRESS: Use the todo list tool to track your progress. Step 1: Identify the Test Set / Test Cases Read .local/config.json to get agent.folder. List all files in {agent.folder}/evaluations/. Two kinds exist: - EvaluationSet files cont
Explore related resources
Frequently asked questions
What is Update?
Update is a open-source AI agent skill with Copy skill directory. This skill guides the user through modifying existing evaluation test cases in their Copilot Studio agent. Updating means editing the local .mcs.yml files AND pushing changes to Copilot Studio via push.
Who is Update best for?
Update is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install Update?
Install or run Update using Copy skill directory. Check Update for the latest setup command.
Is Update actively maintained?
Update may need a closer maintenance check before production use.
Auto-fetched from GitHub.