sre-daily-check

Aggregate Kubernetes node, pod, and event data to report cluster health issues.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/dokdo2013/claude-code-skills --skill sre-daily-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sre-daily-check
Source: https://github.com/dokdo2013/claude-code-skills/tree/main/plugins/sre-daily-check/skills/sre-daily-check
Command: npx skills add https://github.com/dokdo2013/claude-code-skills --skill sre-daily-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates daily health checks for Kubernetes clusters, reducing manual toil for on-call engineers.

Core Features & Use Cases

  • Parallel health checks of nodes, pods, and events to quickly surface issues.
  • Summary reports and alerting integration to support on-call handovers.
  • Use Case: Before maintenance windows, run this check to verify cluster readiness and capture any anomalies.

Quick Start

Run the SRE daily health check to generate a concise cluster health report for today.

Frequently Asked Questions about sre-daily-check

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

FAQPage Schema
How do I automate daily Kubernetes cluster health checks?

Automate daily Kubernetes health checks by running parallel queries against kubectl, Prometheus, and alertmanager to aggregate node, pod, and event data into a structured report. This reduces manual toil for on-call engineers during daily reliability reviews.

What does a Kubernetes health check report include for on-call handovers?

A Kubernetes health check report includes aggregated node statuses, pod conditions, and recent cluster events. It surfaces anomalies and integrates alerting data to support on-call handovers and proactive reliability reviews.

Can I use kubectl and Prometheus together for proactive reliability reviews?

Yes, you can use kubectl and Prometheus together for proactive reliability reviews. The health check executes parallel queries across kubectl, Prometheus, and alertmanager to aggregate cluster data and identify issues.

How do I verify cluster readiness before a Kubernetes maintenance window?

Verify cluster readiness before a maintenance window by running a health check that aggregates node, pod, and event data. This process surfaces any anomalies or issues that might interfere with the maintenance.

Does the daily SRE health check require any external dependencies?

The daily SRE health check requires no external dependencies to install, but it executes queries against kubectl, Prometheus, and alertmanager. Robust error handling ensures reliable reporting during parallel health checks.