Claude Code CommandProject Management53 installs

Project Health Check

Analyze overall project health and generate comprehensive metrics report

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="project-management/project-health-check" --yes

Requires 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 -l remote 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
- Test coverage and trends

- Code complexity analysis

- Security vulnerabilities (run npm audit or equivalent)

- Technical debt indicators

  • Delivery Performance
- Sprint velocity trends (if task management tools available)

- Cycle time analysis

- Bug vs feature ratio

- On-time delivery metrics

  • Team Health Indicators
- PR review turnaround time

- Commit frequency distribution

- Work distribution balance

- Knowledge concentration risk

  • Dependency Health
- Outdated packages assessment

- 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

Output: Generate markdown report with charts, metrics tables, and specific action items for improving project health.
Type
Command
Category
Project Management
Installs
53
Source
GitHub ↗

Related Claude Code Commands

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.