원클릭으로
health-check
Check health status of all services and infrastructure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check health status of all services and infrastructure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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)