with one click
health-check
Check health status of all services and infrastructure.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Check health status of all services and infrastructure.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate and apply structured code changes to a file
Fix agents that read stale production data instead of classifying direct benchmark prompts — add format detection at top of instructions
Diagnose and fix sub-agent configuration issues in YAML + instruction files that cause timeouts, tool failures, or degraded performance
Fallback persistence paths when primary tools (store_memory, create_note, write_file) are unavailable — memory blocks, task resolution fields, CRM notes, and reporting, in priority order.
Compose and send an email — using native GWS tools (never gog CLI for replies)
Create, advance, and resolve CRM tasks correctly — respecting status transitions, handling retries, and avoiding common API pitfalls.
| name | health-check |
| description | Check health status of all services and infrastructure. |
Run a comprehensive health check across all configured services.
crm_health()
exec sudo systemctl is-active $SERVICE_1 $SERVICE_2 $SERVICE_3
exec ss -tlnp | grep -E ':($PORT_LIST)'
exec pg_isready -h 127.0.0.1
exec redis-cli ping
exec curl -sf http://127.0.0.1:11434/api/tags | head -c 200
exec df -h /
SERVICE HEALTH REPORT
[checkmark/x] Service Name -- status (port)
...
INFRASTRUCTURE:
[checkmark/x] PostgreSQL -- [status]
[checkmark/x] Redis -- [status]
[checkmark/x] Ollama -- [status] ([N] models loaded)
DISK: [usage]% root
Customize the service list and port numbers for your deployment:
$SERVICE_1 $SERVICE_2 $SERVICE_3 with your systemd service names$PORT_LIST with your service ports (e.g., 8600|9099|9100|3004)