Setup & Installation
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