expo-cicd-workflows

Create and validate EAS workflow YAML files for Expo CI/CD pipelines.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tc9011/my-skills --skill expo-cicd-workflows-tc9011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expo-cicd-workflows
Source: https://github.com/tc9011/my-skills/tree/main/skills/expo-cicd-workflows
Command: npx skills add https://github.com/tc9011/my-skills --skill expo-cicd-workflows-tc9011

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ajv, ajv-formats, js-yaml, and includes scripts (resource) components.

What problem does it solve?

This Skill helps developers create and manage Continuous Integration and Continuous Deployment (CI/CD) workflows for Expo projects using EAS workflow YAML files, automating build and deployment pipelines.

Core Features & Use Cases

  • Workflow Generation: Assists in writing .eas/workflows/*.yml files.
  • Schema Validation: Validates workflow files against the official Expo EAS schema.
  • Resource Fetching: Retrieves necessary JSON schema and documentation for accurate workflow creation.
  • Use Case: Automatically generate a workflow file that triggers a build and deployment to production whenever a new tag is pushed to the repository.

Quick Start

Use the expo-cicd-workflows skill to generate a basic workflow file for deploying to production on tag pushes.

Frequently Asked Questions about expo-cicd-workflows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create EAS workflow YAML files for Expo CI/CD pipelines?

To create EAS workflow YAML files for Expo CI/CD pipelines, you can automate the generation and validation of build and deployment configurations using official JSON schemas to ensure accurate parameters.

What is the best way to automate Expo deployment to production on tag pushes?

Automating Expo deployment to production on tag pushes involves generating a `.eas/workflows/*.yml` file that defines the build and deployment pipeline triggers and steps for your project.

How does schema validation work for EAS workflow YAML files?

Schema validation for EAS workflow YAML files works by fetching the official Expo EAS JSON schema and documentation to validate the workflow structure and ensure accurate parameter usage.

Can I validate my Expo EAS workflow configuration against the official schema?

Yes, you can validate your Expo EAS workflow configuration by fetching and applying the official JSON schema to check your YAML files for structural accuracy and correct parameter usage.

Do I need to manually fetch documentation to write EAS workflow YAML files?

No, you do not need to manually fetch documentation to write EAS workflow YAML files, as the process automatically retrieves the necessary JSON schema and documentation for accurate workflow creation.