Run a comprehensive health check on the project and report results.
From dev-intelligencenpx claudepluginhub hedera-dev/hedera-skills --plugin dev-intelligence/healthScans projects for stale research, forgotten ADRs, unresolved review conditions, orphaned artifacts, missing traceability, and version drift. Outputs console report and docs/health.json.
/healthRuns health checks on Nemp Memory system: verifies .nemp directory, memories.json validity and integrity, CLAUDE.md sync, and outputs scored report with issues.
/healthChecks project health for stale files, uncommitted changes, missing artifacts, and config drift. Runs workflow with gates and validations, producing diagnostic report.
/healthUnified health dashboard across all TVS Holdings entities with traffic-light status indicators
Run a comprehensive health check on the project and report results.
Git status:
git status --short
git log --oneline -5
Test suite:
# Detect and run test command from package.json, pyproject.toml, etc.
npm test # or pytest, cargo test, go test ./...
Lint check:
# Detect and run lint command
npm run lint # or ruff check ., cargo clippy, golangci-lint run
Dependency freshness:
# Check for outdated dependencies
npm outdated # or pip list --outdated, cargo outdated
Output summary table:
| Check | Status | Details |
|---|---|---|
| Git State | OK/WARN/FAIL | e.g., "3 uncommitted files" |
| Tests | OK/WARN/FAIL | e.g., "42 passed, 0 failed" |
| Lint | OK/WARN/FAIL | e.g., "0 errors, 2 warnings" |
| Dependencies | OK/WARN/FAIL | e.g., "3 outdated, 0 vulnerable" |
Status definitions:
Recommendations: