What problem does it solve?
Writing and maintaining EAS CI/CD workflow YAML files for Expo projects is error-prone, as the official schema and syntax evolve frequently, leading to broken pipelines from outdated or incorrect configuration.
Core Features & Use Cases
- Automated Resource Fetching: Automatically retrieves the latest official EAS workflow schema, syntax documentation, and pre-packaged job definitions to ensure up-to-date guidance.
- Schema Validation: Validates workflow YAML files against the current official schema to catch missing required fields, invalid parameters, and expression errors before deployment.
- Use Case: An Expo developer setting up automated build and deployment pipelines can use this skill to generate valid workflow files that trigger builds on code pushes, run tests, and deploy to app stores without manual schema cross-referencing.
Quick Start
Use the expo-cicd-workflows skill to generate a valid EAS workflow YAML that triggers an iOS build when code is pushed to the main branch.