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
- 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.
- Never send without explicit user confirmation. Always show a preview and wait for "yes".
- Never include secrets, tokens, credentials, or customer data. Sanitize all captured content before sending.
- Never include full conversation history. Summarize the relevant context in 2-3 sentences.
- Use
--output jsononuip feedback sendto parse the result programmatically. - If
uip feedback sendfails, save the report to./feedback-report.mdso the user does not lose the gathered context.