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#
Loading code block...
Options#
| Option | Description |
|---|---|
--json | Output as JSON |
What It Checks#
| 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 |
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:
| Factor | Weight |
|---|---|
| Workflow completion | 20% |
| Todo progress | 15% |
| Quality tooling | 25% |
| Test coverage | 25% |
| Dependencies | 15% |
Grades#
| 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 |
Examples#
Loading code block...
Related Commands#
bootspring audit- Full auditbootspring analyze- Deep analysisbootspring quality- Quality gates