inspect

Installation
SKILL.md

Inspect the Kubernetes namespace "$ARGUMENTS" using MCP tools. Follow these steps:

  1. List all pods in the namespace using mcp__kubernetes__pods_list_in_namespace
  2. List events in the namespace using mcp__kubernetes__events_list (filtered to the namespace)
  3. For each pod found, use mcp__kubernetes__pods_get to retrieve full pod details — pay attention to:
    • Status and conditions (Ready, ContainersReady, any failures)
    • Container restart counts and state (running, waiting, terminated)
    • Network annotations (k8s.v1.cni.cncf.io/network-status) for secondary interface IPs
    • Resource requests/limits (GPU, memory, CPU)
    • Volume mounts and PVC references
  4. List key resources in the namespace using mcp__kubernetes__resources_list:
    • apps/v1 Deployment
    • v1 Service
    • k8s.cni.cncf.io/v1 NetworkAttachmentDefinition
    • v1 PersistentVolumeClaim
Installs
1
GitHub Stars
3
First Seen
Jun 18, 2026
inspect — igou-io/igou-openshift