uipath-feedback

Sends structured bug reports and improvement suggestions to UiPath via the uip feedback CLI.

9|6|Updated Aug 25, 2017
One-click install
npx skills add https://github.com/sergueik/springboot_study --skill uipath-feedback-sergueik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uipath-feedback
Source: https://github.com/sergueik/springboot_study/tree/main/basic-uipath-skills/.github/skills/uipath-feedback
Command: npx skills add https://github.com/sergueik/springboot_study --skill uipath-feedback-sergueik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reporting bugs or suggesting improvements for UiPath products normally requires manually gathering environment details, error logs, and reproduction context. This Skill automates that capture and submits a structured report through the uip feedback send CLI command. ## Core Features & Use Cases - Automatic context capture: Detects the product area (RPA, Flow, BPMN, Agents, CodedApps, and more), collects CLI version, tenant info, tool versions, and the last failed command without asking the user. - Session retrospective: Generates a structured self-assessment of intent, outcome, tool gaps, and friction points to give triagers actionable context. - Sanitization and confirmation: Strips secrets, tokens, PII, and customer data from all content, then shows a preview requiring explicit user confirmation before sending. - Use Case: After uip maestro flow validate fails with a cryptic error, invoke this Skill to auto-build a titled, tagged bug report with environment details and sample prompts, then send it to UiPath with one confirmation. ## Quick Start Ask the assistant to report the UiPath issue you just hit by saying "send feedback to UiPath about this error" or invoke the /uipath-feedback command.

Frequently Asked Questions about uipath-feedback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I report a bug in the UiPath CLI?

Invoke this Skill or run the /uipath-feedback command after encountering the issue. It automatically captures the failing command, environment details, and session context, then sends a structured report via uip feedback send after your confirmation.

How do I send feedback or feature suggestions to UiPath?

Use the uip feedback send command with --type improvement. This Skill auto-detects whether your report is a bug or improvement from conversation signals, builds the title and description, and submits it after you confirm the preview.

Does the feedback report include my credentials or tokens?

No. All captured content is sanitized before sending: lines containing tokens, secrets, passwords, and API keys are stripped, GUIDs and usernames are redacted, and auth files like ~/.uipath/.auth are never included.

What happens if uip feedback send fails?

The full report is saved to ./feedback-report.md in the working directory so no gathered context is lost. You can submit it manually or retry later with the /uipath-feedback command.

Why does feedback sending fail with a ValidationError on PowerShell?

This happens when a multi-line description is inlined as a --description argument, since PowerShell mangles lines starting with dashes. The fix is writing the body to a temp file and passing it via --description-file instead.