# Health

> Quick session health check

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

---


When this skill is invoked, IMMEDIATELY print:

```
[BW] running health check...
```

Check:
- **Outcome**: Run `bestwork outcome` on current session
- **Efficiency**: Show calls/prompt ratio
- **Loop detection**: Flag repeated tool calls
- **Platform review**: Check for OS/runtime mismatches

After done, print one of:
```
[BW] health check: all green. session is productive.
```
or:
```
[BW] health check: {N} issue(s) found. see above.
```

