audit_health
Quickly assess a codebase's health by computing key metrics and comparing against a configurable threshold. Generates a code map and indexes functions for deeper analysis.
Instructions
Quick health check of a codebase with key metrics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The directory path to check | /app |
| threshold | No | Health score threshold (0-100) for pass/fail | |
| indexFunctions | No | Automatically index functions during health check | |
| analyzerConfigs | No | Analyzer-specific configuration overrides (e.g., SOLID thresholds, DRY settings) | |
| generateCodeMap | No | Generate and return a human-readable code map as part of the health check results |