status

Read JSON state files to report active OMG execution modes and progress.

Updated May 5, 2026
One-click install
npx skills add https://github.com/HyperionBurn/searchv1beta --skill status-hyperionburn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/HyperionBurn/searchv1beta/tree/main/.github/skills/status
Command: npx skills add https://github.com/HyperionBurn/searchv1beta --skill status-hyperionburn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You need a reliable way to understand what the system is currently running and how far each active workflow has progressed, especially after starting, canceling, or resuming execution.

Core Features & Use Cases

  • Active mode visibility: Reports the current state of OMG modes including phases, iterations, cycles, stages, and last failure summaries.
  • Agent and progress tracking: Shows task completion counts, worker activity, and files modified so far for each running mode.
  • Optional verbose diagnostics: Provides deeper state JSON, recent git activity, and a directory listing for troubleshooting when needed.

Quick Start

Use the status skill to display the current state of all active OMG modes and their progress.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check the progress of active async pipeline execution modes?

To check async pipeline progress, it reads JSON state files from the .omg/state directory and renders a human-readable report showing phases, iterations, task completion counts, and worker activity for active modes.

What is the best way to verify workflow state after canceling or resuming an async pipeline?

For post-interruption verification, it reads JSON state files to display current phases, last failure summaries, and files modified so far across modes like omg-autopilot, ralph, and ultraqa.

Can I view detailed JSON state and git activity for workflow monitoring?

Yes, you can view detailed JSON state and git activity by enabling optional verbose diagnostics, which also provides a directory listing for deeper troubleshooting of active execution modes.

Does the status reporting tool support self-improve and team workflow modes?

Yes, status reporting supports self-improve and team modes, reading JSON state files to track cycles, stages, and task completion counts for each running mode.

Why are my active execution modes not showing updated task completion counts?

Active modes may not show updated task completion counts if the JSON state files in the .omg/state directory are not being written or refreshed by the async pipeline workers.