cyberneticlibrary

Build Expo CI/CD workflows

expo-cicd-workflowsskillsetup L30
Sheshiyer/skill-clusters
What it does

Write and validate EAS CI/CD workflow YAML files

Best for

Ensuring EAS workflows conform to latest schema without manual spec parsing

Inputs
  • · Workflow YAML (.eas/workflows/*.yml), schema URL
Outputs
  • · Validated workflow, resolved expressions, job dependency graph
Requires
  • · eas-cli
  • · node/bun for validation script
Preconditions

EAS initialized; .eas/workflows/ directory exists

Failure modes
  • · Schema fetch timeout
  • · invalid YAML syntax
  • · missing job dependencies
Trust signals
  • · Fetches live schema from expo.dev
  • · Expression syntax reference included
  • · Pre-packaged job docs