openshift-popeye-analysis

Run Popeye-style checks across OpenShift operators, SCCs, routes, builds, quotas, and networking.

3|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/kcns008/cluster-skills --skill openshift-popeye-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openshift-popeye-analysis
Source: https://github.com/kcns008/cluster-skills/tree/main/.claude/skills/openshift-popeye-analysis
Command: npx skills add https://github.com/kcns008/cluster-skills --skill openshift-popeye-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenShift cluster health requires analyzing multiple moving parts; this skill consolidates Popeye-style checks into a single, repeatable health analysis for clusters running OCP, ARO, or ROSA.

Core Features & Use Cases

  • OpenShift cluster health scoring across operators, SCCs, routes, builds, quotas, and networking.
  • Automated detection of common OpenShift health issues with actionable recommendations.
  • Use Case: When triaging an incident, run this skill to surface degraded operators, SCC violations, unhealthy routes, and quota issues.

Quick Start

Activate the openshift-popeye-analysis skill against your OpenShift cluster by providing cluster access credentials. The skill will execute Popeye-inspired checks and return a structured health report.

Frequently Asked Questions about openshift-popeye-analysis

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

FAQPage Schema
How do I run OpenShift cluster health checks for operators, SCCs, and networking?

To run OpenShift cluster health checks, you execute Popeye-style scripts against your OCP, ARO, or ROSA cluster using the oc CLI and jq. The skill collects, parses, and scores health signals to present actionable findings for incident triage.

What is Popeye-style health scoring in an OpenShift environment?

Popeye-style health scoring in an OpenShift environment analyzes multiple cluster components like operators, SCCs, routes, builds, and quotas. It consolidates these checks into a single, repeatable health analysis to identify degraded resources.

Can I use this OpenShift health analysis tool with ARO and ROSA managed clusters?

Yes, this OpenShift health analysis tool works with ARO and ROSA managed clusters. It applies Popeye-inspired checks across these environments to detect SCC violations, unhealthy routes, and quota issues for ongoing monitoring.

Do I need the jq tool to analyze OpenShift cluster health issues?

Yes, you need jq and the OpenShift CLI (oc) installed to analyze OpenShift cluster health issues with this skill. These dependencies are required to collect, parse, and score health signals from the cluster.

What is the best way to triage degraded operators and SCC violations in OpenShift?

The best way to triage degraded operators and SCC violations is to run a consolidated health analysis that scans your OpenShift cluster. This surfaces specific issues across operators, networking, and routes, returning a structured health report.

OpenShift cluster health analysis not detecting quota issues, what are the limitations?

If OpenShift cluster health analysis is not detecting quota issues, ensure the oc CLI and jq dependencies are properly configured with cluster access credentials. The skill requires valid access to collect and parse quota health signals.