diagnose_with_observer

Query the multigres observer API to diagnose cluster health and produce a structured bug report.

270|28|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/multigres/multigres-operator --skill diagnose-with-observer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: diagnose_with_observer
Source: https://github.com/multigres/multigres-operator/tree/main/tools/observer/skills/diagnose_with_observer
Command: npx skills add https://github.com/multigres/multigres-operator --skill diagnose-with-observer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Diagnose cluster health by leveraging the multigres observer to fetch structured diagnostics from the /api/status endpoint, enabling rapid triage and informed remediation.

Core Features & Use Cases

  • Fetches a complete diagnostic snapshot from the observer's API.
  • Triages findings by severity and correlates root causes across operator and data-plane components.
  • Produces actionable bug reports for incidents, health investigations, or post-incident reviews.
  • Supports reactive investigations when users report issues or logs indicate observer findings.

Quick Start

Query the observer for current diagnostics and generate a bug report by triaging findings and correlating root causes.

Frequently Asked Questions about diagnose_with_observer

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

FAQPage Schema
How do I diagnose Kubernetes cluster health issues during an incident investigation?▼

To diagnose Kubernetes cluster health issues, query the multigres observer API for a diagnostic snapshot that triages findings by severity and correlates root causes across operator and data-plane components.

What is the best way to generate a structured bug report for degraded cluster performance?▼

Generating a structured bug report for degraded cluster performance involves fetching observer diagnostic snapshots and correlating root causes into a concise, remediation-focused report for incident reviews.

How does the multigres observer triage findings for cluster health checks?▼

The multigres observer triages findings by querying the /api/status endpoint for diagnostics, categorizing issues by severity, and correlating root causes across operator and data-plane components.

Can I use this approach for post-change health checks after deploying to a Kubernetes cluster?▼

Yes, you can use observer diagnostics for post-change health checks by querying the API to fetch a diagnostic snapshot that identifies any newly introduced issues or degraded performance.

When do I need to query the observer API for a diagnostic snapshot?▼

Query the observer API for a diagnostic snapshot during reactive incident investigations, post-change health checks, or when users report degraded cluster performance to produce a structured bug report.

Does diagnosing cluster health with observer insights require any external dependencies?▼

Diagnosing cluster health with observer insights requires no external dependencies, coordinating directly with the observer API to fetch diagnostics and triage findings by severity for remediation.