agent-team-run-status

Return a workflow run with grouped task status counts from agent-team state.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify the status and health of a single workflow run by aggregating task counts by status, reducing the need to query multiple sources.

Core Features & Use Cases

  • Show a single run's details and a summary of its tasks by status.
  • Useful for quick health checks, debugging workflows, and reporting run progress.
  • Use Case: A developer wants to verify that run_docs has completed all tasks or identify stalled tasks.

Quick Start

Execute a status check for a specific run to obtain an at-a-glance view of the run and its task distribution.

Frequently Asked Questions about agent-team-run-status

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

FAQPage Schema
How do I check the status of a single workflow run and its tasks?

To check a workflow run status, you can query the agent-team CLI using a specific run_id to retrieve a single run's details alongside grouped task status counts for quick monitoring.

What is the best way to monitor task counts by status for a specific agent-team run?

Monitoring task counts by status is done by aggregating tasks from the agent-team state, providing a concise snapshot of task distribution to verify completion or identify stalled tasks.

How does task status grouping work for workflow monitoring in the agent-team CLI?

Task status grouping works by reading the agent-team state for a given run_id and returning a structured summary that groups tasks by their current status for at-a-glance health checks.

Can I use this approach to debug stalled tasks in my workflow run?

Yes, you can debug stalled tasks by requesting a run status check, which outputs structured run and task data that highlights incomplete or stalled task counts for troubleshooting.

Do I need a specific run_id to get a workflow run status summary?

Yes, you need a specific run_id to query the agent-team CLI, as the tool targets a single workflow run to generate its task status distribution and health snapshot.

What output format should I expect when checking workflow run progress?

When checking workflow run progress, the output returns structured data containing the run object and a tasks object, which groups task counts by status for downstream integration and reporting.