What problem does it solve?
It solves the problem of not knowing whether a project or module is currently healthy, stable, and safe to ship.
Core Features & Use Cases
- Build verification: Confirms the module compiles/builds successfully according to the detected stack.
- Test signal: Runs the appropriate test suite and summarizes how many tests exist and whether they pass.
- Dependency and code hygiene checks: Looks for known vulnerabilities, critical outdated dependencies, TODOs/FIXMEs/HACKs, potential hardcoded secrets, and lint failures.
- Infra validation: Checks whether local/containerized infrastructure and declarative infra (e.g., Terraform) validate cleanly.
Use case: before a release, run this on a specific module to quickly identify whether failures come from build/test regressions, vulnerable dependencies, suspicious code hygiene issues, or infra misconfiguration.
Quick Start
Run the health-check skill on the target module or project and ask for a compact SAUDÁVEL/ATENÇÃO/CRÍTICO report with build, tests, deps, code, and infra status.