status

Render a read-only Hypo-Workflow progress summary from state files.

24|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill status-hypoxanthineovo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/HypoxanthineOvO/Hypo-Workflow/tree/main/skills/status
Command: npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill status-hypoxanthineovo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a concise, read-only snapshot of the pipeline progress without changing state.

Core Features & Use Cases

  • Read the current pipeline state from .pipeline/state.yaml or compact formats.
  • Display milestone, step, and progress summaries; optionally include recent events and health hints.
  • Use case: a user wants a quick check of where the pipeline stands before planning next steps.

Quick Start

Just run the status skill to view a lightweight progress summary without altering the pipeline.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check my pipeline status without changing the state?▼

To check pipeline status without changing state, use a read-only progress summarizer. It reads configuration and state files to render a snapshot of milestones and steps without mutating any pipeline state.

What is the best way to view Hypo-Workflow progress before planning next steps?▼

Viewing Hypo-Workflow progress before planning next steps is done by reading compact and full state representations across cycles, milestones, and prompts to inform your actions.

Can I see recent events and health hints in a pipeline progress summary?▼

Yes, you can see recent events and health hints in a pipeline progress summary. The summarizer displays milestone, step, and progress summaries while optionally including recent events and health hints.

Does the status skill work with compact state formats?▼

Yes, the status skill works with compact state formats. It applies to both compact and full state representations to render a read-only status view of the pipeline progression.

How do I get suggested follow-up steps from my pipeline state file?▼

To get suggested follow-up steps from your pipeline state file, read the current state from .pipeline/state.yaml. The summarizer surfaces suggested follow-up steps alongside the progress summary.

Why does my pipeline state file not update after checking progress?▼

Your pipeline state file does not update after checking progress because the summarizer is a lightweight, read-only tool. It provides a concise snapshot of pipeline progress without mutating any pipeline state.