expo-cicd-workflows

Draft and validate EAS workflow YAMLs against the Expo workflow schema.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Draft and validate EAS workflow YAMLs for Expo projects.

Core Features & Use Cases

  • Schema-driven validation against Expo's workflow schema
  • Generate, edit, and customize .eas/workflows/*.yml files
  • Validate and troubleshoot workflows across Expo and EAS deployments
  • Use case: when configuring deployment pipelines for a new Expo project, quickly produce a correct workflow YAML and verify it matches the latest schema

Quick Start

Provide an Expo project scenario and I will generate or validate an EAS workflow YAML that matches the current Expo schema.

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 and validate an EAS workflow YAML for my Expo project?

You validate an EAS workflow YAML by checking it against the Expo workflow schema to ensure correct job, trigger, and expression configurations for your CI/CD setup.

What is an Expo EAS workflow and when do I need it for CI/CD?

An Expo EAS workflow is a YAML file defining automated CI/CD pipelines. You need it when configuring .eas/workflows files to automate builds, validations, and deployments for Expo projects.

How do I troubleshoot a misconfigured EAS workflow YAML file?

To troubleshoot a misconfigured EAS workflow YAML, validate the file against the Expo workflow schema to identify and fix incorrect job, trigger, and expression configurations.

Does schema-driven validation work with custom EAS workflow expressions?

Yes, schema-driven validation works with custom EAS workflow expressions by verifying that your YAML configurations match the expected Expo schema structure for triggers and jobs.

Can I use this to generate a deployment pipeline for a new Expo project?

Yes, you can generate a deployment pipeline for a new Expo project by providing a project scenario to produce a correct EAS workflow YAML matching the current Expo schema.