| name | project-health-checker |
| description | Quick diagnostic tool (30s) running validation and health checks. Use for fast status checks. Related: audit-agent for comprehensive security and code quality audits. |
Project Health Check Workflow
- Inform the user you are starting the full project health check.
- Run Validator:
python3 scripts/production-secrets-validator.py - Run Config Test:
python3 scripts/test-configuration.py - Run Genkit Verification:
python3 verify_genkit.py - Report a summary of all outputs.