ee-yaml-schema

Validate execution-environment.yml files for schema version 3 compliance.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/tosin2013/ansible-aap-skills-cli --skill ee-yaml-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ee-yaml-schema
Source: https://github.com/tosin2013/ansible-aap-skills-cli/tree/main/skills/ee-yaml-schema
Command: npx skills add https://github.com/tosin2013/ansible-aap-skills-cli --skill ee-yaml-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that execution-environment.yml files adhere to schema version 3, preventing incompatible or erroneous configurations.

Core Features & Use Cases

  • Schema Validation: Checks that version: 3 is used and all dependency files are located in the files/ directory.
  • Standards Enforcement: Ensures external dependency files and build steps conform to the latest OCI-compliant schema.
  • Use Case: DevOps engineers verify their environment manifests before building container images, reducing errors during automated image builds.

Quick Start

Use the schema validation skill to confirm that your execution-environment.yml follows the correct version 3 standards and references external dependency files properly.

Frequently Asked Questions about ee-yaml-schema

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

FAQPage Schema
How do I validate an execution-environment.yml file for schema version 3?

To validate an execution-environment.yml file for schema version 3, check that the version is set to 3 and all external dependency files are located in the files directory. This ensures standards-compliant build pipelines.

Why does my execution-environment.yml configuration fail during automated image builds?

Your execution-environment.yml configuration may fail during automated image builds if it does not use schema version 3 or if external dependency files are not located in the files directory, breaking OCI-compliant schema standards.

What is the correct schema version for execution-environment.yml in DevOps pipelines?

The correct schema version for execution-environment.yml in DevOps pipelines is version 3, which ensures reproducible builds by enforcing that external dependency files are properly referenced from the files directory.

How do I enforce consistent execution environment YAML schemas for reliable DevOps?

To enforce consistent execution environment YAML schemas for reliable DevOps, validate that your execution-environment.yml uses schema version 3 and places all dependency files in the files directory to prevent configuration errors.

Does schema validation for execution-environment.yml check external dependency file locations?

Yes, schema validation for execution-environment.yml checks external dependency file locations by ensuring they are placed in the files directory and conform to the latest OCI-compliant schema version 3 standards.

What are the limitations of validating execution-environment.yml files manually?

Validating execution-environment.yml files manually risks missing schema version 3 compliance and incorrect external dependency file paths, which can introduce errors in automated image builds and break reproducible DevOps pipelines.