--- id: zereight/gitlab-mcp/status version: "e1053eca" license: MIT install: manual updated: 2026-07-27 --- # 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. Publisher: zereight · Stars: 1847 · Updated: 2026-07-27 Install (manual): `git clone https://github.com/zereight/gitlab-mcp` ## SKILL.md # 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 - Improvement percentage - Stop condition proximity ### 3. Report No Active Modes If nothing is active: "No active OMG modes. Start with `/omg-autopilot`, `/ralph`, or `/team`." ## Output Format ``` === OMG Status === Mode: OMG Autopilot Phase: 2/5 (Execution) Started: 2 minutes ago Files modified: 12 Mode: Team (linked) Team: fix-ts-errors Stage: team-exec Workers: 3/3 active Tasks: 2/5 completed ``` ## Verbose Mode (--verbose) With `--verbose`, also show: - Full state JSON for each active mode - Recent git log (last 5 commits) - `.omc/` directory listing [View on SkillFed](https://skillfed.io/zereight/gitlab-mcp/status) · [View on GitHub](https://github.com/zereight/gitlab-mcp)