What problem does it solve? After a machine or container restart, services like the gbrain worker, database connection, or OpenClaw gateway can silently break. This Skill verifies the health of a gbrain installation, automatically fixes known failure modes, and reports exactly what is still broken. ## Core Features & Use Cases - Eight built-in health checks: Verifies the Bun runtime, GBrain CLI, database connectivity, worker process, OpenClaw Codex plugin, gateway, embedding API key, and brain repo path. - Automatic remediation: Known failures are fixed before reporting, such as reinstalling Zod v4 for the Codex plugin or restarting the worker with correct environment variables. - User-extensible tests: Drop executable scripts into ~/.gbrain/smoke-tests.d/ to add custom checks that run alongside the built-in suite. - Use Case: After a container rebuild, run the smoke test once to confirm all services recovered; the exit code tells you how many failures remain unfixed, and results are logged to /tmp/gbrain-smoke-test.log. ## Quick Start Run the gbrain smoke test to verify all services recovered after the restart and auto-fix any known issues.