prod-check

Run service, logs, and dependency health checks over SSH for Frood production.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SalesTeamToolbox/frood --skill prod-check
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prod-check
Source: https://github.com/SalesTeamToolbox/frood/tree/main/.claude/skills/prod-check
Command: npx skills add https://github.com/SalesTeamToolbox/frood --skill prod-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents silent production failures by running a repeatable set of server health checks and producing a clear summary you can act on immediately.

Core Features & Use Cases

  • Service verification via systemd: Confirms Frood is running and captures relevant status details like restarts and uptime.
  • Operational signal checks: Reviews recent logs for ERROR/WARNING patterns and validates Qdrant, Redis, and the dashboard health endpoint.
  • Capacity guardrails: Reports disk usage for critical mounts and flags risk when usage exceeds 80%.

Quick Start

Run prod-check using the SSH alias frood-prod to generate a six-check summary report for the Frood server.

Frequently Asked Questions about prod-check

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

FAQPage Schema
How do I run production health checks over SSH for Redis and Qdrant?▼

You can run production health checks over SSH by executing systemctl status, redis-cli ping, and Qdrant healthz curl commands in a single pass to generate a consolidated pass/fail readiness report.

What is the best way to check systemd service status and recent logs during a deployment?▼

Checking systemd service status during deployments is best done by running a unified SSH pass that verifies systemctl uptime, tails journal logs for ERROR/WARNING patterns, and confirms dependency availability.

Does this production health check tool support disk usage monitoring with warning thresholds?▼

Yes, this production health check tool supports disk usage monitoring by checking critical mounts and automatically flagging WARN or FAIL risk states when usage exceeds 80 percent capacity.

Can I validate dashboard API health and Redis connectivity in one automated SSH pass?▼

You can validate dashboard API health and Redis connectivity in one automated SSH pass by running curl requests against the /api/health endpoint and executing redis-cli ping commands simultaneously.

Why does my production server fail readiness checks even when systemd services are running?▼

Production readiness checks can fail even with systemd services running if the health pass detects high disk usage, log ERROR patterns, or unresponsive Qdrant, Redis, and dashboard API dependencies.

Do I need an SSH alias configured to run routine server health checks for incident triage?▼

You need an SSH alias configured, such as frood-prod, to establish the remote connection required for executing systemctl, journal log tailing, and dependency health checks during incident triage.