kagent-health-analyzer

Analyze Kubernetes cluster health from kagent command output.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/abdulahad139/Hackathon2_phase4 --skill kagent-health-analyzer-abdulahad139
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kagent-health-analyzer
Source: https://github.com/abdulahad139/Hackathon2_phase4/tree/main/.claude/skills/kagent-health-analyzer
Command: npx skills add https://github.com/abdulahad139/Hackathon2_phase4 --skill kagent-health-analyzer-abdulahad139

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to understand cluster health by analyzing kagent outputs and turning them into actionable guidance, reducing mean time to repair and manual troubleshooting.

Core Features & Use Cases

  • Cluster Health Analysis: Evaluate the overall cluster status and component health (API server, etcd, scheduler, controller manager), node health, and resource utilization.
  • Resource Allocation Optimization: Identify over-provisioned or under-provisioned resources and suggest adjustments to requests, limits, and potential node pool scaling.
  • Pod Failure Diagnostics: Detect failure patterns, correlate with resource contention or configuration issues, and review logs/events to identify root causes.
  • Output Interpretation: Generate clear summaries of kagent findings and prioritize issues by severity with actionable recommendations.
  • Use Case Example: For a misbehaving deployment, analyze kagent output to propose steps such as adjusting limits, restarting pods, or scaling nodes.

Quick Start

Use the kagent-health-analyzer skill to run a cluster health analysis and produce a prioritized recommendations list.

Frequently Asked Questions about kagent-health-analyzer

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

FAQPage Schema
How do I diagnose Kubernetes cluster health issues and identify failing pods?

Kubernetes pod failure diagnostics are performed by parsing kagent outputs to detect failure patterns and correlate them with resource contention or configuration issues. It reviews logs and events to identify root causes and generate concrete remediation steps.

What is the best way to optimize resource allocation for over-provisioned Kubernetes nodes?

Optimizing over-provisioned Kubernetes nodes involves analyzing kagent outputs to identify misallocated resources. The skill then generates actionable recommendations to adjust resource requests, limits, and node pool scaling for efficient capacity planning.

Can I use kagent commands to investigate Kubernetes control plane component health?

Yes, kagent commands can evaluate Kubernetes control plane component health by checking the API server, etcd, scheduler, and controller manager. The skill translates these command outputs into actionable insights for incident investigation.

Does this approach generate prioritized remediation steps for Kubernetes incidents?

Yes, the skill parses kagent outputs, identifies critical issues, and prioritizes recommendations by severity. It generates concrete remediation steps for Kubernetes incidents, such as adjusting limits, restarting pods, or scaling nodes.

When do I need to analyze kagent output for Kubernetes capacity planning?

You need to analyze kagent output for Kubernetes capacity planning when evaluating resource utilization across nodes. This helps identify over-provisioned or under-provisioned resources and suggests adjustments to requests, limits, and node pool scaling.