Dev & Engineering ✓ Microsoft · Official microsoft-365copilotevaluationeval-datasetscliazure-openaimulti-turn-testing

Microsoft 365 Agent Evaluator

Design and run evaluation suites for Microsoft 365 Copilot declarative agents

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
Trust18 / 25 · 3.6/5

The skill explicitly prohibits printing or committing secrets, sensitive prompts, retrieved content, and raw results, and requires user approval before real tenant-dependent evaluations. However, it mandates npx with @latest and does not fully explain dependency supply-chain risk, data flows, external permissions, or post-run rollback, so points are deducted.

Reliability8 / 20 · 2.0/5

The workflow includes project detection, version checks, bounded retries, concurrency guidance, and diagnosable categories for authentication, model, agent, and schema failures. Reliability is reduced because the CLI is preview/@latest, authentication is described as Windows-first, and no executable reproduction of this skill's key paths is provided; the static cap keeps the score below 10.

Adaptability9 / 15 · 3.0/5

Audience, evaluation scenarios, trigger phrases, ATK detection, and non-ATK operation are clearly described. Adaptability is reduced by the lack of Chinese-language guidance, Windows-first and Microsoft 365/Azure tenant prerequisites, and possible mainland-China network reachability constraints.

Convention9 / 15 · 3.0/5

The documentation uses layered references and examples, includes setup commands, parameter examples, secret-file conventions, limitations, MIT licensing, and official provenance. It lacks skill-specific versioning, changelog information, an explicit maintainer, and a clear update path, so points are deducted.

Effectiveness6 / 15 · 2.0/5

The skill can directly guide dataset creation, evaluation execution, and failure analysis, with a schema 1.2.0 template and usable commands. Its value is constrained by real-tenant, licensing, consent, and Azure configuration requirements, and static review cannot verify produced results; the score remains within the static cap.

Verifiability4 / 10 · 2.0/5

The supplied skill documentation, examples, repository-level CI, and tests provide some auditable evidence. The CI and tests shown mainly cover shared harness behavior rather than this skill's critical CLI workflow, and no independent run evidence or corroborating result set is supplied, so points are deducted.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • The skill depends on Microsoft 365 Copilot, WorkIQ admin consent, Azure OpenAI, and a Windows-first authentication flow; mainland-China reachability and non-Windows support should be confirmed first.
  • The mandated npx --package ...@latest invocation introduces version drift and supply-chain review considerations.
  • No CLI or real-tenant evaluation was executed; scores are based only on static file evidence.
See the full review method →

What it does & when to use it

This Agent Skill helps users evaluate Microsoft 365 Copilot declarative agents. It uses the public @microsoft/m365-copilot-eval CLI to create schema 1.2.0 datasets, run evaluations, inspect results, and recommend targeted fixes. It defaults to Microsoft 365 Agents Toolkit projects when detected, while also supporting deployed agents identified with M365_AGENT_ID or a command-line option. Real tenant evaluations require Microsoft 365 access, tenant consent, Azure OpenAI configuration, and a deployed agent.

Identifies whether the user needs setup, dataset authoring, evaluation execution, result analysis, or suite updates; checks project shape and environment configuration without exposing secrets; creates evals\evals.json; runs batch, quick, or interactive evaluations with npx -y --package @microsoft/m365-copilot-eval@latest runevals; produces JSON, HTML, or CSV outputs; and groups failures using available score keys such as relevance, coherence, groundedness, similarity, citations, exactMatch, and partialMatch to suggest likely fixes.

  1. A Microsoft 365 Copilot declarative-agent developer needs a first evaluation dataset.
  2. A team has evals\evals.json and needs repeatable batch runs with JSON, HTML, or CSV output.
  3. An evaluator must distinguish instruction, grounding, citation, authentication, expected-answer, or environment failures.
  4. A test author needs to add single-turn or multi-turn prompts and tune public evaluator thresholds.
  5. A non-Agents-Toolkit project needs to evaluate a deployed agent using M365_AGENT_ID or a named environment.

Pros & cons

Pros
  • Covers dataset creation, CLI execution, result analysis, and targeted remediation guidance.
  • Standardizes on the public latest @microsoft/m365-copilot-eval CLI.
  • Supports Agents Toolkit projects, explicit agent IDs, and named environments.
  • Defines the schema 1.2.0 dataset format, public evaluator names, output formats, and sensitive-data handling rules.
Limitations
  • Requires a Microsoft 365 Copilot license, a deployed agent, WorkIQ tenant admin consent, and Azure OpenAI configuration.
  • The source provides no evidence of real-tenant test results or broad platform coverage.
  • Its scope is Microsoft 365 Copilot declarative-agent evaluation, not general-purpose agent testing.
  • The workflow uses a public-preview CLI, and the repository as a whole is still under active development.

How to install

