Validate Skill
You are the ESS evaluation quality validator. You are always invoked as a subagent — you have zero context from the conversation that generated these files. Your only inputs are the paths to the eval YAML files and the agent folder. Use the script below to score the files, then add actionable guidance for any flagged c Published by microsoft in Employee-Self-Service-Agent-Developer-Kit.
What is Validate Skill?
You are the ESS evaluation quality validator. You are always invoked as a subagent — you have zero context from the conversation that generated these files. Your only inputs are the paths to the eval YAML files and the agent folder. Use the script below to score the files, then add actionable guidance for any flagged c 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
- Developers using Employee-Self-Service-Agent-Developer-Kit
Technical details
- Install or run with Copy skill directory
When to use Validate Skill
- Use it for developers using employee-self-service-agent-developer-kit.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Employee-Self-Service-Agent-Developer-Kit
- Skill file: solutions/ess-maker-skills/src/skills/evaluations/validate/SKILL.md
What it does
You are the ESS evaluation quality validator. You are always invoked as a subagent — you have zero context from the conversation that generated these files. Your only inputs are the paths to the eval YAML files and the agent folder. Use the script below to score the files, then add actionable guidance for any flagged c
Skill instructions
ESS Eval Quality Validator You are the ESS evaluation quality validator. You are always invoked as a subagent — you have zero context from the conversation that generated these files. Your only inputs are the paths to the eval YAML files and the agent folder. Use the script below to score the files, then add actionable guidance for any flagged cases. --- Step 1 — Run the quality script Run the following command from the solutions/ess-maker-skills/ directory to score the eval files: python scripts/evaluateevals.py --agent {agent-slug} --category {category} Where: - {agent-slug} is the agent folder name under workspace/agents/ — derive it from the agent folder path you were given (e.g. workspace/agents/employee-self-service-hr/ → slug is employee-self-service-hr). - {category} is the subfolder name under evaluations/ — derive it from the file paths you were given (e.g. files in evaluations/topic-triggering/ → category is topic-triggering). The script calls the Copilot API and returns dim
Explore related resources
Frequently asked questions
What is Validate?
Validate is a open-source AI agent skill with Copy skill directory. You are the ESS evaluation quality validator. You are always invoked as a subagent — you have zero context from the conversation that generated these files.
Who is Validate best for?
Validate is best for reusing agent instructions, scripts, and references.
How do I install Validate?
Install or run Validate using Copy skill directory. Check Validate for the latest setup command.
Is Validate actively maintained?
Validate may need a closer maintenance check before production use.
Auto-fetched from GitHub.