expo-cicd-workflows

Create and validate EAS CI/CD workflow YAML files for Expo projects.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/epiphanyapps/mapyourhealth --skill expo-cicd-workflows-epiphanyapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expo-cicd-workflows
Source: https://github.com/epiphanyapps/mapyourhealth/tree/main/.agents/skills/expo-cicd-workflows
Command: npx skills add https://github.com/epiphanyapps/mapyourhealth --skill expo-cicd-workflows-epiphanyapps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ajv, ajv-formats, js-yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers understand, write, and validate CI/CD workflow YAML files for Expo projects using EAS.

Core Features & Use Cases

  • Workflow Generation: Assists in creating .eas/workflows/*.yml files.
  • Validation: Validates workflow files against the official EAS schema.
  • Information Retrieval: Fetches necessary schema and documentation for accurate workflow creation.
  • Use Case: A developer needs to set up a new CI/CD pipeline for their Expo app to automate builds and deployments. They can use this skill to generate and validate the necessary workflow configuration.

Quick Start

Use the expo-cicd-workflows skill to validate the file '/path/to/your/workflow.yml'.

Frequently Asked Questions about expo-cicd-workflows

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

FAQPage Schema
How do I create and validate EAS workflow YAML files for an Expo project?

Expo EAS CI/CD workflow YAML files are automated by generating `.eas/workflows/*.yml` configurations and validating them against the official EAS schema to ensure build pipeline compliance.

What do I need to set up an EAS CI/CD pipeline for my Expo app?

Setting up an EAS CI/CD pipeline requires defining workflow YAML files with correct syntax for triggers, jobs, and expressions to automate Expo app builds and deployments.

How does YAML validation work for EAS build workflows?

YAML validation for EAS build workflows works by referencing official schemas and documentation to verify that workflow syntax, triggers, and expressions meet EAS deployment automation requirements.

Can I automate Expo deployment configurations without manually writing YAML?

Yes, you can automate Expo deployment configurations by using a skill to generate the necessary workflow YAML files, which are then validated against the official EAS schema for accuracy.

Why is my EAS workflow YAML file failing the build pipeline validation?

An EAS workflow YAML file may fail build pipeline validation if it contains syntax errors in triggers, jobs, or expressions that do not comply with the official EAS schema requirements.