reporting

Generates dated Markdown reports from SSH-based server health checks and thresholds.

46|7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/sunyonghuan/Netor.Madorin --skill reporting-sunyonghuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reporting
Source: https://github.com/sunyonghuan/Netor.Madorin/tree/main/skills/server-maintainer/subskills/reporting
Command: npx skills add https://github.com/sunyonghuan/Netor.Madorin --skill reporting-sunyonghuan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual effort of checking many servers one by one and compiling the results into a consistent report. It helps you keep offline hosts, warning signs, and critical issues visible in a single Markdown deliverable.

Core Features & Use Cases

  • Batch Server Inspection: Collect status information from multiple servers in one run.
  • Threshold-Based Evaluation: Apply CPU, memory, disk, load, and security rules from shared resources instead of hard-coding values in multiple places.
  • Markdown Report Generation: Produce a dated report that records online, offline, warning, and severe results for operations review.
  • Use Case: A platform engineer can run the Skill each morning to generate a fresh health report, spot overloaded machines, and share the output with the team.

Quick Start

Use the reporting skill to inspect the target servers, apply the configured alert rules, and generate today’s Markdown report in the Reports folder.

Frequently Asked Questions about reporting

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

FAQPage Schema
How do I generate Markdown server monitoring reports from multiple hosts over SSH?

To generate Markdown server monitoring reports, the Skill runs SSH-based health checks across multiple hosts, evaluates CPU, memory, disk, and load thresholds, and compiles online, offline, and alert statuses into a single dated Markdown file.

What is the best way to automate daily server health checks and track offline hosts?

Automating daily server health checks is best handled by running the Skill each morning to inspect target servers, apply configured alert rules, and overwrite the same-day Markdown report with current offline host tracking and threshold statuses.

Can I apply custom CPU, memory, and disk thresholds for server status reporting?

You can apply custom CPU, memory, disk, load, and security thresholds for server status reporting by loading the alert rules from shared resources instead of hard-coding values, ensuring consistent evaluation across all inspected hosts.

Does the reporting Skill overwrite server health reports generated on the same day?

The reporting Skill does overwrite server health reports generated on the same day by enforcing deterministic report naming and overwrite-on-same-day behavior, ensuring the Reports folder only contains the latest daily Markdown output.

Why use Markdown format for DevOps server status and operations reporting?

Markdown format is used for DevOps server status reporting because it produces a clean, readable deliverable that records online, offline, warning, and severe results, making it easy to share and review within operations workflows.