agent-team-run-list

List and filter workflow runs by status, limit, and after-version parameters.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill agent-team-run-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-run-list
Source: https://github.com/tae2089/agent-team/tree/main/skills/agent-team-run-list
Command: npx skills add https://github.com/tae2089/agent-team --skill agent-team-run-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lists workflow runs to provide visibility into ongoing agent-team executions for governance, debugging, and planning.

Core Features & Use Cases

  • List runs for operational review and reporting.
  • Filter by status (e.g., open or closed), limit results, and consider version changes to focus on relevant runs.
  • Use Case: A project lead reviews open runs before a release cycle to ensure alignment.

Quick Start

Run the agent-team run list command with optional flags to fetch runs.

Frequently Asked Questions about agent-team-run-list

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

FAQPage Schema
How do I list workflow runs for agent-team monitoring and governance?

To list workflow runs for governance, execute the agent-team run list command. It applies scope via status, limit, and after-version parameters to fetch and filter ongoing or closed executions for operational review.

Can I filter workflow runs by status to find open or closed executions?

Yes, you can filter workflow runs by status. The status-filter parameter allows you to specify open or closed states, tailoring the returned results to focus only on relevant execution records for debugging.

What is the best way to parse command-line flags for listing workflow runs?

Listing workflow runs natively supports command-line flag parsing and JSON-params compatibility. This mechanism ensures consistent output schemas for downstream tooling when fetching execution records.

Does the workflow run list output work with downstream tooling and automation?

Yes, the workflow run list output works with downstream tooling. It provides consistent output schemas and JSON-params compatibility, ensuring reliable integration for automated reporting and monitoring pipelines.

How do I limit workflow run results to focus on recent changes?

You can limit workflow run results by applying the limit and after-version parameters. This scopes the fetched runs to a specific quantity and tracks recent version changes for focused operational review.