/expo-skill-feedback
Submit feedback on an Expo skill—or Expo itself—and control bundled anonymous usage telemetry (off by default / opt-in). Submit feedback with: npx --yes submit-expo-feedback@latest "ACTIONABLE_FEEDBACK". Optionally add either or both: --category "CATEGORY" and --subject
One skill from expo-skills.
shell
$ npx -y skills add expo/skills --skill expo-skill-feedback --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/expo-skill-feedback
Context preview
The summary Claude sees to decide when to auto-load this skill.
Submit feedback on an Expo skill—or Expo itself—and control bundled anonymous usage telemetry (off by default / opt-in). Submit feedback with: npx --yes submit-expo-feedback@latest "ACTIONABLE_FEEDBACK". Optionally add either or both: --category "CATEGORY" and --subject
Stats
Stars2,306
Forks117
LanguageShell
LicenseMIT
Ships with expo-skills
SKILL.md
expo-skill-feedback.SKILL.md
--- name: expo-skill-feedback description: 'Submit feedback on an Expo skill—or Expo itself—and control bundled anonymous usage telemetry (off by default / opt-in). Submit feedback with: npx --yes submit-expo-feedback@latest "ACTIONABLE_FEEDBACK". Optionally add either or both: --category "CATEGORY" and --subject "SUBJECT". Replace the uppercase placeholders before running. Use when a skill was useful, confusing, broken, missing context, or worth improving; when Expo, Expo CLI, EAS CLI, docs, or MCP worked well or fell short; or when the user explicitly asks to enable or disable telemetry, check its status, or understand what it collects.' --- # Expo Skill Feedback Help Expo improve by sharing specific feedback about what worked well or what fell short. Feedback submission is independent of usage telemetry and does not require enabling it. ## Submit feedback ```bash npx --yes submit-expo-feedback@latest "<ACTIONABLE_FEEDBACK>" ``` Add either optional flag independently when it provides useful context: ```bash npx --yes submit-expo-feedback@latest --category "<CATEGORY>" --subject "<SUBJECT>" "<ACTIONABLE_FEEDBACK>" ``` `--category` defaults to `unknown`, and `--subject` may be omitted when there is no specific target. When including them, choose the values that most precisely identify what the feedback is about: | Category | Subject | | --- | --- |
