cli-health

Monitor server health and component status from the CLI with real-time dashboards.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/DevMHOne/nextroute --skill cli-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-health
Source: https://github.com/DevMHOne/nextroute/tree/main/skills/cli-health
Command: npx skills add https://github.com/DevMHOne/nextroute --skill cli-health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check server health, component status, and live metrics from the CLI to detect issues early and maintain system reliability.

Core Features & Use Cases

  • Real-time health monitoring across services
  • Component status dashboards and alert-ready insights
  • Use cases include proactive maintenance, incident triage, and capacity planning

Quick Start

Run nextroute health to view the real-time server health and component status dashboard.

Frequently Asked Questions about cli-health

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

FAQPage Schema
How do I monitor server health and component status from the CLI in real-time?

Monitor server health from the CLI by running the health command to view a real-time dashboard of component statuses and live metrics. Use the health watch subcommand with interval support for continuous tracking across multiple services.

Can I get JSON output for server health metrics to integrate with other monitoring tools?

Yes, you can get JSON output for server health metrics by using the json option with the health or status subcommands. This formats live component statuses and metrics for integration with external monitoring or alerting pipelines.

Does this CLI health dashboard work for managing deployments across development, staging, and production?

Yes, the CLI health dashboard works for managing NextRoute deployments across development, staging, and production environments. It provides real-time dashboards and alerting to help operations teams identify issues quickly in any environment.

What is the best way to check live component status and filter for alerts only?

Filter for alerts only by running the health command with the alerts-only option. This restricts the live CLI dashboard to show only component statuses that require immediate attention, streamlining incident triage and proactive maintenance.

How do I run a diagnostic check on my server components before a deployment?

Run a diagnostic check on server components by using the doctor subcommand. This inspects your deployment's component status and live metrics to detect issues early and verify system reliability before releasing changes.

Why use a CLI health dashboard instead of a web-based monitoring interface for incident triage?

A CLI health dashboard provides immediate, terminal-based access to live metrics and component statuses without leaving the development environment. This speeds up incident triage and capacity planning directly from the server command line.