acc-create-docker-healthcheck

Installation
SKILL.md

Docker Health Check Generator

Generates health check scripts and configurations for PHP Docker containers.

Generated Files

docker/healthcheck/
  php-fpm-healthcheck.sh    # PHP-FPM process health check
  http-healthcheck.sh       # HTTP endpoint health check
  combined-healthcheck.sh   # Combined multi-service check

PHP-FPM Health Check (cgi-fcgi based)

#!/bin/bash
# php-fpm-healthcheck.sh
# Checks PHP-FPM status via /ping endpoint using cgi-fcgi
Related skills
Installs
2
GitHub Stars
71
First Seen
Feb 11, 2026