From vanguard-frontier-agentic
Reviews exported RPA workflow definitions (UiPath, Automation Anywhere, Power Automate Desktop, Blue Prism) for resilience and security defects that cause unattended bots to fail silently in production.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:rpa-workflow-resilience-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill reviews exported RPA workflow definitions — UiPath XAML, Automation Anywhere task bots, Power Automate Desktop flows, and Blue Prism processes — for the resilience and security defects that destroy unattended production runs: hardcoded credentials, brittle UI selectors, missing exception handling, non-idempotent transaction logic, hard sleeps, and invisible failures. A bot that silen...
This skill reviews exported RPA workflow definitions — UiPath XAML, Automation Anywhere task bots, Power Automate Desktop flows, and Blue Prism processes — for the resilience and security defects that destroy unattended production runs: hardcoded credentials, brittle UI selectors, missing exception handling, non-idempotent transaction logic, hard sleeps, and invisible failures. A bot that silently fails at 2 AM, double-posts a financial transaction, or leaks an RDP session is a production incident. This review catches those defects from the exported artifact before they reach the orchestrator scheduler.
idx values, dynamic window titles, auto-generated IDs from frameworks like WinForms or SAP session GUIDs — as HIGH; they break on any application UI change or version bump; use stable anchors (semantic names, fixed automation IDs, accessible names).Load these only when needed:
Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticRead-only auditor for UiPath solutions and artifacts (.xaml/.cs/.py/.flow/.bpmn/.uipx) — runs validation, checks structure and best practices. Reports findings without editing.
Reviews Salesforce Flow automation definitions for correctness, safety, and maintainability. Flags recursion, bypass flags, null handling, and missing fault paths.
Interprets n8n validation errors and warnings, distinguishes false positives from real errors, and guides through the fix loop. Activate on validate_node/validate_workflow failures.