core dev health¶
Quick health check across all repositories.
Shows a summary of repository health: total repos, dirty repos, unpushed commits, etc.
Usage¶
Flags¶
| Flag | Description |
|---|---|
--registry |
Path to repos.yaml (auto-detected if not specified) |
--verbose |
Show detailed breakdown |
Examples¶
# Quick health summary
core dev health
# Detailed breakdown
core dev health --verbose
# Use specific registry
core dev health --registry ~/projects/repos.yaml
Output¶
With --verbose:
See Also¶
- work command - Full workflow (status + commit + push)
- commit command - Claude-assisted commits