From ai-news-briefing
Runs a system health check script to verify the AI News Briefing installation, dependencies, and configuration. Reports warnings/errors or confirms operational status.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-news-briefing:health-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the system health check script located in the `scripts/` directory to verify the installation, dependencies, and configuration.
Run the system health check script located in the scripts/ directory to verify the installation, dependencies, and configuration.
To do this, execute 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.
npx claudepluginhub hoangsonww/ai-news-briefing --plugin ai-news-briefingChecks an AI Brain Starter vault for health issues like missing CLAUDE.md, stale hooks, or broken scripts. Run after a git pull or when Claude behavior seems off.
This skill should be used when the user asks to "check my setup", "run diagnostics", "doctor", "health check", "verify my installation", "are my plugins working", "check plugin status", "what's broken", "fix my setup", "debug my environment", "check dependencies", "environment check", "troubleshoot setup", or invokes /midnight-expert:doctor. Provides comprehensive health reporting for the midnight-expert ecosystem — plugin installation, MCP servers, external tools, cross-plugin references, and NPM registry.
Runs comprehensive diagnostics on Claude Code environment: plugins, settings, hooks, MCP servers. Identifies issues, supports --fix and --verbose.