analyze

Diagnose workflow execution failures and provide optimization recommendations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/PeriscopeAI/periscope-workspace --skill analyze-periscopeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/PeriscopeAI/periscope-workspace/tree/main/.rulesync/skills/analyze
Command: npx skills add https://github.com/PeriscopeAI/periscope-workspace --skill analyze-periscopeai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand why their workflows are failing, identify performance bottlenecks, and receive actionable recommendations for improvement.

Core Features & Use Cases

  • Failure Diagnosis: Pinpoint the exact step where a workflow failed, understand the error, and get root cause analysis.
  • Performance Analysis: Detect slow activities, identify bottlenecks, and analyze resource utilization.
  • Optimization Recommendations: Receive suggestions to improve workflow speed, reduce costs, and enhance reliability.
  • Use Case: A user's refund-request workflow has been failing intermittently. They use /analyze workflow refund-request-wf-123 to find that the extract_invoice_data step is timing out due to large documents, and the skill recommends adding document size validation and potentially switching to a faster agent.

Quick Start

Use the analyze skill to diagnose the failed workflow with ID wf-abc123.

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I diagnose a workflow failure and find the root cause?

To diagnose workflow failure, you analyze the specific execution path to pinpoint the exact failing step, understand the error, and receive a root cause analysis for why the workflow failed.

How do I identify performance bottlenecks in a workflow?

Identifying performance bottlenecks requires process performance analysis to detect slow activities, analyze resource utilization, and locate the exact steps causing execution delays.

Can I compare execution paths to optimize workflow performance?

Yes, you can compare execution paths to analyze differences in process performance, identify inefficiencies, and generate actionable optimization recommendations for workflow tuning.

What's the best way to get optimization recommendations for slow workflows?

The best way to get optimization recommendations is analyzing workflow executions to receive actionable suggestions that improve workflow speed, reduce costs, and enhance overall reliability.

Does workflow analysis provide suggestions to improve reliability?

Yes, workflow analysis provides actionable suggestions to enhance reliability by diagnosing failures, identifying bottlenecks, and recommending performance tuning strategies.

Why does my workflow fail intermittently and how do I fix it?

Intermittent workflow failures are diagnosed by analyzing execution history to pinpoint exact failing steps, perform root cause analysis, and recommend fixes like adding input validation or switching agents.