ruflo-status

Diagnose Ruflo health and report system, MCP server, and active-agent status.

70.1k|8.4k|Updated Jun 2, 2025
One-click install
npx skills add https://github.com/ruvnet/claude-flow --skill ruflo-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ruflo-status
Source: https://github.com/ruvnet/claude-flow/tree/main/plugins/ruflo-core/skills/ruflo-status
Command: npx skills add https://github.com/ruvnet/claude-flow --skill ruflo-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @claude-flow/cli.

What problem does it solve?

When a Ruflo installation misbehaves, users need a safe way to check system health, MCP server state, and active agents without risking unintended changes to their setup.

Core Features & Use Cases

  • Read-only diagnostics: Runs npx @claude-flow/cli@latest doctor and status to report health without modifying the installation.
  • Explicit repair mode: Runs doctor --fix only when the user explicitly requests auto-repair, then reports what changed.
  • Use Case: A developer notices agents are not responding and asks for a Ruflo health check; the skill runs diagnostics and summarizes system, MCP server, and agent status without altering anything.

Quick Start

Ask the assistant to check Ruflo health and report the system, MCP server, and active-agent status.

Frequently Asked Questions about ruflo-status

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

FAQPage Schema
How do I check Ruflo health and diagnostics?

Run npx @claude-flow/cli@latest doctor followed by npx @claude-flow/cli@latest status. The doctor command reports installation health while status shows system, MCP server, and active-agent state.

How do I check MCP server and active-agent status in Ruflo?

Use the status command from the claude-flow CLI: npx @claude-flow/cli@latest status. It reports the current MCP server state and which agents are active in the environment.

Does the Ruflo status check modify my installation?

No, the default workflow is strictly read-only. It runs doctor and status without repairing, resetting, starting, stopping, or installing anything. Changes occur only if you explicitly request a repair.

How do I auto-repair a broken Ruflo installation?

Explicitly ask for a fix, which triggers npx @claude-flow/cli@latest doctor --fix followed by a status check. The repair is never inferred from a simple diagnostic request; you must state you want the installation fixed.

Why does Ruflo doctor --fix not run during a normal health check?

The skill separates diagnosis from repair to prevent unintended changes. Authorization for doctor --fix is never inferred from a request to check or diagnose, so repairs only happen on explicit instruction.