bootspring health

Quick project health overview and status check.

Overview#

The health command provides a fast overview of your project's health, checking workflow status, todos, quality tooling, test coverage, and more.

Usage#

bootspring health [options]

Options#

OptionDescription
--jsonOutput as JSON

What It Checks#

CheckDescription
Workflow completionStatus of active workflows
Todo/task progressOpen vs completed items
Quality toolingTypeScript, ESLint, Prettier
Test coverageTest presence and coverage
DependenciesVulnerability check
Recent metricsLatest analysis metrics

Example Output#

⚡ Bootspring Health Project: my-app Health Score: 85/100 (Good) Workflows ✓ analyze: complete ✓ audit: complete ! onboard: in-progress (phase 3/5) Todos Open: 5 Completed: 23 Progress: 82% Quality Tooling ✓ TypeScript: configured ✓ ESLint: configured ✓ Prettier: configured ✓ Tests: vitest Test Coverage Coverage: 78% Files tested: 45/52 Dependencies ✓ No known vulnerabilities Grade: B+

Health Score#

The health score (0-100) is calculated based on:

FactorWeight
Workflow completion20%
Todo progress15%
Quality tooling25%
Test coverage25%
Dependencies15%

Grades#

GradeScore Range
A+95-100
A90-94
B+85-89
B80-84
C+75-79
C70-74
D60-69
FBelow 60

Examples#

# Quick health check bootspring health # JSON output for CI/automation bootspring health --json