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
Decision gist · record as of 2026-07-27
Status shows which OMG mode is currently active and displays its real-time progress. 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.
Use it when
- Status reports real-time progress by displaying which OMG mode is active, the current execution phase.
- Status lists all active agents and their execution states, letting you see which agents are currently running, idle, or completed.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
zereight/gitlab-mcp/status · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently 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)
File tree — 1 file
.github/skills/status/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Check what OMG mode is currently running and its progress”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Verify turns uncertain claims into concrete proof by running existing tests, type checks, and targeted validation commands. It reports exactly what passed, what failed, and what remains unverified—ensuring changes are genuinely complete before you move on.
UltraQA automates the test-fix loop by running quality checks, analyzing what broke, and applying corrections across up to 5 cycles. Choose your goal—tests, build, lint, or type checking—and let it work toward success. It tracks progress, detects repeated failures, and exits when the goal is met or max cycles reached.
tdd guides you through strict test-driven development using the red-green-refactor cycle: write a failing test, implement minimal code to pass it, then refactor. The skill enforces the discipline of writing tests before production code and provides framework-specific commands for multiple languages.
lwy-status pulls together progress metrics from every learnwy subsystem—vocabulary mastery, wiki integrity, prompt-optimizer activity, knowledge nudges, and log sizes—into a single consolidated view. Run it on demand or let the weekly SessionStart hook deliver an automated digest at the start of each ISO week.
Trace systematically investigates why something happened by generating competing hypotheses and evaluating evidence for and against each one. It's built for ambiguous causal questions—runtime bugs, performance regressions, and architecture issues—where you need to explain the most likely explanation. The skill structures your investigation through observation, hypothesis generation, evidence gathering, and discriminating probes.
Set up production-ready state management using Redux Toolkit, Zustand, MobX, or Context API with useReducer. Choose the right pattern for your app's complexity, from lightweight stores to full-featured solutions with time-travel debugging and async handling.