eas-update-insights

Check EAS Update performance metrics including crash rates, user counts, and update size.

3|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/jonluca/palate --skill eas-update-insights-jonluca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eas-update-insights
Source: https://github.com/jonluca/palate/tree/main/.agents/skills/eas-update-insights
Command: npx skills add https://github.com/jonluca/palate --skill eas-update-insights-jonluca

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires eas-cli, and includes scripts (resource) components.

What problem does it solve?

Quickly assess the performance of EAS Updates across multiple dimensions: crash rates, user adoption, payload size, and the split between embedded and OTA users per channel.

Core Features & Use Cases

  • Performance Metrics: Check crash rates, install/launch counts, unique users, and payload size for published EAS Updates.
  • User Adoption: Understand how many users are on the embedded vs OTA builds.
  • Rollout Monitoring: Validate whether a rollout is healthy and whether to gate CI on update health.
  • Use Case: Use this skill when you want to see how the latest update is performing, identify potential issues, or understand the user distribution across updates.

Quick Start

Check the insights for the latest EAS Update using: eas update:insights 03d5dfcf-736c-475a-8730-af039c3f4d06.

Frequently Asked Questions about eas-update-insights

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

FAQPage Schema
How do I monitor EAS Update performance metrics for an Expo app?

To monitor EAS Update performance, this Skill checks crash rates, install and launch counts, unique users, and update payload size for published OTA updates. It provides a quick assessment of how your Expo app updates are performing across multiple dimensions.

Can I see how many users are on embedded builds vs OTA updates in EAS?

Yes, this Skill assesses user adoption to show the split between users on embedded builds versus OTA updates per channel. This helps you understand how many users have adopted the latest EAS Update across your rollout.

Do I need eas-cli installed to check EAS Update analytics?

Yes, you need eas-cli installed to access update data and check EAS Update analytics. The Skill requires eas-cli to retrieve performance metrics like crash rates, user counts, and payload sizes for your published Expo updates.

What is the best way to validate if an EAS Update rollout is healthy?

The best way to validate rollout health is to monitor EAS Update performance metrics including crash rates, user adoption, and payload size. This allows you to identify performance issues and decide whether to gate CI on update health.

How do I identify performance issues with published Expo updates?

You can identify performance issues by checking the crash rates, install and launch counts, and update size of published EAS Updates. This Skill assesses these dimensions to help you spot potential issues during Expo app rollouts.