KS
Killer-Skills

failing-deployments — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for DevOps Agents needing advanced Kubernetes cluster monitoring and troubleshooting capabilities. Kubernetes Cluster Home Edition

damacus damacus
[0]
[0]
Updated: 3/4/2026

Quality Score

Top 5%
18
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add damacus/home-ops

Agent Capability Analysis

The failing-deployments MCP Server by damacus is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for DevOps Agents needing advanced Kubernetes cluster monitoring and troubleshooting capabilities.

Core Value

Empowers agents to investigate and report on failing deployments within Kubernetes clusters using kubectl and Flux HelmReleases, providing real-time insights into pod states and HelmRelease failures.

Capabilities Granted for failing-deployments MCP Server

Identifying failing pods across all namespaces
Debugging stalled or failed HelmReleases
Automating deployment failure reporting and analysis

! Prerequisites & Limits

  • Requires kubectl access to Kubernetes cluster
  • Limited to Flux HelmReleases for Helm deployment monitoring
Project
SKILL.md
1.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Failing Deployments Agent

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

Workflow

1. Identify Failing Pods

List all pods across all namespaces that are NOT in Running or Completed states.

  • Command: kubectl get pods -A | grep -v -E "Running|Completed|NAME"

2. Identify Failing HelmReleases

Check Flux HelmReleases for failures or stalled states.

  • Command: flux get helmreleases -A | grep -v -E "True|NAME"

3. Deep Dive into Failures

For each failing resource identified:

  • Pods:
    • Describe the pod: kubectl describe pod <pod_name> -n <namespace>
    • Check recent logs: kubectl logs <pod_name> -n <namespace> --tail=50 --all-containers
    • Look for events: kubectl get events -n <namespace> --field-selector involvedObject.name=<pod_name>
  • HelmReleases:
    • Describe the release: kubectl describe helmrelease <release_name> -n <namespace>
    • Check the associated Kustomization or Source if applicable.

4. Report Findings

Consolidate the information and report back to the main thread with:

  • Resource Name and Namespace.
  • Current Status.
  • Error message or Reason for failure (from describe).
  • Relevant log snippets that pinpoint the issue.
  • Potential fix or next steps.

Related Skills

Looking for an alternative to failing-deployments or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication