Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

expo-cicd-workflows

Helps write and validate EAS workflow YAML files for Expo projects.

Setup & Installation

npx skills add https://github.com/expo/skills --skill expo-cicd-workflows
or paste the link and ask your coding assistant to install it
https://github.com/expo/skills/tree/main/plugins/expo/skills/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

  • Writing a new EAS workflow YAML from scratch for a React Native app
  • Adding a deployment step that runs only after a successful build job
  • Configuring workflow triggers for push events or manual dispatch
  • Debugging a workflow that fails schema validation with cryptic errors
  • Setting up parallel build jobs for iOS and Android in a single workflow file