Quick project health overview and status check.
The health command provides a fast overview of your project's health, checking workflow status, todos, quality tooling, test coverage, and more.
bootspring health [options]
| Option | Description |
|---|
--json | Output as JSON |
| Check | Description |
|---|
| Workflow completion | Status of active workflows |
| Todo/task progress | Open vs completed items |
| Quality tooling | TypeScript, ESLint, Prettier |
| Test coverage | Test presence and coverage |
| Dependencies | Vulnerability check |
| Recent metrics | Latest analysis metrics |
⚡ 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+
The health score (0-100) is calculated based on:
| Factor | Weight |
|---|
| Workflow completion | 20% |
| Todo progress | 15% |
| Quality tooling | 25% |
| Test coverage | 25% |
| Dependencies | 15% |
| Grade | Score Range |
|---|
| A+ | 95-100 |
| A | 90-94 |
| B+ | 85-89 |
| B | 80-84 |
| C+ | 75-79 |
| C | 70-74 |
| D | 60-69 |
| F | Below 60 |
# Quick health check
bootspring health
# JSON output for CI/automation
bootspring health --json