status
Status displays which OMG mode is running and reports its current progress, including active phases, task completion, and agent states. Use it to verify what's executing, monitor advancement through workflows, or confirm state after resuming operations.
Status shows which OMG mode is currently active and displays its real-time progress.
AI-generated summary based on this skill's SKILL.md
Install
zereight/gitlab-mcp/status · repository language: TypeScript
git clone https://github.com/zereight/gitlab-mcp
cp -r gitlab-mcp/.github/skills/status ~/.claude/skills/statusFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What mode is active in status?
Status shows which OMG mode is currently running and its progress. The skill displays the active phase, task completion metrics, and agent execution states so you can verify what's executing and monitor advancement through your workflows.
How do I check current progress with status?
Status reports real-time progress by displaying which OMG mode is active, the current execution phase, and completion metrics for running tasks. Use status to see how far your workflow has advanced and which agents are actively processing.
What agents are active and what's their execution status?
Status lists all active agents and their execution states, letting you see which agents are currently running, idle, or completed. This helps you understand resource allocation and identify any agents that may need attention during your workflow execution.
How can I verify state after resuming a task?
Status confirms the current state after you resume or cancel operations by displaying the updated OMG mode, active phases, and task completion status. Run status immediately after resuming to verify that your workflow resumed at the correct point.
Does status show task completion metrics?
Status monitors team pipeline stage and task completion metrics, giving you visibility into how many tasks are complete, in progress, or pending. This helps you track overall workflow advancement and identify bottlenecks in your execution pipeline.
SKILL.md
rendered from the published skill — quoted content, verbatim
Status
Show the current state of all OMG modes, active agents, and progress.
When to Use
- Check what mode is currently active
- See progress of omg-autopilot, ralph, or team execution
- Verify state after a cancel or resume
Workflow
1. Scan State Files
Read .omc/state/ directory for active mode state files:
- omg-autopilot-state.json
- ralph-state.json
- ultrawork-state.json
- ultraqa-state.json
- team-state.json
- self-improve/state/agent-settings.json
2. Report Active Modes
For each active mode, show:
OMG Autopilot: - Current phase (0-5) - Phase name and progress - Files modified so far
Ralph: - Current story (N of M) - Stories passing / total - Linked ultrawork status
Team: - Team name and member count - Current pipeline stage - Task completion (N/M tasks done)
UltraQA: - Current cycle (N of 5) - Last failure summary
Self-Improve: - Current iteration - Best score vs baseline -
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
.github/skills/status/SKILL.md