uipath-feedback

Installation
SKILL.md

UiPath Feedback

Send structured bug reports or improvement suggestions to UiPath with auto-captured diagnostics via uip feedback send.

Design principle: minimum friction. The agent already knows what went wrong from the conversation. Don't re-ask what you already know. The only mandatory interaction is confirmation before sending.

Critical Rules

  1. Minimum user interaction. If the conversation already contains enough context (error, what the user was doing, what went wrong), go straight to confirm and send. Only ask clarifying questions when you genuinely cannot determine what happened.
  2. Never send without explicit user confirmation. Always show a preview and wait for "yes".
  3. Never include secrets, tokens, credentials, or customer data. Sanitize all captured content before sending.
  4. Never include full conversation history. Summarize the relevant context in 2-3 sentences.
  5. Use --output json on uip feedback send to parse the result programmatically.
  6. If uip feedback send fails, save the report to ./feedback-report.md so the user does not lose the gathered context.

Workflow

Step 1 -- Check prerequisites

Installs
4
Repository
uipath/skills
GitHub Stars
104
First Seen
Apr 27, 2026
uipath-feedback — uipath/skills