observability

Monitors system health and logs to detect anomalies.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill observability-zerada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability
Source: https://github.com/zerAda/RestaurantAgentAutomation/tree/main/.claude/skills/08_observability
Command: npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill observability-zerada

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of monitoring and troubleshooting production workflows, allowing you to quickly identify issues and maintain system health.

Core Features & Use Cases

  • Health Endpoints: Quickly check the status of various services.
  • Logging Configuration: Standardize logging across all services.
  • Correlation ID Propagation: Trace requests through the system.
  • SLO Monitoring: Keep track of service level objectives.
  • Alert Hooks: Get notified of potential issues.
  • Use Case: When a service goes down, use this Skill to quickly identify the issue and take corrective action.

Quick Start

Run the observability skill to check the health of all services and logs.

Frequently Asked Questions about observability

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

FAQPage Schema
How do I monitor production workflows for health endpoints and logs?

To monitor production workflows, you configure health checks, standardize logging, and set up alerting mechanisms to gain a comprehensive view of system status. This simplifies troubleshooting and helps quickly identify issues.

What is the best way to set up alerting for incident response?

The best way to set up alerting for incident response is to configure alert hooks that notify you of potential issues. This allows you to monitor system health and quickly take corrective action when a service goes down.

How do I trace requests across services using correlation IDs?

To trace requests across services, you implement correlation ID propagation within your logging configuration. This standardizes logging across all services, allowing you to track requests through the system during troubleshooting.

Can I track service level objectives for ongoing maintenance?

Yes, you can track service level objectives for ongoing maintenance. SLO monitoring is a core feature that keeps track of your service objectives, ensuring system health is maintained over time.

Do I need to configure logging mechanisms before monitoring system health?

Yes, you need to configure logging, health checks, and alerting mechanisms before monitoring system health. These configurations are required to standardize logs and establish the health endpoints used for status checks.

Why does standardizing logging help troubleshoot production issues?

Standardizing logging helps troubleshoot production issues by ensuring consistent log formats across all services. Combined with health endpoints and alert hooks, it provides a comprehensive view to quickly identify and resolve system failures.