eas-update-insights
eas update insights
What it does
- "How is the latest update doing?"
- "Is the latest update healthy?"
- "Is the new release crashing more than the last one?"
- "How many users are on the latest update vs the embedded build?"
- "Which update is most popular on production right now?"
- "How big is our update bundle?"
- eas-cli installed (npm install -g eas-cli).
Requirements & configuration
- Don't use when the user needs per-user crash detail or device-level reporting; this skill only exposes aggregate EAS metrics.
- For channel:insights: run from an Expo project directory (the command resolves the project ID from app.json). update:insights only needs a login.
Configuration: GROUP_IDYYYY
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
eas-update-insights FAQ
What does the eas-update-insights skill do?
EAS service (paid). Check the health of published EAS Update: crash rates, install/launch counts, unique users, payload size, and the split between embedded and OTA users per channel. Use when the user asks how an update is performing, whether a rollout is healthy, how many users are on the embedded build vs OTA, or wants to gate CI on update health. "How is the latest update doing?" "Is the latest update healthy?"
What does eas-update-insights require?
Don't use when the user needs per-user crash detail or device-level reporting; this skill only exposes aggregate EAS metrics. For channel:insights: run from an Expo project directory (the command resolves the project ID from app.json). update:insights only needs a login. Configuration keys: GROUP_ID, YYYY.
How do I install eas-update-insights?
Run: npx -y skills add https://github.com/expo/skills --skill eas-update-insights --agent claude-code — the source lives at github.com/expo/skills.
Maintain eas-update-insights?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/expo-skills-eas-update-insights?ref=badge) npx agentictools info skills/expo-skills-eas-update-insights The second line is the CLI lookup for this page — handy in READMEs and docs.