# Health Check

> Run the system health check to verify the AI News Briefing setup and configuration.

- Skill: `hoangsonww/health-check-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hoangsonww/health-check-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hoangsonww/health-check-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hoangsonww (https://skillmd.com/u/hoangsonww)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hoangsonww/health-check-2

---


# Health Check Skill

Run the system health check script located in the `scripts/` directory to verify the installation, dependencies, and configuration.

To do this, execute `run_shell_command` with the command `bash scripts/health-check.sh` on macOS/Linux or `powershell -ExecutionPolicy Bypass -File scripts\health-check.ps1` on Windows.
Parse the output and summarize any warnings or errors for the user. If everything is healthy, report that the system is fully operational.
