Health Check banner
hoangsonww hoangsonww

Health Check

Development community

Description

Check the health of the running WealthWise API and web services. Target: $ARGUMENTS ## Steps ### 1. Check API health ``` curl -sf http://localhost:4000/api/health ``` Expected response: `{ "status": "ok" }` with HTTP 200. If that fails, also try: ``` curl -sf http://localhost:4000/ ``` ### 2. Check web app ``` curl -sf -o /dev/null -w "%{http_code}" http://localhost:3000/ ``` Expected: HTTP 200. ### 3. Check containers (if running in Docker or Podman) ``` # Try Docker first docker compose

Installation

Installs to ~/.claude/skills/hoangsonww-wealthwise-finance-tracker-health-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hoangsonww-wealthwise-finance-tracker-health-check && curl -fsSL https://raw.githubusercontent.com/hoangsonww/WealthWise-Finance-Tracker/HEAD/.claude/skills/health-check.md -o ~/.claude/skills/hoangsonww-wealthwise-finance-tracker-health-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository