expo-cicd-workflows

Validate Expo EAS CI/CD workflow YAML files against the latest schema.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Expo projects using EAS CI/CD often struggle with configuring, validating, and maintaining reliable deployment pipelines. This skill provides guided, schema-driven assistance to write and validate .eas/workflows YAML files.

Core Features & Use Cases

  • Schema-driven workflow generation and validation for Expo EAS CI/CD.
  • Guidance on triggers, jobs, defaults, and concurrency within .eas/workflows.
  • Best-practice deployment automation and error handling guidance.

Quick Start

Create a new .eas/workflows YAML file for your Expo project and validate it against the latest schema.

Frequently Asked Questions about expo-cicd-workflows

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

FAQPage Schema
How do I validate an Expo EAS workflow YAML file against the latest schema?

To validate an Expo EAS workflow YAML file, this skill fetches the latest schema and checks your `.eas/workflows` configurations, providing structured error handling for any mismatches.

What are the best practices for configuring triggers and jobs in Expo EAS CI/CD?

Configuring triggers, jobs, defaults, and concurrency in Expo EAS CI/CD requires schema-driven guidance to ensure reliable deployment automation. This skill provides structured best practices for setting up those pipeline elements.

Do I need a specific environment setup to generate EAS Build deployment automation files?

Generating EAS Build deployment automation files requires an existing Expo project using EAS Build. This skill applies to projects needing `.eas/workflows` YAML files and operates through validation scripts.

Why does my Expo EAS workflow YAML configuration fail validation?

Your Expo EAS workflow YAML configuration fails validation when it does not match the fetched latest schema. This skill identifies these errors and provides structured guidance to correct triggers and job configurations.

Can I use YAML validation tools to check Expo EAS workflow configurations?

Yes, you can use YAML validation to check Expo EAS workflow configurations. This skill leverages schema-driven validation to guide the creation of `.eas/workflows` files and ensure they are correctly structured.