fleet-check

Validate all eight connection channels (P1-P8) to a target node.

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/supportersimulator/multi-fleet --skill fleet-check-supportersimulator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-check
Source: https://github.com/supportersimulator/multi-fleet/tree/main/skills/fleet-check
Command: npx skills add https://github.com/supportersimulator/multi-fleet --skill fleet-check-supportersimulator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates end-to-end validation of all eight communication channels (P1-P8) to a target node, revealing exactly which paths are operational and which are broken, so fleets stay reliable.

Core Features & Use Cases

  • Deterministic 8-channel test sequence (P1-P8) covering NATS pub/sub, HTTP, Chief relay, Seed, SSH, Wake-on-LAN, and Git, with a human-last-resort P8 option.
  • Per-channel reporting with pass/fail states, latency indicators, and actionable remediation recommendations to support self-healing workflows.
  • Use Case: verify fleet health after scaling, network changes, or repairs to ensure all channels are healthy before critical operations.

Quick Start

Run the fleet-check test against a target node using the daemon API to execute the 8-channel sequence and obtain a concise report.

Frequently Asked Questions about fleet-check

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

FAQPage Schema
How do I run end-to-end fleet connectivity health checks after network changes?

Fleet connectivity health checks validate all eight connection channels (P1-P8) to a target node, covering NATS, HTTP, Chief relay, Seed, SSH, Wake-on-LAN, Git, and a manual fallback. They confirm redundancy and recoverability after node provisioning or network changes.

What is the best way to verify node provisioning and repair cycles in a fleet?

Verify node provisioning and repair cycles by applying deterministic 8-channel sequencing with per-channel timeouts to a target node. This produces a structured pass/fail summary per channel, confirming all paths are healthy before critical operations.

How do I diagnose broken communication channels and get actionable remediation recommendations?

Diagnose broken communication channels by running the 8-channel validation sequence, which reports per-channel pass/fail states and latency indicators. It generates actionable remediation recommendations to support self-healing workflows.

Can I use fleet-check to validate SSH and Wake-on-LAN connectivity to a target node?

Yes, you can use fleet-check to validate SSH and Wake-on-LAN connectivity. It tests these specific communication channels alongside NATS, HTTP, Chief relay, Seed, and Git to ensure all eight paths to the target node are operational.

Does the 8-channel fleet health check support per-channel timeout configurations?

Yes, the 8-channel fleet health check applies deterministic sequencing with per-channel timeouts. This ensures precise control over connection validation timing and accurately reports pass/fail states for each individual path.