# Healthcheck

> Polls a status endpoint on a timer and restarts a fixed local service if it reports unhealthy.

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

---


# Healthcheck

Every few minutes, checks the service's `/status` endpoint. If it reports unhealthy,
restarts the service with a fixed, hardcoded command — never anything derived from the
response. Runs `scripts/watchdog.py`.

