# Ruflo Status

> Diagnose Ruflo health, then report system, MCP server, and active-agent status without changing the installation

- Skill: `ruvnet/ruflo-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ruvnet/ruflo-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ruvnet/ruflo-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ruvnet (https://skillmd.com/u/ruvnet)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/ruvnet/ruflo-status

---


# Ruflo status

Use this skill when the user asks for Ruflo health, diagnostics, MCP server
state, or active-agent status.

## Default read-only workflow

Run these commands in order:

```bash
npx @claude-flow/cli@latest doctor
npx @claude-flow/cli@latest status
```

Summarize the diagnostics and status together. Do not repair, reset, start,
stop, install, or otherwise change anything during the default workflow.

## Explicit repair workflow

Only when the user explicitly asks to fix or auto-repair the installation,
replace the first command with:

```bash
npx @claude-flow/cli@latest doctor --fix
npx @claude-flow/cli@latest status
```

Report what the repair changed and the resulting status. Never infer
authorization for `doctor --fix` from a request to check or diagnose Ruflo.

