monitor

Check health of database, Redis, Vercel Blob storage, and Sentry services.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BaselHussain/ai-keto-meal-plan-generator --skill monitor-baselhussain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor
Source: https://github.com/BaselHussain/ai-keto-meal-plan-generator/tree/main/.claude/skills/monitor
Command: npx skills add https://github.com/BaselHussain/ai-keto-meal-plan-generator --skill monitor-baselhussain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive overview of the system's health, ensuring all critical services are operational and identifying potential issues before they impact users.

Core Features & Use Cases

  • Service Status: Checks the connectivity and operational status of the database, Redis, Vercel Blob storage, and Sentry.
  • Resource Monitoring: Reports on storage usage and alerts when thresholds are approached.
  • Error & SLA Tracking: Retrieves recent error counts from Sentry and checks for pending SLA breaches.
  • Use Case: A developer can run this skill at the start of their day to quickly confirm that all backend services are running smoothly and that there are no critical errors or overdue tasks.

Quick Start

Run /monitor to get a quick status check of all services.

Frequently Asked Questions about monitor

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

FAQPage Schema
How do I run a system health check for database, Redis, and Vercel Blob storage?

Run a system health check by executing the monitor script, which verifies database, Redis, Vercel Blob storage, and Sentry connectivity to ensure critical backend services are operational.

Can I track Sentry errors and SLA breaches automatically?

Yes, you can track Sentry errors and SLA breaches by running the monitoring script, which retrieves recent error counts and checks for pending SLA breaches to ensure system reliability.

Do I need environment variables to check system status and storage utilization?

Yes, you need environment variables configured for authentication and service checks to verify system status and report storage utilization across your critical infrastructure.

How does resource monitoring report storage usage and alert on thresholds?

Resource monitoring reports storage usage by checking Vercel Blob storage metrics and alerts when storage thresholds are approached, helping you identify potential capacity issues.

What is the best way to monitor backend services for operational status?

The best way to monitor backend services is using a comprehensive health check script that checks database, Redis, Vercel Blob storage, and Sentry status to confirm smooth operation.

Are Python scripts required to check system health and recent errors?

Yes, Python scripts are required to perform system health checks, retrieve recent error counts from Sentry, and verify operational status of database and Redis services.