submit_feedback
Submit audit run feedback, including run metadata and consented telemetry. Files a GitHub issue or provides a mailto fallback if filing fails.
Instructions
Send optional run feedback to the tool author.
Requires a resolved configuration. There is nothing to send unless
config.feedback_text was set on the configuration page, or the
calling agent supplies extra_text; if neither is present this
raises rather than filing an empty, pointless issue.
The feedback body always carries the free text plus a run-metadata
section (tool version, rules pack, assistant, model, repository,
timestamps), and then each telemetry section the user consented to
on the configuration page (coverage totals, findings rollup by
severity/domain id, self-assessment, environment); an unconsented
section is left out entirely. Finding text itself is never
included, only counts.
Files a labelled issue on the tool author's feedback repository via
gh. If gh is unavailable or filing fails for any reason, the
feedback is never lost: this returns a mailto fallback instead,
with the same body, so the agent can offer to open the user's mail
client or hand over the text to paste in manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extra_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||