Skip to main content

ruflo-status

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

Ir a la instalación

Datos de origen

Repositorio
ruvnet/ruflo
Última actividad en el origen
29 de julio de 2026 a las 19:08
Idioma detectado de SKILL.md
inglés
Estrellas
73.010
Forks
8665

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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.
Ver en GitHub