Project Health Check
Analyze overall project health and generate comprehensive metrics report
$ npx claude-code-templates@latest --command="project-management/project-health-check" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Project Health Check
Analyze overall project health and metrics: $ARGUMENTS
Current Project State
- Git activity: !
git log --oneline --since="30 days ago" | wc -l - Contributors: !
git shortlog -sn --since="30 days ago" | head -5 - Branch status: !
git branch -r | wc -lremote branches - Code changes: !
git diff --stat HEAD~30 2>/dev/null || echo "Not enough history" - Dependencies: @package.json or @requirements.txt or @Cargo.toml (if exists)
Task
Generate a comprehensive project health report analyzing:
Evaluation Period: Use $ARGUMENTS or default to last 30 days Health Dimensions:- Code Quality Metrics
- Code complexity analysis
- Security vulnerabilities (run npm audit or equivalent)
- Technical debt indicators
- Delivery Performance
- Cycle time analysis
- Bug vs feature ratio
- On-time delivery metrics
- Team Health Indicators
- Commit frequency distribution
- Work distribution balance
- Knowledge concentration risk
- Dependency Health
- Security audit results
- License compliance check
- External service dependencies
Health Report Format:- Overall health score (0-100) with color-coded status
- Executive summary with key findings
- Detailed metrics tables with current vs target values
- Trend analysis and risk assessment
- Actionable recommendations prioritized by impact
Related Claude Code Commands
Todo
Manage project todos in todos.md file
Create Prd
Create Product Requirements Document (PRD) for new features
Init Project
Initialize new project with essential structure, configuration, and development environment setup
Create Feature
Scaffold new feature with boilerplate code, tests, and documentation
Create Prp
Create comprehensive Product Requirement Prompt (PRP) with research and validation
Milestone Tracker
Track and analyze project milestone progress with predictive analytics
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.