Back to skills

expo-cicd-workflows

infrastructure

Helps write and validate EAS workflow YAML files for Expo projects. Covers job types, triggers, runner configuration, and CI/CD pipeline structure for EAS Build and deployment. Fetches live schema and

Setup & Installation

npx skills add https://github.com/expo/expo-cicd-workflows --skill expo-cicd-workflows
or paste the link and ask your coding assistant to install it
https://github.com/expo/expo-cicd-workflows
View on GitHub

What This Skill Does

Helps write and validate EAS workflow YAML files for Expo projects. Covers job types, triggers, runner configuration, and CI/CD pipeline structure for EAS Build and deployment. Fetches live schema and documentation before generating files to stay current with the EAS API. Instead of cross-referencing the EAS schema and docs manually, this skill fetches both live and validates your YAML against the current spec before you commit.

When to use it

  • Working with expo cicd workflows functionality
  • Implementing expo cicd workflows features
  • Debugging expo cicd workflows related issues