health
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Health Check
$ARGUMENTS
Check the health of all project services.
Project context
- Services: !
docker compose ps 2>/dev/null || echo "no-docker"
Auto-Detection
Detect services from docker-compose.yml, .env, or project configuration.
Quick Check
# If using Docker Compose
docker compose ps