health

Run local deterministic health checks on the Builder Data Collection system.

4|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/0xmariowu/builders-dont-cry --skill health-0xmariowu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/0xmariowu/builders-dont-cry/tree/main/core/skills/health
Command: npx skills add https://github.com/0xmariowu/builders-dont-cry --skill health-0xmariowu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables builders and users to perform rapid health checks on the Builder Data Collection (BDC) harness, ensuring system stability and proper operation.

Core Features & Use Cases

  • Health Verification: Run deterministic, local checks on BDC to assess stability.
  • Usage Scope: Used for BDC-related health inquiries, not for application testing or CI/CD pipeline validation.
  • Use Case: A developer wants to confirm that their BDC environment is functioning correctly before deploying new tasks or integrations.

Quick Start

Use the /health command to run a quick local health check on the BDC system.

Frequently Asked Questions about health

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

FAQPage Schema
How do I run a local health check on the Builder Data Collection system?

Verify BDC stability by running the /health command, which executes deterministic local shell scripts to diagnose issues and confirm readiness for deployment or development tasks.

What is Builder Data Collection system health verification used for?

BDC health verification is used to perform rapid local checks confirming the BDC harness is functioning correctly and is stable before deploying new tasks or integrations.

Can I use this health check for CI/CD pipeline validation or application testing?

No, this health check is scoped strictly to BDC-related inquiries and cannot be used for CI/CD pipeline validation or application testing.

Does the BDC health check evaluate memory-based responses or use remote validation?

No, the BDC health check does not evaluate memory-based responses or use remote validation. It runs deterministic local shell scripts to ensure baseline stability.

Why should I verify BDC stability before deployment?

Verifying BDC stability before deployment ensures your environment is functioning correctly, preventing issues during new task or integration deployment through deterministic local checks.