uipath-feedback

Send structured bug reports and feedback to UiPath via CLI with sanitization.

141|50|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/UiPath/skills --skill uipath-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uipath-feedback
Source: https://github.com/UiPath/skills/tree/main/skills/uipath-feedback
Command: npx skills add https://github.com/UiPath/skills --skill uipath-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces friction when reporting issues to UiPath by automatically gathering relevant context, guiding the user through confirmation, and delivering well-structured feedback.

Core Features & Use Cases

  • Auto-capture environment and conversation context to create concise bug reports or improvement suggestions.
  • Enforce explicit user confirmation before sending reports and provide a safe preview.
  • Sanitize sensitive data, redact PII, and ensure no secrets are transmitted.
  • Support JSON-formatted output for programmatic processing and easy integration with CI or automation workflows.
  • Fallback: if sending fails, save the report locally to avoid data loss.

Quick Start

Tell your agent to send a bug report or feedback with the current conversation.

Frequently Asked Questions about uipath-feedback

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

FAQPage Schema
How do I send a bug report to UiPath with automatic diagnostics?

You can send a bug report to UiPath by telling your agent to submit feedback, which triggers the uip feedback send CLI to automatically gather environment and conversation context into a structured report.

How does this bug reporting tool sanitize sensitive data before sending?

The bug reporting tool sanitizes sensitive data by automatically redacting secrets and personally identifiable information according to built-in sanitization rules before any report is transmitted to UiPath.

Can I integrate automated bug reporting into a CI or automation workflow?

Yes, automated bug reporting supports JSON-formatted output for programmatic processing, allowing you to easily integrate the structured diagnostics and feedback pipeline into CI or automation workflows.

What happens if my feedback submission to UiPath fails?

If your feedback submission fails, the tool falls back to saving the bug report locally to prevent data loss, ensuring your diagnostics and context details are preserved for later retrieval.

Do I need to confirm before the diagnostics report is sent to UiPath?

Yes, explicit user confirmation is required before sending the diagnostics report, and a safe preview is provided so you can review the captured environment and conversation details beforehand.