expo-skill-feedback

Submit feedback on Expo skills and control opt-in anonymous usage telemetry.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/aadilmallick/myfitness-pal-clone --skill expo-skill-feedback-aadilmallick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expo-skill-feedback
Source: https://github.com/aadilmallick/myfitness-pal-clone/tree/main/.agents/skills/expo-skill-feedback
Command: npx skills add https://github.com/aadilmallick/myfitness-pal-clone --skill expo-skill-feedback-aadilmallick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Expo users and AI agents lack a direct channel to report what worked, what broke, or where documentation and tooling fell short, and they need transparent control over whether anonymous usage telemetry is collected. ## Core Features & Use Cases - Actionable Feedback Submission: Send categorized feedback about Expo skills, docs, MCP tools, Expo CLI, or EAS CLI via the submit-expo-feedback CLI with optional category and subject flags. - Eval Candidate Reporting: Report real-world Expo tasks that an AI agent repeatedly failed at, using a structured Task/Expected/Actual/Wrong approach/Evidence format, with user approval required before submission. - Telemetry Control: Check, enable, or disable anonymous PostHog usage telemetry, which is off by default and only activates through explicit opt-in via script or environment variable. - Use Case: After an AI agent fails three times to configure an expo-router deep link and you fix it manually, use this Skill to submit the failure as an eval candidate so Expo can turn it into a regression test. ## Quick Start Ask the assistant to submit feedback that the expo-router skill was missing deep-linking context, or to check the current Expo skills telemetry status.

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 about an Expo skill?

Run npx --yes submit-expo-feedback@latest with your actionable feedback as the final argument. Optionally add --category (skills, docs, mcp, expo-cli, eas-cli, evals, or unknown) and --subject naming the exact skill, URL, or command involved.

What is an eval candidate and when should I report one?

An eval candidate is a real Expo task an AI agent could not complete despite genuine effort, such as repeated failed attempts or the user taking over manually. Report at most one per session, only after showing the user the exact submission and getting approval.

Is Expo skills telemetry on by default?

No, telemetry is off by default and strictly opt-in. It only activates when you run telemetry.cjs --on or set EXPO_SKILLS_TELEMETRY=1, and it never sends data from CI environments or when DO_NOT_TRACK is set.

How do I check or disable Expo skills telemetry?

Run node scripts/telemetry.cjs --status to see the current state and why, or --off to remove the opt-in marker and disable it. Setting EXPO_SKILLS_TELEMETRY=0 or DO_NOT_TRACK=1 also forces telemetry off.

What data does the Expo skills telemetry collect?

It sends a skill_invoked event to PostHog containing the skill name, agent harness, OS, CPU architecture, and a hashed anonymous installation ID. No source code, prompts, personal data, or secrets are included, and the PostHog key is a public write-only ingestion key.