Skip to main content

health-check

Overview

Run repository health check. Validates project type detection, runtime version, dependency installation status, environment configuration, Docker services (if applicable), README validation, and test collection.

Usage

python main.py health-check [OPTIONS]

Options

OptionDescriptionDefault
--installInstall missing dependenciesfalse
--verbose, -vShow detailed outputfalse

Prerequisites

Examples

Basic health check

python main.py health-check

Install missing dependencies

python main.py health-check --install

Verbose output

python main.py health-check -v

Output

Reports pass/fail status for each check: project type, runtime, dependencies, environment, Docker, README, and tests.