health-check

Execute deterministic health checks on SwarmAI subsystems and summarize pass/fail results for CI workflows.

36|4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/xg-gh-25/SwarmAI --skill health-check-xg-gh-25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check
Source: https://github.com/xg-gh-25/SwarmAI/tree/main/backend/skills/s_health-check
Command: npx skills add https://github.com/xg-gh-25/SwarmAI --skill health-check-xg-gh-25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SwarmAI health checks verify critical subsystems after a build, catching regressions before they impact users.

Core Features & Use Cases

  • Post-build verification runs a comprehensive set of checks (backend health, context files, MCP status, daily activity pipeline) and reports a final status.
  • Deterministic reporting produces a concise summary with pass/fail results and actionable fixes.
  • CI/CD readiness enables automated health verification in pipelines and alerts on failures.

Quick Start

Run the health check workflow after a build to verify all checks complete and report a final summary.

Frequently Asked Questions about health-check

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

FAQPage Schema
How do I verify SwarmAI post-build health in a CI/CD pipeline?

Post-build health checks identify regressions in critical SwarmAI subsystems after a build, deployment, or bug triage by running deterministic checks and reporting actionable fixes before users are impacted.

What subsystems does a SwarmAI health check cover?

SwarmAI health checks verify critical subsystems including Backend Health, Context Files, MCP status, DailyActivity pipeline, Streaming Config, and Developer Tools after a build, catching regressions before they impact users.

Can I automate health reporting for SwarmAI after a deployment?

Yes, CI/CD readiness enables automated health verification in pipelines by running a comprehensive set of checks and alerting on failures with concise summaries and actionable fixes.

Does the SwarmAI health check produce parseable output for automated workflows?

Yes, deterministic reporting produces a concise summary with pass/fail results and actionable fixes, designed to be parseable and integrate with CI workflows for automated health verification.

When should I run post-build health checks for SwarmAI?

Run health checks after a build, deployment, or bug triage to verify all checks complete, identify regressions in critical subsystems, and report a final summary with actionable fixes.