---
name: quick-feedback
description: Send the user's product feedback about Quick to its maintainers. Use when the user wants to report a bug, flag a rough edge, or share what they think about Quick itself while using it.
---

# Send product feedback about Quick

When the user wants to tell the Quick team something about the tool — a bug, a rough edge, an idea —
capture it and send it. This is feedback ABOUT Quick, to its makers.

1. Get the feedback in one or two sentences. If the user already said it, use their words; otherwise
   ask what they'd like to send.
2. `quick feedback "their message"` — sends it to the Quick team (it lands in our PostHog). Add `--json`
   if you need to confirm `{ "sent": true }` programmatically.
3. Tell the user it was sent. If the command reports feedback is off (a from-source or dev build with no
   telemetry key), let them know it was not delivered.

Do NOT use this for review comments on a published artifact — those go to `quick comment list <site>` or the
review overlay. `feedback` is only for feedback about Quick the product.
