health-check

Report health status of Docker, database, API, and authentication services.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rayzru/info-web --skill health-check-rayzru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check
Source: https://github.com/rayzru/info-web/tree/main/.claude/skills/health-check
Command: npx skills add https://github.com/rayzru/info-web --skill health-check-rayzru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates a comprehensive evaluation of the local development stack, ensuring Docker, database, API, and authentication components are healthy before coding.

Core Features & Use Cases

  • End-to-end health validation: Assesses containers, database connectivity, API responsiveness, and auth setup to surface actionable status.
  • Guided remediation: Provides concrete steps to resolve common issues (e.g., starting containers, checking logs, validating env vars).
  • Onboarding readiness: Delivers a structured health report to speed up new contributor setup.

Quick Start

Run the health-check to validate your development environment and surface actionable remediation steps.

Frequently Asked Questions about health-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify my local development environment health end-to-end?

To verify your local development environment health end-to-end, this Skill assesses Docker, database, API, and authentication services, producing a structured health summary with actionable remediation steps for any failing components.

What is included in a full development stack health check?

A full development stack health check includes validating container availability, database connectivity, API responsiveness, and authentication login readiness, ensuring all critical local services are operational before coding begins.

Can I use this to troubleshoot Docker container and database connectivity issues?

Yes, you can use this to troubleshoot Docker container and database connectivity issues. It identifies failing components in your development stack and provides concrete guided remediation steps like checking logs and validating environment variables.

Does this health check provide steps for onboarding new contributors to a development environment?

Yes, this health check supports onboarding new contributors by delivering a structured health report that validates the local development stack setup and surfaces actionable remediation steps to speed up environment readiness.

What is the best way to check API health and authentication readiness in a local dev setup?

The best way to check API health and authentication readiness is to run an automated evaluation that tests API responsiveness and login setup, generating an actionable status report to quickly surface and resolve configuration issues.