healthcheck

Identify and report ADA capture and analysis component health status.

22|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/readycheck-dev/skills --skill healthcheck-readycheck-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcheck
Source: https://github.com/readycheck-dev/skills/tree/main/plugins/readycheck/skills/healthcheck
Command: npx skills add https://github.com/readycheck-dev/skills --skill healthcheck-readycheck-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ADA system health and dependencies checks for ReadyCheck ADA capture and analysis workflows, ensuring readiness before capture.

Core Features & Use Cases

  • Preflight health assessment using ada doctor check to surface issues
  • Environment setup guidance ensures ADA_BIN_DIR and ADA_LIB_DIR paths
  • Provides actionable guidance for resolving issues and verifying status before operation

Quick Start

Run the health check to verify ADA readiness and dependency status before starting any capture.

Frequently Asked Questions about healthcheck

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

FAQPage Schema
How do I verify ADA capture and analysis dependencies before starting a workflow?

To verify ADA capture dependencies, you can run a preflight health check using the ada doctor command to identify and report the status of runtime components, tools, and dependencies. This ensures system readiness and surfaces actionable issues before operation.

Do I need to configure ADA_BIN_DIR and ADA_LIB_DIR paths before running a health check?

Yes, you need to configure ADA_BIN_DIR and ADA_LIB_DIR environment paths as part of the environment setup. Establishing these paths via the READYCHECK plugin root and ADA tools is required to accurately assess runtime readiness and verify status before capture.

What is the best way to troubleshoot ADA tool readiness issues before a capture task?

The best way to troubleshoot ADA tool readiness issues is to execute a preflight health assessment that provides structured output for both human and automated consumption. This surfaces specific issues and provides actionable guidance for resolving them.

Can I use this health check output for automated environment verification?

Yes, you can use the health check output for automated environment verification because it provides structured reporting of component health and dependency status. This allows automated systems to consume the readiness data and determine if ADA tools are prepared for capture.

Why does my ADA preflight check fail to identify runtime readiness problems?

An ADA preflight check might fail to identify runtime readiness problems if the environment setup is incomplete, specifically if ADA_BIN_DIR and ADA_LIB_DIR paths are not properly configured. Ensuring the READYCHECK plugin root is correctly set up is required for accurate dependency verification.