One-click install
npx skills add https://github.com/soham2008xyz/trade-tycoon --skill eas-update-insights
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: eas-update-insights
Source: https://github.com/soham2008xyz/trade-tycoon/tree/main/.agents/skills/eas-update-insights
Command: npx skills add https://github.com/soham2008xyz/trade-tycoon --skill eas-update-insights

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly determine whether a published EAS Update is adopting well and behaving safely by checking aggregate crash, install, and user metrics.

Core Features & Use Cases

  • Assess update health: Track launches/installs, failed installs, crash rate, and payload size for a specific update group.
  • Validate rollout performance: Confirm whether recent releases are stable and compare health across platforms and time windows.
  • Compare embedded vs OTA adoption: See embedded and OTA user counts per channel, plus the most popular OTA updates by unique users.
  • Support automation: Produce JSON output suitable for scripts and CI gates using non-interactive flags.

Quick Start

Check the latest production update group health for the last 7 days by running: eas update:insights <groupId> --json --non-interactive

Frequently Asked Questions about eas-update-insights

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

FAQPage Schema
How do I check EAS update crash rate and deployment health from the terminal?โ–ผ

You can check EAS update crash rate and deployment health by querying aggregate install, failure, and adoption metrics for a specific update group or channel using the eas-cli. This provides immediate visibility into post-publish stability directly in the terminal.

Can I get expo.dev analytics for OTA updates as JSON output for CI pipelines?โ–ผ

Yes, you can generate expo.dev analytics for OTA updates as JSON output by running the eas-cli with non-interactive flags. This format is suitable for automating rollout regression detection and integrating health checks into CI gates.

What is the best way to compare embedded versus OTA adoption metrics for Expo updates?โ–ผ

The best way to compare embedded versus OTA adoption metrics is to query your channel's runtime data to see embedded and OTA user counts, plus the most popular OTA updates by unique users within a defined time window.

How do I detect rollout regressions in a published EAS update group?โ–ผ

You detect rollout regressions in a published EAS update group by analyzing aggregate crash rates, failed installs, and launch counts over a specific time window. This helps validate whether recent releases are stable across different platforms.

Does checking EAS update insights require specifying a group ID and channel filter?โ–ผ

Yes, checking EAS update insights requires querying published metrics via the eas-cli with specific group ID and channel filters. This ensures the returned health data accurately reflects the targeted deployment context.