首页/AI 持续集成与部署/expo-cicd-workflows
E

expo-cicd-workflows

by @expov
4.6(596)

针对Expo项目的CI/CD工作流,提供一系列AI代理技能,优化开发运维流程,加速发布周期。

expoci/cdgithub-actionsmobile-devopsautomated-testingGitHub
安装方式
npx skills add expo/skills --skill expo-cicd-workflows
compare_arrows

Before / After 效果对比

1
使用前

Expo项目CI/CD工作流配置复杂,手动部署易出错,导致发布周期长,开发与运维效率低下。

使用后

技能提供AI代理辅助,自动化配置Expo项目CI/CD工作流,简化部署流程,显著提升开发运维效率。

SKILL.md

expo-cicd-workflows

EAS Workflows Skill

Help developers write and edit EAS CI/CD workflow YAML files.

Reference Documentation

Fetch these resources before generating or validating workflow files. Use the fetch script (implemented using Node.js) in this skill's scripts/ directory; it caches responses using ETags for efficiency:

# Fetch resources
node {baseDir}/scripts/fetch.js <url>

JSON Schemahttps://api.expo.dev/v2/workflows/schema

It is NECESSARY to fetch this schema

  • Source of truth for validation

  • All job types and their required/optional parameters

  • Trigger types and configurations

  • Runner types, VM images, and all enums

Syntax Documentationhttps://raw.githubusercontent.com/expo/expo/refs/heads/main/docs/pages/eas/workflows/syntax.mdx

Overview of workflow YAML syntax

  • Examples and English explanations

  • Expression syntax and contexts

Pre-packaged Jobshttps://raw.githubusercontent.com/expo/expo/refs/heads/main/docs/pages/eas/workflows/pre-packaged-jobs.mdx

Documentation for supported pre-packaged job types

  • Job-specific parameters and outputs

Do not rely on memorized values; these resources evolve as new features are added.

Workflow File Location

Workflows live in .eas/workflows/*.yml (or .yaml).

Top-Level Structure

A workflow file has these top-level keys:

  • name — Display name for the workflow

  • on — Triggers that start the workflow (at least one required)

  • jobs — Job definitions (required)

  • defaults — Shared defaults for all jobs

  • concurrency — Control parallel workflow runs

Consult the schema for the full specification of each section.

Expressions

Use ${{ }} syntax for dynamic values. The schema defines available contexts:

  • github.* — GitHub repository and event information

  • inputs.* — Values from workflow_dispatch inputs

  • needs.* — Outputs and status from dependent jobs

  • jobs.* — Job outputs (alternative syntax)

  • steps.* — Step outputs within custom jobs

  • workflow.* — Workflow metadata

Generating Workflows

When generating or editing workflows:

  • Fetch the schema to get current job types, parameters, and allowed values

  • Validate that required fields are present for each job type

  • Verify job references in needs and after exist in the workflow

  • Check that expressions reference valid contexts and outputs

  • Ensure if conditions respect the schema's length constraints

Validation

After generating or editing a workflow file, validate it against the schema:

# Install dependencies if missing
[ -d "{baseDir}/scripts/node_modules" ] || npm install --prefix {baseDir}/scripts

node {baseDir}/scripts/validate.js <workflow.yml> [workflow2.yml ...]

The validator fetches the latest schema and checks the YAML structure. Fix any reported errors before considering the workflow complete.

Answering Questions

When users ask about available options (job types, triggers, runner types, etc.), fetch the schema and derive the answer from it rather than relying on potentially outdated information. Weekly Installs10.1KRepositoryexpo/skillsGitHub Stars1.5KFirst SeenJan 19, 2026Security AuditsGen Agent Trust HubPassSocketPassSnykWarnInstalled ongithub-copilot6.8Kopencode6.7Kcodex6.5Kcursor6.4Kgemini-cli6.3Kclaude-code6.2K

用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价

统计数据

安装量28.5K
评分4.6 / 5.0
版本
更新日期2026年5月23日
对比案例1 组

用户评分

4.6(596)
5
23%
4
51%
3
23%
2
2%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

时间线

创建2026年3月17日
最后更新2026年5月23日