uipath-tasks

Generate validated UiPath Tasks XAML with form.io schema and persistence constraints.

99|19|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/marcelocruzrpa/uipath-ai-skills --skill uipath-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uipath-tasks
Source: https://github.com/marcelocruzrpa/uipath-ai-skills/tree/main/uipath-tasks
Command: npx skills add https://github.com/marcelocruzrpa/uipath-ai-skills --skill uipath-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

LLMs frequently generate invalid UiPath Tasks XAML with incorrect property names, missing NuGet dependencies, broken persistence constraints, and malformed form.io schemas, leading to workflows that fail to open in Studio or crash at runtime. This skill eliminates that risk by producing deterministic, production-ready XAML for all UiPath Tasks activities, with built-in validation to catch common LLM hallucination patterns before they reach your project.

Core Features & Use Cases

  • Form Task Generation: Create human-in-the-loop approval workflows with form.io schemas, FormData bindings, and the Shadow Task Pattern for batch approvals, eliminating manual XAML editing and selector errors.
  • External Task Integration: Build system-in-the-loop workflows for JIRA, Salesforce, or ServiceNow, where external systems resolve tasks via Orchestrator API without human intervention.
  • Task Management Operations: Generate XAML for programmatic task retrieval, assignment, and completion for recovery workflows, escalation patterns, and cross-process orchestration.
  • Built-in Validation: Enforce critical constraints like persistence activities only in entry-point workflows, matching Create/Wait activity counts, and correct FormData-to-form.io key alignment via automated lint rules.

Quick Start

Use the uipath-tasks skill to generate a complete invoice approval workflow with a form task for manager review and wait logic for human submission, all with valid XAML that opens directly in UiPath Studio.

Frequently Asked Questions about uipath-tasks

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

FAQPage Schema
Why does UiPath Tasks XAML generated by AI fail to open in Studio?

Yes, you can generate system-in-the-loop external task XAML for JIRA, Salesforce, or ServiceNow. These workflows enable external systems to resolve tasks via the Orchestrator API without human intervention, ensuring valid XAML that opens directly in UiPath Studio.

How do I create a human-in-the-loop approval workflow with form.io schemas in UiPath?

You can generate XAML for programmatic task retrieval, assignment, and completion. This skill supports creating recovery workflows, escalation patterns, and cross-process orchestration by enforcing matching Create and Wait activity counts and persistence constraints.

What are the limitations of using LLMs for UiPath Persistence activities?

LLMs frequently hallucinate persistence constraints, allowing activities outside entry-point workflows or mismatching Create and Wait counts. This skill enforces critical persistence constraints and automated lint rules to catch these specific LLM hallucination patterns before they reach your project.

Does this tool validate form.io schemas and FormData bindings for UiPath tasks?

Yes, this skill enforces correct FormData-to-form.io key alignment via automated lint rules and form.io schema validation. It ensures deterministic XAML generation for UiPath.Persistence.Activities, preventing runtime crashes caused by malformed schemas.