output-workflow-runs-list

Lists recent Output SDK workflow executions with optional name filtering.

430|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/growthxai/output --skill output-workflow-runs-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-workflow-runs-list
Source: https://github.com/growthxai/output/tree/main/coding_assistants/claude/plugins/outputai/skills/output-workflow-runs-list
Command: npx skills add https://github.com/growthxai/output --skill output-workflow-runs-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List and inspect recent Output SDK workflow executions to diagnose failures and monitor activity across workflows.

Core Features & Use Cases

  • View the most recent workflow runs across all workflow types
  • Filter by workflow name to narrow down results
  • Inspect detailed run information (start time, end time, status, workflow name)

Quick Start

Run the command to list the most recent workflow executions and inspect their statuses.

Frequently Asked Questions about output-workflow-runs-list

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

FAQPage Schema
How do I list recent workflow runs to debug a failure?

To debug a failure, you can list recent workflow runs to view structured metadata including status, start time, end time, and workflow name for diagnosing the specific execution issue.

Can I filter workflow execution history by workflow name?

Yes, you can filter workflow execution history by specifying a workflow name to narrow down results and inspect detailed run information for that specific workflow type.

What details are included when monitoring workflow run statuses?

Monitoring workflow run statuses provides structured metadata for each execution, including the workflow name, current status, start time, and end time to track activity and audit performance.

Does this tool show workflow runs across multiple workflow types?

Yes, the tool shows workflow runs across multiple workflow types by default, allowing you to view the most recent executions and monitor overall activity before applying optional name filters.

What is the best way to audit workflow performance using a CLI?

The best way to audit workflow performance via CLI is to query recent execution histories, comparing start and end times to track run statuses and identify failures across workflows.