health-check

Run build, test, dependency, code hygiene, and infrastructure checks.

6|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/wesleyosantos91/multi-agents --skill health-check-wesleyosantos91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check
Source: https://github.com/wesleyosantos91/multi-agents/tree/main/devin/.devin/skills/health-check
Command: npx skills add https://github.com/wesleyosantos91/multi-agents --skill health-check-wesleyosantos91

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about health-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check project health and release readiness before shipping?

You can run a rapid health diagnostic that executes stack-appropriate build and test commands, audits dependencies for vulnerabilities, scans for TODOs and hardcoded secrets, and validates docker-compose and terraform configurations to confirm release readiness.

What does a dependency audit and code hygiene scan look for?

A dependency audit and code hygiene scan identifies known vulnerabilities, critical outdated packages, lint failures, and suspicious code patterns like TODOs, FIXMEs, HACKs, and potential hardcoded secrets to ensure code stability and security compliance.

Can I validate docker-compose and terraform configurations during a preflight check?

Yes, infrastructure validation is a core part of the preflight check. It verifies that local containerized infrastructure and declarative infrastructure files like terraform validate cleanly before deployment.

How do I run a CI/CD health diagnostic on a specific module?

Target the specific module to run a CI/CD health diagnostic that executes the appropriate build and test suite, audits dependencies, and outputs a compact SAUDÁVEL, ATENÇÃO, or CRÍTICO status for build, tests, dependencies, code, and infrastructure.

Does this project health check require any external dependencies or components?

No, this project health check operates without requiring external dependencies or components. It directly applies stack-appropriate commands to evaluate build verification, test signals, and infrastructure readiness.