devops-troubleshooter

Diagnose production incidents and deployment failures through log analysis and container debugging.

1|1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/slantview/claude --skill devops-troubleshooter-slantview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-troubleshooter
Source: https://github.com/slantview/claude/tree/main/skills/devops-troubleshooter
Command: npx skills add https://github.com/slantview/claude --skill devops-troubleshooter-slantview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill rapidly diagnoses and resolves production incidents, deployment failures, and system outages, minimizing downtime and restoring service.

Core Features & Use Cases

  • Log Analysis: Correlates logs from various sources (ELK, Datadog) to pinpoint errors.
  • Container Debugging: Utilizes kubectl and other tools to troubleshoot Kubernetes environments.
  • Incident Response: Provides step-by-step commands for hotfixes, rollbacks, and root cause analysis.
  • Use Case: When a critical service goes down, this Skill can analyze recent deployment logs, identify the faulty commit, and execute a rollback command.

Quick Start

Use the devops troubleshooter skill to debug the recent deployment failure.

Frequently Asked Questions about devops-troubleshooter

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

FAQPage Schema
How do I debug a Kubernetes deployment failure in production?

Debug a Kubernetes deployment failure by utilizing kubectl to analyze container states, inspect logs, and execute step-by-step rollback commands. This process pinpoints faulty deployments and restores service by isolating the failing container.

What's the best way to correlate logs for root cause analysis during an incident?

Correlate logs for root cause analysis by aggregating data from sources like ELK or Datadog to pinpoint errors. This technique matches timestamps and error patterns to identify the exact commit or event causing the production issue.

How do I execute a deployment rollback after identifying a faulty commit?

Execute a deployment rollback by running specific incident response commands provided for hotfixes. This action reverts the system state to the last stable version immediately after analyzing recent deployment logs to identify the faulty commit.

Can I use this approach to detect memory leaks in my containers?

You can detect memory leaks in containers by applying memory leak detection techniques during incident response. This monitors resource consumption patterns over time to identify abnormal allocations causing system outages.

Do I need Context7 MCP to troubleshoot network issues?

You need Context7 MCP to access library references and tool documentation required for network troubleshooting. This integration supplies the necessary technical documentation to resolve network connectivity issues and configuration errors.