wheel-status

Display live status of running workflows with step, progress, and IDs.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/yoshisada/ai-repo-template --skill wheel-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wheel-status
Source: https://github.com/yoshisada/ai-repo-template/tree/main/plugin-wheel/skills/wheel-status
Command: npx skills add https://github.com/yoshisada/ai-repo-template --skill wheel-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Display the status of all running workflows, including workflow name, current step, progress, session/agent IDs, elapsed time, and any pending-user-input rows.

Core Features & Use Cases

  • Real-time visibility into active workflows, including current step, progress, IDs, elapsed time, and any pending user-input rows.
  • Lightweight integration: this skill simply invokes the wheel-status CLI to render status without modifying state.
  • Robust behavior: when a state file is corrupted, the underlying CLI reports the error and continues processing.

Quick Start

Run the wheel-status command to display the status of all running workflows.

Frequently Asked Questions about wheel-status

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

FAQPage Schema
How do I monitor the live status of running workflows from the CLI?

You can monitor running workflows by executing the wheel-status CLI, which renders active workflow names, current steps, progress, session IDs, elapsed time, and pending user-input rows.

What workflow details are visible when tracking active orchestration tasks?

Active orchestration tasks display the workflow name, current step, progress percentage, session and agent IDs, elapsed time, and any rows indicating pending user input.

Does the workflow status monitoring tool modify my running processes?

Workflow status monitoring does not modify any state; it simply invokes the wheel-status CLI to render a read-only view of all active workflows and their current progress.

How to check if a running workflow is waiting for user input?

To check for pending user input, run the wheel-status command to render output that highlights specific rows indicating which active workflows are currently waiting for user input.

What happens if a workflow state file is corrupted during monitoring?

If a workflow state file is corrupted, the underlying CLI reports the error and continues processing, ensuring robust monitoring of other active workflows without interruption.

Do I need any external dependencies to display workflow progress in development environments?

No external dependencies are required to display workflow progress; this lightweight monitoring skill relies solely on the built-in plugin-wheel/bin/wheel-status CLI to render output.