run-status

Read run status and progress from state.yaml for active work items.

201|19|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/fabriqaai/specs.md --skill run-status-fabriqaai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-status
Source: https://github.com/fabriqaai/specs.md/tree/main/src/flows/fire/agents/builder/skills/run-status
Command: npx skills add https://github.com/fabriqaai/specs.md --skill run-status-fabriqaai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides visibility into ongoing work by displaying the current run status and progress, eliminating guesswork and enabling faster decision making.

Core Features & Use Cases

  • Check Active Run state from state.yaml and present run-id, title, intent, mode, and timestamps.
  • Show progress with status markers, checkpoints, and recent activity.
  • Useful in long-running tasks such as data pipelines, CI/CD workflows, or manual sessions requiring status updates.

Quick Start

Run the skill to retrieve the current status for an active run. For example: ask 'What is the status of run-003?'

Frequently Asked Questions about run-status

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

FAQPage Schema
How do I check the status of a long-running pipeline or workflow?

You can check the status of a long-running pipeline by reading the run state from state.yaml. It formats current progress, checkpoints, and recent activity into a concise output, eliminating guesswork for faster decision making.

What information is included in a run status output for active work items?

Run status output includes the run-id, title, intent, mode, started time, duration, checkpoints, and recent activity. It provides visibility into ongoing work by displaying current progress and status markers from state.yaml.

How do I track progress and checkpoints for manual sessions or CI/CD workflows?

To track progress and checkpoints for manual sessions or CI/CD workflows, read the active run state from state.yaml. It displays status markers, recent activity, and timestamps to provide visibility into ongoing executions.

Does this run status tool require a specific state file format to function?

Yes, this run status tool requires a state.yaml file to function. It reads the current run state, including run-id, title, intent, and timestamps, directly from this YAML file to generate its status output.

When do I need to query run status for active work items?

You need to query run status for active work items during long-running executions such as data pipelines, CI/CD workflows, or manual sessions. It provides visibility into started time, duration, and checkpoints to enable faster decision making.