expo-skill-feedback

Submit feedback on Expo skills and control usage telemetry via PostHog.

2.4k|125|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/expo/skills --skill expo-skill-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expo-skill-feedback
Source: https://github.com/expo/skills/tree/main/plugins/expo/skills/expo-skill-feedback
Command: npx skills add https://github.com/expo/skills --skill expo-skill-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a streamlined way to submit feedback on Expo skills and the framework itself, enabling users to report issues, suggest improvements, and manage the opt-in usage telemetry.

Core Features & Use Cases

  • Submit Feedback: Annotate and submit feedback on Expo skills or the framework, including issues, suggestions, and usage experiences.
  • Usage Telemetry: Control the opt-in usage telemetry for Expo skills, enabling or disabling the data collection feature.
  • Use Case: When encountering a bug in an Expo skill or wishing to suggest a feature, use this Skill to submit your feedback efficiently.

Quick Start

Run the command to provide feedback on the 'expo-router' skill: node "${CLAUDE_PLUGIN_ROOT}/skills/expo-skill-feedback/scripts/skill-feedback.cjs" --skill eas-app-stores --rating useful --text "TestFlight steps were clear and worked first try."

Frequently Asked Questions about expo-skill-feedback

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

FAQPage Schema
How do I submit feedback on an Expo skill or framework issue?

Submit feedback on Expo skills by running the skill-feedback shell script with arguments specifying the target skill, rating, and descriptive text to report issues or suggest improvements.

Can I manage usage telemetry and data collection for Expo skills?

Yes, you can manage usage telemetry for Expo skills through the feedback script, which provides options to enable or disable the opt-in data collection feature directly from your environment.

Does the Expo feedback skill require PostHog for telemetry submission?

Yes, the Expo feedback skill operates within the Expo ecosystem and requires interaction with the PostHog platform to process and submit your usage telemetry and issue reports.

What's the best way to report a bug found in an Expo skill like eas-app-stores?

Report bugs in Expo skills by executing the skill-feedback script with the skill name, a usefulness rating, and a text description detailing the specific issue encountered during usage.

How does usage tracking work for the Expo framework and its skills?

Usage tracking operates through an opt-in telemetry system managed by shell commands, collecting data on skill interactions and framework usage to help improve the Expo development ecosystem.

Are there limitations when using shell scripts to control Expo skill feedback?

The feedback skill relies on shell scripting and requires Node.js to execute the command-line interface, meaning it must be run within a compatible terminal environment that has the Expo plugin root configured.