server-diagnostic-report

Diagnose production server health via a 13-phase evidence collection workflow.

1|Updated Sep 6, 2024
One-click install
npx skills add https://github.com/carlos18bp/gym_project --skill server-diagnostic-report-carlos18bp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-diagnostic-report
Source: https://github.com/carlos18bp/gym_project/tree/main/.agents/skills/server-diagnostic-report
Command: npx skills add https://github.com/carlos18bp/gym_project --skill server-diagnostic-report-carlos18bp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of unknown production server health by running a structured, phased diagnostic that surfaces bottlenecks, misconfigurations, and operational risks before they become incidents.

Core Features & Use Cases

  • Comprehensive multi-phase diagnostics: Collects system, service, logging, worker, disk, backup, monitoring, and security evidence across 13 phases.
  • Action-oriented prioritization: Scores each phase 1–10 and outputs prioritized remediation tasks suitable for maintenance planning.
  • Production-scoped checks: Targets the gym_project production environment (Gunicorn gym_intranet and Huey gym-project-huey) and evaluates per-service limits, health endpoints, and cron/timer hygiene.

Quick Start

Ask the AI to run the server-diagnostic-report for the gym_project production server and return the executive summary, top priority actions, per-project status, and a timestamped report.

Frequently Asked Questions about server-diagnostic-report

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

FAQPage Schema
How do I run a comprehensive server diagnostic check for Gunicorn and Huey workers?

Server health diagnostics identify operational bottlenecks by sequentially gathering evidence on disk utilization, query slowness, and security hardening. This structured process surfaces misconfigurations and evaluates production readiness before they become critical incidents.

What is included in a production server health diagnostic report?

A production server health diagnostic report includes an executive summary, per-project status, and timestamped action items. It evaluates 13 operational readiness areas including backups, cron maintenance, monitoring alerts, and security hardening with a 1-10 priority score.

Can I use this diagnostic workflow for servers without monitoring or alerting configured?

Yes, the diagnostic workflow evaluates servers even without monitoring or alerting configured. It assesses current operational readiness across 13 phases and flags the absence of monitoring and alerts as prioritized remediation tasks in the final report.

What's the best way to prioritize server maintenance tasks for backup and security hardening?

The best way to prioritize server maintenance tasks is to use a 13-phase diagnostic scoring system. It scores backup configurations and security hardening from 1-10, generating an executive summary that ranks remediation tasks by urgency for maintenance planning.

Do I need SSH access to check disk utilization and log management on a production server?

Yes, you need SSH access to check disk utilization and log management. The diagnostic requires sequential data gathering via SSH system commands to collect evidence on system updates, query slowness, and worker sizing for the production environment.