Skip to main content

ruflo-status

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

跳到安装

来源信息

仓库
ruvnet/ruflo
最近来源活动
2026年7月29日 19:08
检测到的 SKILL.md 语言
英语
星标
73,010
分支
8,665

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
ruflo-status
description
Diagnose Ruflo health, then report system, MCP server, and active-agent status without changing the installation
argument-hint
[--fix]
allowed-tools
Bash(npx *)
# 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.
在 GitHub 查看