Domains
Forms
- SKILL.md20.0%
- scripts60.0%
- other20.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a user asks about CI/CD or workflows in an Expo/EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.
scripts/fetch.js (Node.js) to fetch the live JSON schema, syntax docs, and pre-packaged job docs from Expo.eas/workflows/*.yml using the schema as source of truth for job types, triggers, and expressionsscripts/validate.js against the latest schema to check structure and fix errorsA validated EAS workflow YAML file that conforms to the current schema, plus accurate answers to workflow questions derived from live docs.
Use Cases
A team wants automated builds on every GitHub push. They invoke the skill, which fetches the current EAS workflow schema and writes a `.eas/workflows/build.yml` with `on: push` triggers and build jobs. The validator confirms correctness. The team gets a reliable CI pipeline without manually tracking EAS docs changes.
A developer is unsure which job types and triggers EAS Workflows support. Using the skill, the agent fetches the live schema and syntax docs, then explains available options and generates a sample deploy workflow. The developer learns the current capabilities and gets a ready-to-use YAML validated against the schema.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File