validate

Validate Copilot Studio YAML files against schemas and best practices.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill validate-javiarmesto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio/tree/main/.github/skills/validate
Command: npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill validate-javiarmesto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for reliable validation of YAML files used in Copilot Studio, ensuring they adhere to schema and best practices before deployment.

Core Features & Use Cases

  • YAML File Validation: Checks for correctness in YAML structure and compliance with schema and best practices.
  • Schema Lookup: Offers lookup for specific schemas for context-aware validation.
  • Quick Start: Streamline the process of YAML file validation with minimal steps and direct access to the script for execution.

Quick Start

Validate the YAML file at the specified path using the validate skill.

Frequently Asked Questions about validate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Copilot Studio YAML files against schemas?

You can validate Copilot Studio YAML files by running the validation script against your file path, which checks structural correctness and schema compliance to detect errors and suggest corrections.

What is YAML schema lookup for Copilot Studio configuration validation?

YAML schema lookup provides context-aware validation for Copilot Studio configurations, ensuring your YAML files adhere to required schemas and best practices before deployment.

How do I check my YAML configuration for errors before deploying to Copilot Studio?

To check YAML configurations for errors, execute the validation script on your target file path to identify structural issues and schema violations, then apply the suggested corrections.

Does this YAML validation work with any file or only Copilot Studio configurations?

This schema validation specifically applies to YAML files intended for use in Copilot Studio, focusing on detecting errors and ensuring compliance with relevant platform schemas and best practices.

What is the best way to fix YAML structure errors in Copilot Studio?

The best way to fix YAML structure errors is to validate the file using the dedicated script, which detects schema violations and provides specific correction suggestions for Copilot Studio configurations.