health
From ruvnet
Show agent health and metrics
Install
/healthFacts
- Repository
- ruvnet/ruflo
- Status
- Actively maintained
- Last commit
Source preview
The instructions Claude Code reads when this command runs.
# Agent Health Command
Monitor agent health status, resource usage, and detect issues.
## Usage
```bash
npx claude-flow agent health [agent-id] [options]
```
## Options
| Option | Short | Description | Default |
|--------|-------|-------------|---------|
| `--watch` | `-w` | Continuous monitoring | false |
| `--interval` | `-i` | Watch interval in seconds | 5 |
| `--format` | | Output format (table, json) | table |
## Examples
```bash
# Overall health check
npx claude-flow agent health
# Specific agent health
npx claude-flow agent health coder-lx7m9k2
# Continuous monitoring
npx claude-flow agent health --watch
# Custom interval
npx claude-flow agent health -w -i 10
# JSON output
npx claude-flow agent health --format json
```
## Output
```
Agent Health Status
Overall: HEALTHY
+--------------------+---------+--------+--------+---------+
| Agent | Status | Memory | CPU | Tasks |
+--------------------+---------+--------+--------+---------+
| coder-lx7m9k2 | healthy | 45MB | 2.3% | 5/5 |
| researcher-abc123 | healthy | 38MB | 1.8% | 3/3 |
| tester-def456 | warning | 120MB | 8.5% | 12/14 |
+--------------------+---------+--------+--------+---------+
Alerts
- tester-def456: High memory usage (120MB > 100MB threshold)
- tester-def456: Task failure rate above threshold (14.3%)
Recommendations
- Consider restartinView full source on GitHub →Other slash commands
feature-development
★ 229,918Workflow command scaffold for feature-development in everything-claude-code.
affaan-mupdated 15d agoMITdatabase-migration
★ 229,918Workflow command scaffold for database-migration in everything-claude-code.
affaan-mupdated 15d agoMITadd-language-rules
★ 229,918Workflow command scaffold for add-language-rules in everything-claude-code.
affaan-mupdated 15d agoMITcommit-push-pr
★ 137,934Commit, push, and open a PR
anthropicsupdated 14d agodedupe
★ 137,934Find duplicate GitHub issues
anthropicsupdated 14d agotriage-issue
★ 137,934Triage GitHub issues by analyzing and applying labels
anthropicsupdated 14d ago