Skip to content

send-feedback

Submit feedback or report a bug for the rn-dev-agent plugin. Collects sanitized environment context and creates a GitHub issue. No sensitive data leaves the local machine.

/rn-dev-agent:send-feedback
  1. Ask feedback type — bug report, feature request, or question
  2. Collect environment context — plugin version, OS, Node.js, simulator status, Metro status, recent tool activity (automated and sanitized)
  3. Present sanitized data — show exactly what will be sent, ask for confirmation
  4. Create GitHub issue — submit via gh CLI to the plugin repository
  5. Confirm — report the issue URL

Never included:

  • Absolute file paths, API keys, tokens, secrets
  • Email addresses, phone numbers, PII
  • IP addresses (except localhost)
  • Company names, bundle IDs, app names
  • Store state values, component tree contents
  • Network request/response bodies, console log contents

Included (safe):

  • Plugin and tool versions
  • OS type and version
  • Node.js version
  • Simulator/emulator count
  • Metro running status
  • Tool call names, pass/fail results, and latency
  • CDP connection status and error count

If gh CLI is not installed, the issue body is written to /tmp/rn-dev-agent-feedback.md for manual submission.