failing-deployments

Investigate Kubernetes deployment failures and generate structured remediation reports.

2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/damacus/agent-skills --skill failing-deployments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: failing-deployments
Source: https://github.com/damacus/agent-skills/tree/main/skills/failing-deployments
Command: npx skills add https://github.com/damacus/agent-skills --skill failing-deployments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured workflow for investigating and reporting on failing deployments within the Kubernetes cluster.

Core Features & Use Cases

  • Identify failing Pods across all namespaces and inspect Flux HelmReleases for failures or stalled states.
  • Deep-dive diagnostics with pod describe, logs, and event checks, plus helmrelease descriptions to pinpoint root causes.
  • Generate concise remediation reports to share with teams and guide next steps.

Quick Start

Identify the current failing resources across the cluster and run the investigation workflow to generate a findings report.

Frequently Asked Questions about failing-deployments

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

FAQPage Schema
How do I diagnose failing Kubernetes pods across all namespaces?

Diagnose failing Kubernetes pods by running kubectl describe pod, kubectl logs, and kubectl get events to identify root causes and generate a structured remediation report.

What is the best way to troubleshoot Flux HelmRelease failures?

Troubleshoot Flux HelmRelease failures by running flux describe helmrelease to inspect stalled states and pinpoint root causes for a concise remediation report.

How do I generate an incident report for Kubernetes deployment failures?

Generate an incident report for Kubernetes deployment failures by deep-diving into pod logs and events, then compiling the findings into a structured report to guide next steps.

Can I use kubectl to investigate pod-level failures and get a structured report?

Yes, kubectl can investigate pod-level failures using describe, logs, and events commands to ensure repeatable diagnostics and output a structured findings report for remediation.

Does kubectl work with Flux to identify stalled HelmReleases?

Kubectl works alongside Flux by using kubectl describe pod for pod-level issues and flux describe helmrelease to identify stalled HelmRelease states across all namespaces.

Why are my Kubernetes pods failing to deploy and how do I find the root cause?

Kubernetes pods fail to deploy due to configuration or runtime errors; find the root cause by running kubectl describe pod and checking kubectl get events for failure reasons.