What problem does it solve? Pod creation fails with "forbidden: exceeded quota" errors or a namespace cannot scale, and you need a read-only diagnosis of which quota resource is saturated and which pods consume the most. ## Core Features & Use Cases - Quota Saturation Analysis: Collects ResourceQuota used vs hard limits via kubectl and computes saturation ratios per resource (cpu, memory, pods). - LimitRange Verification: Detects missing or incomplete LimitRange defaults that leave pods without enforced resource limits (noisy-neighbor risk). - Escalation-Ready Reports: Produces structured handoffs with top consumer pods, shortfall calculations, and cleanup candidates without modifying any cluster objects. - Use Case: A Deployment cannot scale despite free cluster capacity. Run this skill against the namespace to confirm memory quota is at 95%, identify the top three memory-consuming pods, and escalate with a remediation recommendation. ## Quick Start Analyze the resource quota and limit range status in my target namespace and tell me why new pods are being rejected.