superset-feedback

Installation
SKILL.md

Superset Feedback

Help the user turn their feedback about Superset into a well-formed report and submit it where they choose. Treat whatever they wrote after the command as the seed.

1. Gather context (best effort, never block)

Run in parallel; skip anything that fails:

  • superset --version and uname -sm for the environment block
  • superset auth whoami for the signed-in user/org (private submissions only)

Do NOT include repository contents, terminal output, or logs unless the user explicitly agrees when asked.

For bugs, also offer (never assume):

  • Screenshot — if the bug is visual and you can capture one, offer to attach it. Evidence beats prose.
  • Diagnostics — offer to attach a diagnostics bundle (CLI version, OS, last 200 app log lines) via the --diagnostics flag. Tell the user logs can contain file paths and project names before they agree.

2. Classify and draft

Installs
59
GitHub Stars
2
First Seen
Aug 5, 2026
superset-feedback — superset-sh/skills