From the target project, run npx skills add microsoft/skills and select this skill in the wizard. For manual installation, copy .github/plugins/microsoft-365-agents-toolkit/skills/m365-agent-evaluator/ into the Agent Skills directory used by the target agent. The source gives collection-level installation examples, including .github/skills/ for GitHub Copilot, but does not document a dedicated installer command for this individual skill.

How to use

Trigger it with requests such as “evaluate my agent”, “create eval prompts”, “add multi-turn tests”, or “why is my agent failing”. For a batch run, use npx -y --package @microsoft/m365-copilot-eval@latest runevals --prompts-file evals\evals.json --output .evals\results.json. For a quick check, use npx -y --package @microsoft/m365-copilot-eval@latest runevals --prompts "What can you help me with?" --expected "The agent describes its supported scope.". Use concurrency values from 1 to 5; start with 1 while debugging.

Compared to similar skills

Compared with the old private aka.ms installer, global installations, bare runevals, or bare npx runevals, this skill requires npx -y --package @microsoft/m365-copilot-eval@latest runevals. It also rejects the old --input and --html options.

FAQ

Is this skill free to use?
The source does not state the total service or Azure OpenAI cost. The repository itself is licensed under MIT.
Can I use it without an Agents Toolkit project?
Yes. The skill states that the CLI can evaluate deployed agents with M365_AGENT_ID or --m365-agent-id and can use named environments.
Why might bare runevals fail?
If it reports that the current CLI has stopped working, the skill treats that as a stale PATH or global installation and directs users to the npx command with @latest. It asks before removing global shims.
What permissions and configuration are needed for real evaluations?
You need a Microsoft 365 Copilot license, a deployed agent, tenant-admin consent for the WorkIQ Client App, TENANT_ID, and an Azure OpenAI in Foundry Models endpoint and key.

More skills from this repository

All from microsoft/agent-skills

Dev & Engineering ✓ Microsoft · Official

Azure Identity for Python

A practical skill for securing Python Azure applications with Microsoft Entra ID credentials.

Dev & Engineering ✓ Microsoft · Official

Azure Event Hubs Java Skill

Build production-oriented Java event streaming applications on Azure Event Hubs.

Dev & Engineering ✓ Microsoft · Official

Azure Tables for Python

A practical guide to building authenticated Azure Tables applications with Python entity CRUD, queries, and partition-scoped batch operations.

Dev & Engineering ✓ Microsoft · Official

Azure Identity for TypeScript

Configure secure, flexible Microsoft Entra ID authentication for TypeScript Azure applications.

Automation & Ops ✓ Microsoft · Official

Azure Reliability Advisor

Assess and improve reliability for Azure Functions and App Service.

Dev & Engineering ✓ Microsoft · Official

Azure Cloud Architect

Guides coding agents through production-grade Azure architecture design and review using Azure Architecture Center practices.

Dev & Engineering ✓ Microsoft · Official

Azure AI Text Analytics for Python

Guides Python developers through Azure-powered text analysis and NLP workflows.

Automation & Ops ✓ Microsoft · Official

Azure Resource Architecture Visualizer

Analyze Azure resource groups and turn their dependencies into detailed Mermaid architecture diagrams.

Dev & Engineering ✓ Microsoft · Official

Azure Maps for .NET

Build .NET location features for search, routing, maps, geolocation, and weather.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

Guides Python coding agents in implementing Azure AI Vision image understanding.

Dev & Engineering ✓ Microsoft · Official

Azure Blob Storage for Python

Guides secure, production-minded Blob Storage operations in Python.

Dev & Engineering ✓ Microsoft · Official

Azure Queue Storage for Python

Gives coding agents reliable Python patterns for secure Azure Queue Storage messaging and asynchronous task processing.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

Use Azure API Management to govern traffic across AI models, MCP tools, and agents.

Automation & Ops ✓ Microsoft · Official

AKS Automatic Readiness

Assess Kubernetes workloads for AKS Automatic compatibility and identify migration blockers before you switch.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB ARM for .NET

Provision and manage Azure Cosmos DB resources from .NET through ARM.

Dev & Engineering ✓ Microsoft · Official

Azure Playwright Workspace Manager

Provision and manage Microsoft Playwright Testing workspaces with .NET and Azure Resource Manager.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB for Python

A practical guide for building reliable Python applications on Azure Cosmos DB’s NoSQL API.

Dev & Engineering ✓ Microsoft · Official

Azure Key Vault SDK for Python

Gives Python coding agents practical guidance for securely managing Azure Key Vault secrets, keys, and certificates.

Dev & Engineering ✓ Microsoft · Official

Azure API Management for Python

Gives coding agents practical Python SDK patterns for managing Azure API Management services, APIs, products, subscriptions, and policies.

Dev & Engineering ✓ Microsoft · Official

Azure Monitor Query for Python

Generate Python code for querying Azure Monitor logs and metrics.

Related skills